Class PhpUnitBuildTask
java.lang.Object
com.atlassian.bamboo.plugins.php.task.PhpUnitBuildTask
- All Implemented Interfaces:
InternalTaskType
,TaskType
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CapabilityContext
protected final EnvironmentVariableAccessor
protected final ProcessService
protected final TestCollationService
-
Constructor Summary
ConstructorDescriptionPhpUnitBuildTask
(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService) -
Method Summary
Modifier and TypeMethodDescription@NotNull TaskResult
execute
(@NotNull TaskContext taskContext) Execute the task
-
Field Details
-
capabilityContext
-
environmentVariableAccessor
-
processService
-
testCollationService
-
-
Constructor Details
-
PhpUnitBuildTask
public PhpUnitBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
-
Method Details
-
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
-