Uses of Interface
com.atlassian.bamboo.variable.CustomVariableContextRunner
-
-
Uses of CustomVariableContextRunner in com.atlassian.bamboo.deployments.execution.service
Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type CustomVariableContextRunner Constructor Description DeploymentPluginSupport(CustomVariableContextRunner customVariableContextRunner, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler)
-
Uses of CustomVariableContextRunner in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type CustomVariableContextRunner Constructor Description 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 CustomVariableContextRunner in com.atlassian.bamboo.v2.build.events
Constructors in com.atlassian.bamboo.v2.build.events with parameters of type CustomVariableContextRunner Constructor Description BuildCompletedEventListener(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
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type CustomVariableContextRunner 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 CustomVariableContextRunner in com.atlassian.bamboo.variable
Classes in com.atlassian.bamboo.variable that implement CustomVariableContextRunner Modifier and Type Class Description class
CustomVariableContextRunnerImpl
-