com.atlassian.bamboo.plugins.script.task
Class ScriptBuildTask
java.lang.Object
com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask
com.atlassian.bamboo.plugins.script.task.ScriptBuildTask
- All Implemented Interfaces:
- CommonTaskType, InternalTaskType
public class ScriptBuildTask
- extends AbstractShellBuildTask
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptBuildTask
public ScriptBuildTask(EnvironmentVariableAccessor environmentVariableAccessor,
ProcessService processService)
getConfig
protected ScriptConfig getConfig(@NotNull
CommonTaskContext taskContext)
- Specified by:
getConfig in class AbstractShellBuildTask
execute
@NotNull
public TaskResult execute(@NotNull
CommonTaskContext taskContext)
throws TaskException
- Description copied from interface:
CommonTaskType
- Executes the task.
- Specified by:
execute in interface CommonTaskType- Overrides:
execute in class AbstractShellBuildTask
- Returns:
- a
TaskResult representing the status of the task execution
- Throws:
TaskException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.