Uses of Interface
com.atlassian.bamboo.execution.ExecutionPhaseService
-
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.build.pipeline.tasks
Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type ExecutionPhaseService Modifier and Type Method Description void
ExecuteBuildTask. setExecutionPhaseService(ExecutionPhaseService executionPhaseService)
void
PrepareBuildTask. setExecutionPhaseService(ExecutionPhaseService executionPhaseService)
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.execution
Classes in com.atlassian.bamboo.execution that implement ExecutionPhaseService Modifier and Type Class Description class
ExecutionPhaseServiceImpl
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ExecutionPhaseService Modifier and Type Field Description static Supplier<ExecutionPhaseService>
ComponentAccessor. EXECUTION_PHASE_SERVICE
Deprecated. -
Uses of ExecutionPhaseService in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ExecutionPhaseService Constructor Description BuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager)
LocalBuildResultProcessor(BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventManager, ServerBuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanStatePersisterService planStatePersisterService, CustomVariableContextRunner customVariableContextRunner, ExecutionPhaseService executionPhaseService)
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ExecutionPhaseService Modifier and Type Class Description class
RemoteExecutionPhaseServiceImpl
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.v2.build.queue
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ExecutionPhaseService Constructor Description BuildQueueManagerImpl(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull BuildExecutionManager buildExecutionManager, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull ExecutableAgentsHelper executableAgentsHelper, @NotNull CustomVariableContextRunner customVariableContextRunner, @NotNull ExecutionPhaseService executionPhaseService, @NotNull XStreamFactory xStreamFactory, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull LocalResultProcessor resultProcessor, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry)
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task with parameters of type ExecutionPhaseService Modifier and Type Method Description void
InitializeBuild. setExecutionPhaseService(ExecutionPhaseService executionPhaseService)
-