Uses of Interface
com.atlassian.bamboo.execution.ExecutionPhaseService
Packages that use ExecutionPhaseService
Package
Description
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.build.pipeline.tasks
Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type ExecutionPhaseServiceModifier and TypeMethodDescriptionvoid
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 -
Uses of ExecutionPhaseService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ExecutionPhaseServiceModifier and TypeFieldDescriptionstatic final 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 ExecutionPhaseServiceModifierConstructorDescriptionBuildAgentControllerImpl
(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, SecretEncryptionService secretEncryptionService, AgentCipherProviderService agentCipherProviderService) 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 -
Uses of ExecutionPhaseService in com.atlassian.bamboo.v2.build.queue
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ExecutionPhaseServiceModifierConstructorDescriptionBuildQueueManagerImpl
(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @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 EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry) -
Uses of ExecutionPhaseService in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task with parameters of type ExecutionPhaseServiceModifier and TypeMethodDescriptionvoid
InitializeBuild.setExecutionPhaseService
(ExecutionPhaseService executionPhaseService)