open class VcsLabeling : BuildFeature
Build feature enabling automatic VCS labeling in a build.
See Also
VcsLabeling(init: VcsLabeling.() -> Unit = {}, base: VcsLabeling? = null) |
var branchFilter: String?
Branch filter specifies in which branches sources should be labeled |
|
var labelingPattern: String?
A pattern for labels to use. If not specified, then the default pattern is used: build-%system.build.number%. |
|
var successfulOnly: Boolean?
Whether only successful builds sources should be labeled |
|
var
Id of the VCS root which sources should be labeled. Use the constant "ALL" to label all VCS roots. |
|
var vcsRootId: String?
Id of the VCS root which sources should be labeled. Use the constant "ALL" to label all VCS roots. |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |