FactoryGitHubConfiguration interface
工厂的 GitHub 存储库信息。
属性
| client |
GitHub 自带应用客户端 ID。 |
| client |
GitHub 自带应用客户端机密信息。 |
| host |
GitHub Enterprise 主机名。 例如: |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| account |
帐户名称。 |
| collaboration |
协作分支。 |
| disable |
在 ADF Studio 中禁用手动发布作,以支持自动发布。 |
| last |
上次提交 ID。 |
| repository |
存储库名称。 |
| root |
根文件夹。 |
属性详细信息
clientId
GitHub 自带应用客户端 ID。
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