|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask com.atlassian.bamboo.plugins.script.task.ScriptBuildTask
public class ScriptBuildTask
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask |
---|
environmentVariableAccessor, processService |
Constructor Summary | |
---|---|
ScriptBuildTask(EnvironmentVariableAccessor environmentVariableAccessor,
ProcessService processService)
|
Method Summary | |
---|---|
TaskResult |
execute(TaskContext taskContext)
Execute the task |
protected ScriptConfig |
getConfig(TaskContext taskContext)
|
Methods inherited from class com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptBuildTask(EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService)
Method Detail |
---|
protected ScriptConfig getConfig(@NotNull TaskContext taskContext)
getConfig
in class AbstractShellBuildTask
@NotNull public TaskResult execute(@NotNull TaskContext taskContext) throws TaskException
TaskType
execute
in interface InternalTaskType<TaskContext>
execute
in interface TaskType
execute
in class AbstractShellBuildTask
TaskResult
representing the status of the task execution
TaskException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |