FactoryGitHubConfiguration interface
Factory 的 GitHub 存放庫資訊。
- Extends
屬性
client |
GitHub 自備應用程式用戶端標識碼。 |
client |
GitHub 自備應用程式用戶端秘密資訊。 |
host |
GitHub Enterprise 主機名。 例如: |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
account |
帳戶名稱。 |
collaboration |
共同作業分支。 |
disable |
停用 ADF Studio 中的手動發佈作業,以偏好自動發佈。 |
last |
上次認可標識碼。 |
repository |
存放庫名稱。 |
root |
根資料夾。 |
屬性詳細資料
clientId
GitHub 自備應用程式用戶端標識碼。
clientId?: string
屬性值
string
clientSecret
hostName
GitHub Enterprise 主機名。 例如:https://github.mydomain.com
hostName?: string
屬性值
string
type
多型歧視性,指定這個物件可以是的不同類型
type: "FactoryGitHubConfiguration"
屬性值
"FactoryGitHubConfiguration"
繼承的屬性詳細資料
accountName
collaborationBranch
disablePublish
停用 ADF Studio 中的手動發佈作業,以偏好自動發佈。
disablePublish?: boolean
屬性值
boolean