SourceControlCreateOrUpdateParameters interface

The parameters supplied to the create or update source control operation.

Properties

autoSync

The auto async of the source control. Default is false.

branch

The repo branch of the source control. Include branch as empty string for VsoTfvc.

description

The user description of the source control.

folderPath

The folder path of the source control. Path must be relative.

publishRunbook

The auto publish of the source control. Default is true.

repoUrl

The repo url of the source control.

securityToken

The authorization token for the repo of the source control.

sourceType

The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive.

Property Details

autoSync

The auto async of the source control. Default is false.

autoSync?: boolean

Property Value

boolean

branch

The repo branch of the source control. Include branch as empty string for VsoTfvc.

branch?: string

Property Value

string

description

The user description of the source control.

description?: string

Property Value

string

folderPath

The folder path of the source control. Path must be relative.

folderPath?: string

Property Value

string

publishRunbook

The auto publish of the source control. Default is true.

publishRunbook?: boolean

Property Value

boolean

repoUrl

The repo url of the source control.

repoUrl?: string

Property Value

string

securityToken

The authorization token for the repo of the source control.

securityToken?: SourceControlSecurityTokenProperties

Property Value

sourceType

The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive.

sourceType?: string

Property Value

string