Class CloverAntCommandDecorator
- java.lang.Object
-
- com.atlassian.bamboo.clover.builder.command.AbstractCloverCommandDecorator
-
- com.atlassian.bamboo.clover.builder.command.CloverAntCommandDecorator
-
- All Implemented Interfaces:
TaskProcessCommandDecorator
,BambooPluginModule
public class CloverAntCommandDecorator extends AbstractCloverCommandDecorator
Enhances Ant build command by adding Clover goals for instrumentation and reporting
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.clover.builder.command.AbstractCloverCommandDecorator
bandanaManager, capabilityContext, CFG_CLOVER_EXISTS, environmentVariableAccessor
-
-
Constructor Summary
Constructors Constructor Description CloverAntCommandDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<String>
decorateCloverArguments(@NotNull TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, @NotNull List<String> args)
-
Methods inherited from class com.atlassian.bamboo.clover.builder.command.AbstractCloverCommandDecorator
canDecorate, createOptionsBuilder, decorate, getCustomConfiguration, isEnabled, isWindowsPlatform, setBandanaManager, setCapabilityContext, setEnvironmentVariableAccessor
-
-
-
-
Method Detail
-
decorateCloverArguments
@NotNull public @NotNull List<String> decorateCloverArguments(@NotNull @NotNull TaskContext taskContext, @NotNull com.atlassian.clover.api.ci.CIOptions.Builder options, @NotNull @NotNull List<String> args)
- Specified by:
decorateCloverArguments
in classAbstractCloverCommandDecorator
-
-