Available: | Bamboo 2.3 and later |
Deprecated: | Since Bamboo 3.1 - There is no replacement to for module, please contact atlassian if you need to upgrade an existing plugin. |
Deprecated Since Bamboo 3.1 There is no replacement to this module, please contact atlassian if you were using this module. The Command Decorator module allows you add additional parameters to the command line of a builder before a build occurs.
Command Decorator modules must implement the com.atlassian.bamboo.command.CommandDecorator interface.
1 2<commandDecorator key="cloverMavenCommandDecorator" name="Clover Maven Command Line Decorator" class="com.atlassian.bamboo.builder.command.CloverMavenCommandDecorator"> <description>A command decorator which automatically collects code coverage for a Maven2 build.</description> </commandDecorator>
1 2<commandDecorator key="cloverAntCommandDecorator" name="Clover Ant Command Line Decorator" class="com.atlassian.bamboo.builder.command.CloverAntCommandDecorator"> <description>A command decorator which automatically collects code coverage for an Ant build.</description> </commandDecorator>
Rate this page: