Uses of Interface
com.atlassian.bamboo.execution.ExecutionPhaseService
Package
Description
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.build.pipeline.tasks
Modifier and TypeMethodDescriptionvoid
ExecuteBuildTask.setExecutionPhaseService
(ExecutionPhaseService executionPhaseService) void
PrepareBuildTask.setExecutionPhaseService
(ExecutionPhaseService executionPhaseService) -
Uses of ExecutionPhaseService in com.atlassian.bamboo.execution
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<ExecutionPhaseService>
ComponentAccessor.EXECUTION_PHASE_SERVICE
Deprecated. -
Uses of ExecutionPhaseService in com.atlassian.bamboo.v2.build.agent
ModifierConstructorDescriptionBuildAgentControllerImpl
(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
-
Uses of ExecutionPhaseService in com.atlassian.bamboo.v2.build.queue
ModifierConstructorDescriptionBuildQueueManagerImpl
(@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
Modifier and TypeMethodDescriptionvoid
InitializeBuild.setExecutionPhaseService
(ExecutionPhaseService executionPhaseService)