Uses of Interface
com.atlassian.bamboo.variable.CustomVariableContextRunner
Package
Description
-
Uses of CustomVariableContextRunner in com.atlassian.bamboo.deployments.execution.service
ModifierConstructorDescriptionDeploymentPluginSupport
(CustomVariableContextRunner customVariableContextRunner, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler) -
Uses of CustomVariableContextRunner in com.atlassian.bamboo.v2.build.agent
ModifierConstructorDescriptionLocalBuildResultProcessor
(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 CustomVariableContextRunner in com.atlassian.bamboo.v2.build.events
ModifierConstructorDescriptionBuildCompletedEventListener
(CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, CachedPlanManager cachedPlanManager, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor) PostBuildCompletedEventListener
(CachedPlanManager cachedPlanManager, CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of CustomVariableContextRunner 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, @NotNull EphemeralAgentsService ephemeralAgentsService) -
Uses of CustomVariableContextRunner in com.atlassian.bamboo.variable