ArtifactFilter interface
Properties
| create |
Gets or sets whether a release should be created on build tagging. |
| source |
Gets or sets the branch for the filter. |
| tag |
Gets or sets the regex based tag filter. |
| tags | Gets or sets the list of tags for the filter. |
| use |
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
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