共用方式為


FactoryRepoConfiguration interface

Factory 的 Git 存放庫資訊。

屬性

accountName

帳戶名稱。

collaborationBranch

共同作業分支。

disablePublish

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

lastCommitId

上次認可識別碼。

repositoryName

存放庫名稱。

rootFolder

根資料夾。

type

多型鑒別子,指定此物件可以是的不同類型

屬性詳細資料

accountName

帳戶名稱。

accountName: string

屬性值

string

collaborationBranch

共同作業分支。

collaborationBranch: string

屬性值

string

disablePublish

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

disablePublish?: boolean

屬性值

boolean

lastCommitId

上次認可識別碼。

lastCommitId?: string

屬性值

string

repositoryName

存放庫名稱。

repositoryName: string

屬性值

string

rootFolder

根資料夾。

rootFolder: string

屬性值

string

type

多型鑒別子,指定此物件可以是的不同類型

type: "FactoryGitHubConfiguration" | "FactoryVSTSConfiguration"

屬性值

"FactoryGitHubConfiguration" | "FactoryVSTSConfiguration"