List Build Task Source Repository Properties Result
data class ListBuildTaskSourceRepositoryPropertiesResult(val isCommitTriggerEnabled: Boolean? = null, val repositoryUrl: String, val sourceControlAuthProperties: SourceControlAuthInfoResponse? = null, val sourceControlType: String)
The properties of the source code repository.
Constructors
Link copied to clipboard
constructor(isCommitTriggerEnabled: Boolean? = null, repositoryUrl: String, sourceControlAuthProperties: SourceControlAuthInfoResponse? = null, sourceControlType: String)
Properties
Link copied to clipboard
The value of this property indicates whether the source control commit trigger is enabled or not.
Link copied to clipboard
The full URL to the source code repository
Link copied to clipboard
The authorization properties for accessing the source code repository.
Link copied to clipboard
The type of source control service.