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
ConstructorDescriptionCommandBuildTask
(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService) -
Method Summary
Modifier and TypeMethodDescriptionprotected ShellConfig
getConfig
(@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:
getConfig
in classAbstractShellBuildTask
-