interface BuildVersion {
    commitMessage?: string;
    definitionId?: string;
    definitionName?: string;
    id?: string;
    isMultiDefinitionType?: boolean;
    name?: string;
    sourceBranch?: string;
    sourcePullRequestVersion?: SourcePullRequestVersion;
    sourceRepositoryId?: string;
    sourceRepositoryType?: string;
    sourceVersion?: string;
}

Properties

commitMessage?: string

Gets or sets the commit message for the artifact.

definitionId?: string

Gets or sets the definition id.

definitionName?: string

Gets or sets the definition name.

id?: string

Gets or sets the build id.

isMultiDefinitionType?: boolean

Gets or sets if the artifact supports multiple definitions.

name?: string

Gets or sets the build number.

sourceBranch?: string

Gets or sets the source branch for the artifact.

sourcePullRequestVersion?: SourcePullRequestVersion

Gets or sets the source pull request version for the artifact.

sourceRepositoryId?: string

Gets or sets the repository id for the artifact.

sourceRepositoryType?: string

Gets or sets the repository type for the artifact.

sourceVersion?: string

Gets or sets the source version for the artifact.