interface TfvcArtifactDownloadInput {
    alias?: string;
    artifactDownloadMode?: string;
    artifactItems?: string[];
    artifactType?: string;
}

Hierarchy (View Summary)

Properties

alias?: string

Gets or sets the alias of artifact.

artifactDownloadMode?: string

Gets or sets the name of artifact definition. Valid values are 'Skip', 'Selective', 'All'.

artifactItems?: string[]

Gets or sets the artifact items of the input.

artifactType?: string

Gets or sets the type of artifact.