interface ArtifactVersion {
    alias?: string;
    defaultVersion?: BuildVersion;
    errorMessage?: string;
    sourceId?: string;
    versions?: BuildVersion[];
}

Properties

alias?: string

Gets or sets the alias of artifact.

defaultVersion?: BuildVersion

Gets or sets the default version of artifact.

errorMessage?: string

Gets or sets the error message encountered during querying of versions for artifact.

sourceId?: string
versions?: BuildVersion[]

Gets or sets the list of build versions of artifact.