com.atlassian.bamboo.plugins.command.task
Class CommandBuildTask

java.lang.Object
  extended by com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask
      extended by com.atlassian.bamboo.plugins.command.task.CommandBuildTask
All Implemented Interfaces:
InternalTaskType<TaskContext>, TaskType

public class CommandBuildTask
extends AbstractShellBuildTask
implements TaskType


Field Summary
 
Fields inherited from class com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask
environmentVariableAccessor, processService
 
Constructor Summary
CommandBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService)
           
 
Method Summary
protected  ShellConfig getConfig(TaskContext taskContext)
           
 
Methods inherited from class com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask
execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.task.TaskType
execute
 

Constructor Detail

CommandBuildTask

public CommandBuildTask(CapabilityContext capabilityContext,
                        EnvironmentVariableAccessor environmentVariableAccessor,
                        ProcessService processService)
Method Detail

getConfig

protected ShellConfig getConfig(@NotNull
                                TaskContext taskContext)
Specified by:
getConfig in class AbstractShellBuildTask


Copyright © 2012 Atlassian. All Rights Reserved.