Class AntBuildTask
- java.lang.Object
-
- com.atlassian.bamboo.plugins.ant.task.AntBuildTask
-
- All Implemented Interfaces:
CommonTaskType,InternalTaskType
public class AntBuildTask extends Object implements CommonTaskType
-
-
Constructor Summary
Constructors Constructor Description AntBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TaskResultexecute(@NotNull CommonTaskContext taskContext)Executes the task.
-
-
-
Constructor Detail
-
AntBuildTask
public AntBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
-
Method Detail
-
execute
@NotNull public @NotNull TaskResult execute(@NotNull @NotNull CommonTaskContext taskContext) throws TaskException
Description copied from interface:CommonTaskTypeExecutes the task.- Specified by:
executein interfaceCommonTaskType- Returns:
- a
TaskResultrepresenting the status of the task execution - Throws:
TaskException
-
-