Class PhpUnitBuildTask
java.lang.Object
com.atlassian.bamboo.plugins.php.task.PhpUnitBuildTask
- All Implemented Interfaces:
InternalTaskType,TaskType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CapabilityContextprotected final EnvironmentVariableAccessorprotected final ProcessServiceprotected final TestCollationService -
Constructor Summary
ConstructorsConstructorDescriptionPhpUnitBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService) -
Method Summary
Modifier and TypeMethodDescription@NotNull TaskResultexecute(@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:TaskTypeExecute the task- Specified by:
executein interfaceTaskType- Returns:
- a
TaskResultrepresenting the status of the task execution - Throws:
TaskException
-