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 classCommandConfigMethods in com.atlassian.bamboo.plugins.command.task that return ShellConfig Modifier and Type Method Description protected ShellConfigCommandBuildTask. 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 classScriptConfig -
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 ShellConfigAbstractShellBuildTask. getConfig(@NotNull CommonTaskContext taskContext)Methods in com.atlassian.bamboo.plugins.shell.task with parameters of type ShellConfig Modifier and Type Method Description protected TaskResultAbstractShellBuildTask. execute(CommonTaskContext taskContext, ShellConfig config)
-