com.atlassian.bamboo.plugins.maven.task
Class Maven2BuildTask
java.lang.Object
com.atlassian.bamboo.plugins.maven.task.Maven2BuildTask
- All Implemented Interfaces:
- CommonTaskType, InternalTaskType
public class Maven2BuildTask
- extends Object
- implements CommonTaskType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLUGIN_KEY
public static final String PLUGIN_KEY
- See Also:
- Constant Field Values
Maven2BuildTask
public Maven2BuildTask(CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor,
ProcessService processService,
TestCollationService testCollationService)
execute
@NotNull
public TaskResult execute(@NotNull
CommonTaskContext taskContext)
throws TaskException
- Description copied from interface:
CommonTaskType
- Executes the task.
- Specified by:
execute
in interface CommonTaskType
- Returns:
- a
TaskResult
representing the status of the task execution
- Throws:
TaskException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.