共用方式為


FactoryGitHubConfiguration interface

Factory 的 GitHub 存放庫資訊。

Extends

屬性

clientId

GitHub 自備應用程式用戶端標識碼。

clientSecret

GitHub 自備應用程式用戶端秘密資訊。

hostName

GitHub Enterprise 主機名。 例如:https://github.mydomain.com

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

accountName

帳戶名稱。

collaborationBranch

共同作業分支。

disablePublish

停用 ADF Studio 中的手動發佈作業,以偏好自動發佈。

lastCommitId

上次認可標識碼。

repositoryName

存放庫名稱。

rootFolder

根資料夾。

屬性詳細資料

clientId

GitHub 自備應用程式用戶端標識碼。

clientId?: string

屬性值

string

clientSecret

GitHub 自備應用程式用戶端秘密資訊。

clientSecret?: GitHubClientSecret

屬性值

hostName

GitHub Enterprise 主機名。 例如:https://github.mydomain.com

hostName?: string

屬性值

string

type

多型歧視性,指定這個物件可以是的不同類型

type: "FactoryGitHubConfiguration"

屬性值

"FactoryGitHubConfiguration"

繼承的屬性詳細資料

accountName

帳戶名稱。

accountName: string

屬性值

string

繼承自FactoryRepoConfiguration.accountName

collaborationBranch

共同作業分支。

collaborationBranch: string

屬性值

string

繼承自FactoryRepoConfiguration.collaborationBranch

disablePublish

停用 ADF Studio 中的手動發佈作業,以偏好自動發佈。

disablePublish?: boolean

屬性值

boolean

繼承自FactoryRepoConfiguration.disablePublish

lastCommitId

上次認可標識碼。

lastCommitId?: string

屬性值

string

繼承自FactoryRepoConfiguration.lastCommitId

repositoryName

存放庫名稱。

repositoryName: string

屬性值

string

繼承自FactoryRepoConfiguration.repositoryName

rootFolder

根資料夾。

rootFolder: string

屬性值

string

繼承自FactoryRepoConfiguration.rootFolder