Last Change Labeller¶
Some source control systems (e.g., AccuRev) have a concept of a "change number", which the Last Change Labeller can use to build a label. The following configuration would prefix all labels with the string 'Foo-1-', so the build of change number 213 would be labelled 'Foo-1-213'
Version¶
Available from version 1.3
Examples¶
1<labeller type="lastChangeLabeller">
2 <prefix>Foo-1-</prefix>
3</labeller>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
allowDuplicateSubsequentLabels | Controls whether duplicate subsequent labels are permitted or not. If true, duplicate labels are left intact. If false, the label will always be suffixed with ".n", where "n" is incremented for each successive duplication. Defaults to true. | Boolean | No | true | 1.3 |
dynamicValues | The dynamic values to use for the labeller. | Dynamic Values array | No | None | 1.5 |
prefix | The string to be prepended onto the last change number. | String | No | None | 1.3 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:00 AM