Uses of Interface
com.atlassian.bamboo.plan.trigger.TriggerManager

Packages that use TriggerManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.index   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plan.trigger   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.rss   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.ww2.actions.build   
 

Uses of TriggerManager in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as TriggerManager
protected  TriggerManager PlanResultsAction.triggerManager
           
 

Methods in com.atlassian.bamboo.build with parameters of type TriggerManager
 void PlanResultsAction.setTriggerManager(TriggerManager triggerManager)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type TriggerManager
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ResultsSummaryManager resultsSummaryManager, BranchIntegrationService branchIntegrationService)
           
 

Uses of TriggerManager in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return TriggerManager
 TriggerManager BuildResultsSummaryDocumentFactory.getTriggerManager()
           
 

Methods in com.atlassian.bamboo.index with parameters of type TriggerManager
 void BuildResultsSummaryDocumentFactory.setTriggerManager(TriggerManager triggerManager)
           
 

Uses of TriggerManager in com.atlassian.bamboo.notification.buildcompleted
 

Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type TriggerManager
 void AbstractCompletedNotification.setTriggerManager(TriggerManager triggerManager)
           
 

Uses of TriggerManager in com.atlassian.bamboo.notification.chain
 

Methods in com.atlassian.bamboo.notification.chain with parameters of type TriggerManager
 void AfterXFailedNotification.setTriggerManager(TriggerManager triggerManager)
           
 

Uses of TriggerManager in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type TriggerManager
PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager, ChainExecutionManager chainExecutionManager, BuildDetectionActionFactory buildDetectionActionFactory, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, PlanManager planManager, StopBuildManager stopBuildManager, TriggerManager triggerManager, PlanExecutionLockService planExecutionLockService)
           
 

Uses of TriggerManager in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache that return TriggerManager
protected  TriggerManager ImmutableResultsSummary.getTriggerManager()
           
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type TriggerManager
ImmutablePlanManagerImpl(PlanManager planManager, ResultsSummaryManager resultsSummaryManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BuildExecutionManager buildExecutionManager, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate)
           
ImmutableResultsSummary(ChainResultsSummary summary, TriggerManager triggerManager, ImmutablePlanManager immutablePlanManager, CachedPlanManager cachedPlanManager)
           
 

Uses of TriggerManager in com.atlassian.bamboo.plan.trigger
 

Classes in com.atlassian.bamboo.plan.trigger that implement TriggerManager
 class TriggerManagerImpl
           
 

Uses of TriggerManager in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return TriggerManager
protected abstract  TriggerManager BaseResultSummary.getTriggerManager()
           
protected  TriggerManager AbstractResultsSummary.getTriggerManager()
           
 

Uses of TriggerManager in com.atlassian.bamboo.rss
 

Constructors in com.atlassian.bamboo.rss with parameters of type TriggerManager
RssFeedBuilder(TemplateRenderer templateRenderer, TriggerManager triggerManager, AdministrationConfigurationManager administrationConfigurationManager)
           
 

Uses of TriggerManager in com.atlassian.bamboo.v2.build.trigger
 

Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type TriggerManager
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator)
           
 

Uses of TriggerManager in com.atlassian.bamboo.v2.trigger
 

Fields in com.atlassian.bamboo.v2.trigger declared as TriggerManager
protected  TriggerManager AbstractDependentDetectionAction.triggerManager
           
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type TriggerManager
 void ChangeDetectionListenerAction.setTriggerManager(TriggerManager triggerManager)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type TriggerManager
AbstractDependentDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
ChildDependencyBuildDetectionAction(Plan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService)
           
ContinuedBuildDetectionAction(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, TriggerReason triggerReason, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager, BranchIntegrationService branchIntegrationService)
           
DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
ManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, PlanExecutionConfig planExecutionConfig, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, VariableDefinitionManager variableDefinitionManager)
           
 

Uses of TriggerManager in com.atlassian.bamboo.ww2.actions.build
 

Fields in com.atlassian.bamboo.ww2.actions.build declared as TriggerManager
protected  TriggerManager AbstractBuildJsonDecorator.triggerManager
           
 

Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type TriggerManager
 void ChainJsonProviderAction.setTriggerManager(TriggerManager triggerManager)
           
 void BuildJsonProviderAction.setTriggerManager(TriggerManager triggerManager)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type TriggerManager
AbstractBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BambooPermissionManager bambooPermissionManager, java.lang.String planKey, java.lang.String projectName, java.lang.String chainName, java.lang.String planName, java.lang.String jobKey, java.lang.String jobName, java.lang.String buildResultKey, java.lang.String planResultKey, int buildNumber, AbstractBuildJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, TriggerManager triggerManager)
           
ChainExecutionJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BambooPermissionManager bambooPermissionManager, ChainExecution chainExecution, ResultsSummary chainResultSummary, TriggerManager triggerManager)
           
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, CurrentlyBuilding currentlyBuilding, AgentManager agentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager)
           
QueuedBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BuildContext buildContext, int index, AgentManager agentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.