FactoryGitHubConfiguration interface

Factory's GitHub repo information.

Extends

Properties

clientId

GitHub bring your own app client id.

clientSecret

GitHub bring your own app client secret information.

hostName

GitHub Enterprise host name. For example: https://github.mydomain.com

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

accountName

Account name.

collaborationBranch

Collaboration branch.

disablePublish

Disable manual publish operation in ADF studio to favor automated publish.

lastCommitId

Last commit id.

repositoryName

Repository name.

rootFolder

Root folder.

Property Details

clientId

GitHub bring your own app client id.

clientId?: string

Property Value

string

clientSecret

GitHub bring your own app client secret information.

clientSecret?: GitHubClientSecret

Property Value

hostName

GitHub Enterprise host name. For example: https://github.mydomain.com

hostName?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "FactoryGitHubConfiguration"

Property Value

"FactoryGitHubConfiguration"

Inherited Property Details

accountName

Account name.

accountName: string

Property Value

string

Inherited From FactoryRepoConfiguration.accountName

collaborationBranch

Collaboration branch.

collaborationBranch: string

Property Value

string

Inherited From FactoryRepoConfiguration.collaborationBranch

disablePublish

Disable manual publish operation in ADF studio to favor automated publish.

disablePublish?: boolean

Property Value

boolean

Inherited From FactoryRepoConfiguration.disablePublish

lastCommitId

Last commit id.

lastCommitId?: string

Property Value

string

Inherited From FactoryRepoConfiguration.lastCommitId

repositoryName

Repository name.

repositoryName: string

Property Value

string

Inherited From FactoryRepoConfiguration.repositoryName

rootFolder

Root folder.

rootFolder: string

Property Value

string

Inherited From FactoryRepoConfiguration.rootFolder