ListBuildTaskSourceRepositoryPropertiesResult

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

constructor(isCommitTriggerEnabled: Boolean? = null, repositoryUrl: String, sourceControlAuthProperties: SourceControlAuthInfoResponse? = null, sourceControlType: String)

Types

Link copied to clipboard
object Companion

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.