Class PhpUnitBuildTask
- java.lang.Object
-
- com.atlassian.bamboo.plugins.php.task.PhpUnitBuildTask
-
- All Implemented Interfaces:
InternalTaskType
,TaskType
public class PhpUnitBuildTask extends Object implements TaskType
-
-
Field Summary
Fields Modifier and Type Field Description protected CapabilityContext
capabilityContext
protected EnvironmentVariableAccessor
environmentVariableAccessor
protected ProcessService
processService
protected TestCollationService
testCollationService
-
Constructor Summary
Constructors Constructor Description PhpUnitBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TaskResult
execute(@NotNull TaskContext taskContext)
Execute the task
-
-
-
Field Detail
-
capabilityContext
protected final CapabilityContext capabilityContext
-
environmentVariableAccessor
protected final EnvironmentVariableAccessor environmentVariableAccessor
-
processService
protected final ProcessService processService
-
testCollationService
protected final TestCollationService testCollationService
-
-
Constructor Detail
-
PhpUnitBuildTask
public PhpUnitBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
-
Method Detail
-
execute
@NotNull public @NotNull TaskResult execute(@NotNull @NotNull TaskContext taskContext) throws TaskException
Description copied from interface:TaskType
Execute the task- Specified by:
execute
in interfaceTaskType
- Returns:
- a
TaskResult
representing the status of the task execution - Throws:
TaskException
-
-