Class CommandBuildTask
java.lang.Object
com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask
com.atlassian.bamboo.plugins.command.task.CommandBuildTask
- All Implemented Interfaces:
CommonTaskType,InternalTaskType
-
Field Summary
Fields inherited from class com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask
environmentVariableAccessor, processService -
Constructor Summary
ConstructorsConstructorDescriptionCommandBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService) -
Method Summary
Modifier and TypeMethodDescriptionprotected ShellConfiggetConfig(@NotNull CommonTaskContext taskContext) Methods inherited from class com.atlassian.bamboo.plugins.shell.task.AbstractShellBuildTask
execute, execute
-
Constructor Details
-
CommandBuildTask
public CommandBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService)
-
-
Method Details
-
getConfig
- Specified by:
getConfigin classAbstractShellBuildTask
-