すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
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.
<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>
<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>