SourceProperties interface
The properties of the source code repository.
Properties
branch | The branch name of the source code. |
repository |
The full URL to the source code repository |
source |
The authorization properties for accessing the source code repository and to set up webhooks for notifications. |
source |
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?: AuthInfo
Property Value
sourceControlType
The type of source control service.
sourceControlType: string
Property Value
string