|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plugins.php.task.PhpUnitBuildTask
public class PhpUnitBuildTask
Field Summary | |
---|---|
protected CapabilityContext |
capabilityContext
|
protected ProcessService |
processService
|
protected TestCollationService |
testCollationService
|
Constructor Summary | |
---|---|
PhpUnitBuildTask(CapabilityContext capabilityContext,
ProcessService processService,
TestCollationService testCollationService)
|
Method Summary | |
---|---|
TaskResult |
execute(TaskContext taskContext)
Execute the task |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final CapabilityContext capabilityContext
protected final ProcessService processService
protected final TestCollationService testCollationService
Constructor Detail |
---|
public PhpUnitBuildTask(CapabilityContext capabilityContext, ProcessService processService, TestCollationService testCollationService)
Method Detail |
---|
@NotNull public TaskResult execute(@NotNull TaskContext taskContext) throws TaskException
TaskType
execute
in interface InternalTaskType<TaskContext>
execute
in interface TaskType
TaskResult
representing the status of the task execution
TaskException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |