Modification History Project Plugin¶
This plugin shows all the modifications of a project. The newest builds are shown first. The project must use the ModificationHistory Publisher to get results to show up.
LinkDescription : View Final Project Status.
Minimalist Example
1<projectPlugins>
2 <modificationHistoryProjectPlugin />
3</projectPlugins>
Full Example
1<projectPlugins>
2 <modificationHistoryProjectPlugin onlyShowBuildsWithModifications="true" />
3</projectPlugins>
Version¶
Available from version 1.4.3
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
onlyShowBuildsWithModifications | Filters out builds without modifications when set to true. | Boolean | No | false | 1.4.3 |
Automatically Generated¶
Documentation generated on Tuesday, 20 Sep 2011 at 7:24:58 PM