BuildVersion interface
Properties
commit |
Gets or sets the commit message for the artifact. |
definition |
Gets or sets the definition id. |
definition |
Gets or sets the definition name. |
id | Gets or sets the build id. |
is |
Gets or sets if the artifact supports multiple definitions. |
name | Gets or sets the build number. |
source |
Gets or sets the source branch for the artifact. |
source |
Gets or sets the source pull request version for the artifact. |
source |
Gets or sets the repository id for the artifact. |
source |
Gets or sets the repository type for the artifact. |
source |
Gets or sets the source version for the artifact. |
Property Details
commitMessage
Gets or sets the commit message for the artifact.
commitMessage: string
Property Value
string
definitionId
Gets or sets the definition id.
definitionId: string
Property Value
string
definitionName
Gets or sets the definition name.
definitionName: string
Property Value
string
id
Gets or sets the build id.
id: string
Property Value
string
isMultiDefinitionType
Gets or sets if the artifact supports multiple definitions.
isMultiDefinitionType: boolean
Property Value
boolean
name
Gets or sets the build number.
name: string
Property Value
string
sourceBranch
Gets or sets the source branch for the artifact.
sourceBranch: string
Property Value
string
sourcePullRequestVersion
Gets or sets the source pull request version for the artifact.
sourcePullRequestVersion: SourcePullRequestVersion
Property Value
sourceRepositoryId
Gets or sets the repository id for the artifact.
sourceRepositoryId: string
Property Value
string
sourceRepositoryType
Gets or sets the repository type for the artifact.
sourceRepositoryType: string
Property Value
string
sourceVersion
Gets or sets the source version for the artifact.
sourceVersion: string
Property Value
string