public class PhpUnitBuildTask extends Object implements TaskType
Modifier and Type | Field and Description |
---|---|
protected CapabilityContext |
capabilityContext |
protected EnvironmentVariableAccessor |
environmentVariableAccessor |
protected ProcessService |
processService |
protected TestCollationService |
testCollationService |
Constructor and Description |
---|
PhpUnitBuildTask(CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor,
ProcessService processService,
TestCollationService testCollationService) |
Modifier and Type | Method and Description |
---|---|
TaskResult |
execute(TaskContext taskContext)
Execute the task
|
protected final CapabilityContext capabilityContext
protected final EnvironmentVariableAccessor environmentVariableAccessor
protected final ProcessService processService
protected final TestCollationService testCollationService
public PhpUnitBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
@NotNull public TaskResult execute(@NotNull TaskContext taskContext) throws TaskException
TaskType
execute
in interface TaskType
TaskResult
representing the status of the task executionTaskException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.