Uses of Interface
com.atlassian.bamboo.v2.build.trigger.TriggerReasonManager

Packages that use TriggerReasonManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.index   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.chain   
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 TriggerReasonManager in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as TriggerReasonManager
protected  TriggerReasonManager PlanResultsAction.triggerReasonManager
           
 

Methods in com.atlassian.bamboo.build that return TriggerReasonManager
 TriggerReasonManager PlanResultsAction.getTriggerReasonManager()
           
 

Methods in com.atlassian.bamboo.build with parameters of type TriggerReasonManager
 void ViewCurrentRunningBuild.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 void PlanResultsAction.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type TriggerReasonManager
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager)
           
 

Uses of TriggerReasonManager in com.atlassian.bamboo.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type TriggerReasonManager
BuildContextFactoryImpl(TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager)
           
 

Uses of TriggerReasonManager in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index that return TriggerReasonManager
 TriggerReasonManager BuildResultsSummaryDocumentFactory.getTriggerReasonManager()
           
 

Methods in com.atlassian.bamboo.index with parameters of type TriggerReasonManager
 void BuildResultsSummaryDocumentFactory.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 

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

Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type TriggerReasonManager
 void AbstractCompletedNotification.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 

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

Methods in com.atlassian.bamboo.notification.chain with parameters of type TriggerReasonManager
 void AfterXFailedNotification.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 

Uses of TriggerReasonManager in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return TriggerReasonManager
protected  TriggerReasonManager AbstractResultsSummary.getTriggerReasonManager()
           
protected  TriggerReasonManager BuildResultsSummaryForTesting.getTriggerReasonManager()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type TriggerReasonManager
 void AbstractResultsSummary.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 void BuildResultsSummaryForTesting.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 

Uses of TriggerReasonManager in com.atlassian.bamboo.rss
 

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

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

Classes in com.atlassian.bamboo.v2.build.trigger that implement TriggerReasonManager
 class TriggerReasonManagerImpl
           
 

Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type TriggerReasonManager
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, PlanManager planManager, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator)
           
 

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

Fields in com.atlassian.bamboo.v2.trigger declared as TriggerReasonManager
protected  TriggerReasonManager AbstractDependentDetectionAction.triggerReasonManager
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type TriggerReasonManager
AbstractDependentDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
ChildDependencyBuildDetectionAction(Plan plan, Plan child, BuildNumberGeneratorService buildNumberGenerator, TriggerReasonManager triggerReasonManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler)
           
DependentBuildDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
ManualBuildDetectionAction(Plan plan, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler)
           
 

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

Fields in com.atlassian.bamboo.ww2.actions.build declared as TriggerReasonManager
protected  TriggerReasonManager AbstractBuildJsonDecorator.triggerReasonManager
           
 

Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type TriggerReasonManager
 void ChainJsonProviderAction.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 void BuildJsonProviderAction.setTriggerReasonManager(TriggerReasonManager triggerReasonManager)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type TriggerReasonManager
AbstractBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BambooPermissionManager bambooPermissionManager, java.lang.String planKey, 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, TriggerReasonManager triggerReasonManager)
           
ChainExecutionJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BambooPermissionManager bambooPermissionManager, ChainExecution chainExecution, ResultsSummary chainResultSummary, TriggerReasonManager triggerReasonManager)
           
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, CurrentlyBuilding currentlyBuilding, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerReasonManager triggerReasonManager)
           
QueuedBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BuildContext buildContext, int index, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerReasonManager triggerReasonManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.