Uses of Interface
com.atlassian.bamboo.plugins.shell.task.ShellConfig
-
Packages that use ShellConfig Package Description com.atlassian.bamboo.plugins.command.task com.atlassian.bamboo.plugins.script.task com.atlassian.bamboo.plugins.shell.task -
-
Uses of ShellConfig in com.atlassian.bamboo.plugins.command.task
Classes in com.atlassian.bamboo.plugins.command.task that implement ShellConfig Modifier and Type Class Description class
CommandConfig
Methods in com.atlassian.bamboo.plugins.command.task that return ShellConfig Modifier and Type Method Description protected ShellConfig
CommandBuildTask. getConfig(@NotNull CommonTaskContext taskContext)
-
Uses of ShellConfig in com.atlassian.bamboo.plugins.script.task
Classes in com.atlassian.bamboo.plugins.script.task that implement ShellConfig Modifier and Type Class Description class
ScriptConfig
-
Uses of ShellConfig in com.atlassian.bamboo.plugins.shell.task
Methods in com.atlassian.bamboo.plugins.shell.task that return ShellConfig Modifier and Type Method Description protected abstract ShellConfig
AbstractShellBuildTask. getConfig(@NotNull CommonTaskContext taskContext)
Methods in com.atlassian.bamboo.plugins.shell.task with parameters of type ShellConfig Modifier and Type Method Description protected TaskResult
AbstractShellBuildTask. execute(CommonTaskContext taskContext, ShellConfig config)
-