Uses of Interface
com.atlassian.bamboo.process.ProcessService
-
-
Uses of ProcessService in com.atlassian.bamboo.plugins.ant.task
Constructors in com.atlassian.bamboo.plugins.ant.task with parameters of type ProcessService Constructor Description AntBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
Uses of ProcessService in com.atlassian.bamboo.plugins.command.task
Constructors in com.atlassian.bamboo.plugins.command.task with parameters of type ProcessService Constructor Description CommandBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService)
-
Uses of ProcessService in com.atlassian.bamboo.plugins.grails
Constructors in com.atlassian.bamboo.plugins.grails with parameters of type ProcessService Constructor Description GrailsBuildTask(ProcessService processService, TestCollationService testCollationService, EnvironmentVariableAccessor environmentVariableAccessor, CapabilityContext capabilityContext)
-
Uses of ProcessService in com.atlassian.bamboo.plugins.maven.task
Constructors in com.atlassian.bamboo.plugins.maven.task with parameters of type ProcessService Constructor Description Maven1BuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
Maven2BuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
Maven3BuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
Uses of ProcessService in com.atlassian.bamboo.plugins.php.task
Fields in com.atlassian.bamboo.plugins.php.task declared as ProcessService Modifier and Type Field Description protected ProcessService
PhpUnitBuildTask. processService
Constructors in com.atlassian.bamboo.plugins.php.task with parameters of type ProcessService Constructor Description PhpUnitBuildTask(CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, TestCollationService testCollationService)
-
Uses of ProcessService in com.atlassian.bamboo.plugins.script.task
Constructors in com.atlassian.bamboo.plugins.script.task with parameters of type ProcessService Constructor Description ScriptBuildTask(EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService, HomeDirectoryLayout homeDirectoryLayout)
-
Uses of ProcessService in com.atlassian.bamboo.plugins.shell.task
Fields in com.atlassian.bamboo.plugins.shell.task declared as ProcessService Modifier and Type Field Description protected ProcessService
AbstractShellBuildTask. processService
Constructors in com.atlassian.bamboo.plugins.shell.task with parameters of type ProcessService Constructor Description AbstractShellBuildTask(EnvironmentVariableAccessor environmentVariableAccessor, ProcessService processService)
-
Uses of ProcessService in com.atlassian.bamboo.process
Classes in com.atlassian.bamboo.process that implement ProcessService Modifier and Type Class Description class
ProcessServiceImpl
-
Uses of ProcessService in com.atlassian.bamboo.v2.build.agent.docker
Constructors in com.atlassian.bamboo.v2.build.agent.docker with parameters of type ProcessService Constructor Description DockerContainerControllerImpl(@NotNull CommonContext context, @NotNull DockerContainerService dockerContainerService, @NotNull ProcessContextFactory processContextFactory, @NotNull CapabilityContext capabilityContext, @NotNull CustomVariableContext customVariableContext, @NotNull ProcessService processService, @NotNull HomeDirectoryLayout homeDirectoryLayout)
-