Uses of Interface
com.atlassian.bamboo.plan.trigger.TriggerManager
-
-
Uses of TriggerManager in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as TriggerManager Modifier and Type Field Description protected TriggerManager
PlanResultsAction. triggerManager
Methods in com.atlassian.bamboo.build with parameters of type TriggerManager Modifier and Type Method Description void
PlanResultsAction. setTriggerManager(TriggerManager triggerManager)
Constructors in com.atlassian.bamboo.build with parameters of type TriggerManager Constructor Description BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ResultsSummaryManager resultsSummaryManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager)
-
Uses of TriggerManager in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type TriggerManager Constructor Description ChainResultManagerImpl(BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, LimitedConcurrencyCaller limitedConcurrencyCaller, ErrorUpdateHandler errorUpdateHandler, com.opensymphony.xwork2.TextProvider textProvider, ArtifactLinkManager artifactLinkManager, Persister persister, BuildContextBuilderFactory buildContextBuilderFactory, TriggerManager triggerManager, AuthorCreatorService authorCreatorService)
-
Uses of TriggerManager in com.atlassian.bamboo.deployments.execution.triggering
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type TriggerManager Constructor Description AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager)
EnvironmentTriggeringActionFactoryImpl(DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService)
ManualEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, TriggerManager triggerManager, @NotNull Environment environment, DeploymentVersion version, com.atlassian.user.User user, boolean isVerboseLoggingOn)
ScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, Map<String,String> triggerConfiguration)
-
Uses of TriggerManager in com.atlassian.bamboo.deployments.notification
Methods in com.atlassian.bamboo.deployments.notification with parameters of type TriggerManager Modifier and Type Method Description void
DeploymentFinishedNotification. setTriggerManager(TriggerManager triggerManager)
void
DeploymentStartedNotification. setTriggerManager(TriggerManager triggerManager)
-
Uses of TriggerManager in com.atlassian.bamboo.deployments.results.service
Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type TriggerManager Constructor Description DeploymentResultServiceImpl(BambooPermissionManager bambooPermissionManager, DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, @NotNull EnvironmentService environmentService, @NotNull InternalEnvironmentService internalEnvironmentService, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull DeploymentsInProgressService deploymentsInProgressService, @NotNull TriggerManager triggerManager, com.opensymphony.xwork2.TextProvider textProvider)
-
Uses of TriggerManager in com.atlassian.bamboo.notification.buildcompleted
Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type TriggerManager Modifier and Type Method Description void
AbstractCompletedNotification. setTriggerManager(TriggerManager triggerManager)
-
Uses of TriggerManager in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type TriggerManager Constructor Description PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, CachedPlanManager cachedPlanManager, StopBuildManager stopBuildManager, TriggerManager triggerManager, PlanExecutionLockService planExecutionLockService, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler, DeploymentPermitter deploymentPermitter, com.atlassian.bamboo.plan.PlanExecutionManagerCallWatcher planExecutionManagerCallWatcher)
-
Uses of TriggerManager in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return TriggerManager Modifier and Type Method Description protected TriggerManager
ImmutableResultsSummaryImpl. getTriggerManager()
Constructors in com.atlassian.bamboo.plan.cache with parameters of type TriggerManager Constructor Description ImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, RequirementManager requirementManager, VersionDao versionDao)
ImmutableResultsSummaryImpl(ChainResultsSummary summary, TriggerManager triggerManager, ImmutablePlanManager immutablePlanManager, CachedPlanManager cachedPlanManager)
ImmutableResultsSummaryImpl(ChainResultsSummary summary, TriggerManager triggerManager, ImmutablePlanManager immutablePlanManager, ImmutableChain immutableChain)
-
Uses of TriggerManager in com.atlassian.bamboo.plan.trigger
Classes in com.atlassian.bamboo.plan.trigger that implement TriggerManager Modifier and Type Class Description class
TriggerManagerImpl
-
Uses of TriggerManager in com.atlassian.bamboo.plugins.testutils.deployments
Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type TriggerManager Constructor Description DeploymentsTestServiceImpl(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager)
-
Uses of TriggerManager in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary that return TriggerManager Modifier and Type Method Description protected TriggerManager
AbstractResultsSummary. getTriggerManager()
protected abstract TriggerManager
BaseResultSummary. getTriggerManager()
-
Uses of TriggerManager in com.atlassian.bamboo.rss
Constructors in com.atlassian.bamboo.rss with parameters of type TriggerManager Constructor Description RssFeedBuilder(TemplateRenderer templateRenderer, TriggerManager triggerManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Uses of TriggerManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type TriggerManager Modifier and Type Field Description static Supplier<TriggerManager>
ComponentAccessor. TRIGGER_MANAGER
Deprecated. -
Uses of TriggerManager in com.atlassian.bamboo.tag.service
Constructors in com.atlassian.bamboo.tag.service with parameters of type TriggerManager Constructor Description TagBuildActionFactoryImpl(ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildContextBuilderFactory buildContextBuilderFactory, BuildLoggerManager buildLoggerManager, TriggerManager triggerManager)
-
Uses of TriggerManager in com.atlassian.bamboo.trigger.dependency
-
Uses of TriggerManager in com.atlassian.bamboo.v2.build.trigger
Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type TriggerManager Constructor Description DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator, ChainExecutionManager chainExecutionManager, BuildContextBuilderFactory buildContextBuilderFactory)
-
Uses of TriggerManager in com.atlassian.bamboo.v2.trigger
Fields in com.atlassian.bamboo.v2.trigger declared as TriggerManager Modifier and Type Field Description protected TriggerManager
AbstractDependentDetectionAction. triggerManager
Methods in com.atlassian.bamboo.v2.trigger with parameters of type TriggerManager Modifier and Type Method Description void
ChangeDetectionListenerAction. setTriggerManager(TriggerManager triggerManager)
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type TriggerManager Constructor Description AbstractDependentDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager)
ChildDependencyBuildDetectionAction(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService, BuildContextBuilderFactory buildContextBuilderFactory)
ContinuedBuildDetectionAction(ImmutableChain chain, @NotNull PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, TriggerReason triggerReason, Map<String,String> params, Map<String,String> variables, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, VcsRepositoryManager vcsRepositoryManager)
DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager)
InitialBuildDetectionAction(@NotNull ImmutableChain chain, @NotNull TriggerManager triggerManager, @NotNull BuildContextBuilderFactory buildContextBuilderFactory, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull ChangeDetectionManager changeDetectionManager)
ManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, @Nullable PlanExecutionConfig planExecutionConfig, Map<String,String> params, Map<String,String> variables, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, VariableDefinitionManager variableDefinitionManager, BuildContextBuilderFactory buildContextBuilderFactory)
ScheduledBuildDetectionAction(@NotNull ChangeDetectionManager changeDetectionManager, @NotNull TriggerManager triggerManager, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull BuildLoggerManager buildLoggerManager, @NotNull ImmutableChain chain, @NotNull Map<String,String> triggerConditionsConfiguration, @NotNull Map<String,String> triggerConfiguration, @NotNull BuildContextBuilderFactory buildContextBuilderFactory)
TagBuildAction(ImmutableChain chain, TagAndRevision tagAndRevision, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildContextBuilderFactory buildContextBuilderFactory, BuildLoggerManager buildLoggerManager, TriggerManager triggerManager)
-
Uses of TriggerManager in com.atlassian.bamboo.ww2.actions.build
Fields in com.atlassian.bamboo.ww2.actions.build declared as TriggerManager Modifier and Type Field Description protected TriggerManager
AbstractBuildJsonDecorator. triggerManager
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type TriggerManager Modifier and Type Method Description void
BuildJsonProviderAction. setTriggerManager(TriggerManager triggerManager)
void
ChainJsonProviderAction. setTriggerManager(TriggerManager triggerManager)
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type TriggerManager Constructor Description AbstractBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull BuildQueueItemViewForJsonDecorator buildQueueItem, TriggerManager triggerManager)
AbstractBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull DeploymentQueueItemViewForJsonDecorator deploymentQueueItem, TriggerManager triggerManager)
ChainExecutionJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, ChainExecution chainExecution, ResultsSummary chainResultSummary, TriggerManager triggerManager)
CurrentlyBuildingJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull CurrentlyBuilding currentlyBuilding, @NotNull AgentManager agentManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull TriggerManager triggerManager, @NotNull ImmutablePlan plan)
CurrentlyDeployingJsonDecorator(@NotNull DeploymentInProgress deploymentInProgress, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull AgentManager agentManager)
QueuedBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BuildQueueItemViewForJsonDecorator buildQueueItem, int index, AgentManager agentManager, @NotNull BuildExecutionManager buildExecutionManager, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull Set<Long> agentsForExecutable, @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)
QueuedBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull DeploymentQueueItemViewForJsonDecorator deploymentQueueItem, int index, AgentManager agentManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, TriggerManager triggerManager, @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull Set<Long> agentsForExecutable, @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)
-