Class Maven2BuildTask
- java.lang.Object
-
- com.atlassian.bamboo.plugins.maven.task.Maven2BuildTask
-
- All Implemented Interfaces:
CommonTaskType
,InternalTaskType
public class Maven2BuildTask extends Object implements CommonTaskType
-
-
Field Summary
Fields Modifier and Type Field Description static String
PLUGIN_KEY
-
Constructor Summary
Constructors Constructor Description Maven2BuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TaskResult
execute(@NotNull CommonTaskContext taskContext)
Executes the task.
-
-
-
Field Detail
-
PLUGIN_KEY
public static final String PLUGIN_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Maven2BuildTask
public Maven2BuildTask(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:CommonTaskType
Executes the task.- Specified by:
execute
in interfaceCommonTaskType
- Returns:
- a
TaskResult
representing the status of the task execution - Throws:
TaskException
-
-