ArtifactFilter interface

Properties

createReleaseOnBuildTagging

Gets or sets whether a release should be created on build tagging.

sourceBranch

Gets or sets the branch for the filter.

tagFilter

Gets or sets the regex based tag filter.

tags

Gets or sets the list of tags for the filter.

useBuildDefinitionBranch

Gets or sets whether filter should default to build definition branch.

Property Details

createReleaseOnBuildTagging

Gets or sets whether a release should be created on build tagging.

createReleaseOnBuildTagging: boolean

Property Value

boolean

sourceBranch

Gets or sets the branch for the filter.

sourceBranch: string

Property Value

string

tagFilter

Gets or sets the regex based tag filter.

tagFilter: TagFilter

Property Value

tags

Gets or sets the list of tags for the filter.

tags: string[]

Property Value

string[]

useBuildDefinitionBranch

Gets or sets whether filter should default to build definition branch.

useBuildDefinitionBranch: boolean

Property Value

boolean