This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

Description

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

<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>
RELATED TOPICS


Bamboo Documentation

  • No labels