Class PhpUnitBuildTaskCloverCommandDecorator
- java.lang.Object
-
- com.atlassian.bamboo.plugins.php.task.PhpUnitBuildTaskCloverCommandDecorator
-
- All Implemented Interfaces:
TaskProcessCommandDecorator
,BambooPluginModule
public class PhpUnitBuildTaskCloverCommandDecorator extends Object implements TaskProcessCommandDecorator
-
-
Constructor Summary
Constructors Constructor Description PhpUnitBuildTaskCloverCommandDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<String>
decorate(@NotNull TaskContext taskContext, @NotNull List<String> command)
-
-
-
Method Detail
-
decorate
@NotNull public @NotNull List<String> decorate(@NotNull @NotNull TaskContext taskContext, @NotNull @NotNull List<String> command)
- Specified by:
decorate
in interfaceTaskProcessCommandDecorator
-
-