User Interface plugin modules
Build Lifecycle plugin modules
Notification plugin modules
System plugin modules

Command Decorator module

Description

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.

Interface

Command Decorator modules must implement the com.atlassian.bamboo.command.CommandDecorator interface.

Sample Module Descriptor Elements

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: