com.atlassian.bamboo.plugins.php.task
Class PhpUnitBuildTask
java.lang.Object
com.atlassian.bamboo.plugins.php.task.PhpUnitBuildTask
- All Implemented Interfaces:
- InternalTaskType<TaskContext>, TaskType
public class PhpUnitBuildTask
- extends java.lang.Object
- implements TaskType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capabilityContext
protected final CapabilityContext capabilityContext
environmentVariableAccessor
protected final EnvironmentVariableAccessor environmentVariableAccessor
processService
protected final ProcessService processService
testCollationService
protected final TestCollationService testCollationService
PhpUnitBuildTask
public PhpUnitBuildTask(CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor,
ProcessService processService,
TestCollationService testCollationService)
execute
@NotNull
public TaskResult execute(@NotNull
TaskContext taskContext)
throws TaskException
- Description copied from interface:
TaskType
- Execute the task
- Specified by:
execute
in interface InternalTaskType<TaskContext>
- Specified by:
execute
in interface TaskType
- Returns:
- a
TaskResult
representing the status of the task execution
- Throws:
TaskException
Copyright © 2012 Atlassian. All Rights Reserved.