SourceUpdateParameters interface

The properties for updating the source code repository.

Properties

branch

The branch name of the source code.

repositoryUrl

The full URL to the source code repository

sourceControlAuthProperties

The authorization properties for accessing the source code repository and to set up webhooks for notifications.

sourceControlType

The type of source control service.

Property Details

branch

The branch name of the source code.

branch?: string

Property Value

string

repositoryUrl

The full URL to the source code repository

repositoryUrl?: string

Property Value

string

sourceControlAuthProperties

The authorization properties for accessing the source code repository and to set up webhooks for notifications.

sourceControlAuthProperties?: AuthInfoUpdateParameters

Property Value

sourceControlType

The type of source control service.

sourceControlType?: string

Property Value

string