ArtifactVersion interface
Properties
| alias | Gets or sets the alias of artifact. |
| default |
Gets or sets the default version of artifact. |
| error |
Gets or sets the error message encountered during querying of versions for artifact. |
| source |
|
| versions | Gets or sets the list of build versions of artifact. |
Property Details
alias
Gets or sets the alias of artifact.
alias: string
Property Value
string
defaultVersion
Gets or sets the default version of artifact.
defaultVersion: BuildVersion
Property Value
errorMessage
Gets or sets the error message encountered during querying of versions for artifact.
errorMessage: string
Property Value
string
sourceId
sourceId: string
Property Value
string
versions
Gets or sets the list of build versions of artifact.
versions: BuildVersion[]