Uses of Interface
com.atlassian.bamboo.logger.ErrorUpdateHandler

Packages that use ErrorUpdateHandler
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.v2.ww2.build   
com.atlassian.bamboo.ww2.actions.chains   
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type ErrorUpdateHandler
 void DefaultBuildExecutionManager.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.pipeline.tasks
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type ErrorUpdateHandler
 void PrepareBuildTask.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 void ExecuteBuildTask.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy with parameters of type ErrorUpdateHandler
 void QuartzStrategyJob.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.builder
 

Fields in com.atlassian.bamboo.builder declared as ErrorUpdateHandler
protected  ErrorUpdateHandler AbstractBuilder.errorUpdateHandler
           
 

Methods in com.atlassian.bamboo.builder with parameters of type ErrorUpdateHandler
 void AbstractBuilder.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ErrorUpdateHandler
 void LocalAgentManagerImpl.setErrorUpdateHander(ErrorUpdateHandler errorUpdateHander)
           
 void RemoteAgentManagerImpl.setErrorUpdateHander(ErrorUpdateHandler errorUpdateHander)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.logger
 

Subinterfaces of ErrorUpdateHandler in com.atlassian.bamboo.logger
 interface ErrorHandler
          Describes an abstraction for dealing with errors that occure while building builds.
 

Classes in com.atlassian.bamboo.logger that implement ErrorUpdateHandler
 class AbstractErrorUpdateHandler
           
 class DefaultErrorHandler
          This class keeps track of Bamboo build errors so they can get reported to the user.
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.agent
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ErrorUpdateHandler
BuildAgentControllerImpl(BuildResultProcessor buildResultProcessor, AgentQueueAccessor agentQueueAccessor, CapabilitySetManager capabilitySetManager, BuildExecutionUpdateManager buildExecutionUpdateManager, ErrorUpdateHandler errorUpdateHandler, CapabilityContext capabilityContext, AgentContext agentContext)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ErrorUpdateHandler
 class RemoteErrorUpdateHandler
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.queue
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ErrorUpdateHandler
BuildQueueManagerImpl(com.atlassian.event.EventManager eventManager, BuildExecutionManager buildExecutionManager, BuildManager buildManager, LocalAgentManager localAgentManager, org.springframework.jms.core.JmsTemplate jmsTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager)
           
 

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

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

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

Fields in com.atlassian.bamboo.v2.trigger declared as ErrorUpdateHandler
protected  ErrorUpdateHandler AbstractDependentDetectionAction.errorUpdateHandler
           
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type ErrorUpdateHandler
 void DependencyBuildListener.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ErrorUpdateHandler
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)
           
DependencyChainListener(BuildNumberGeneratorService buildNumberGenerator, PlanExecutionManager planExecutionManager, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, PlanDependencyManager planDependencyManager, ChainManager chainManager, BuildLoggerManager buildLoggerManager)
           
DependentBuildDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
ManualBuildDetectionAction(Plan buildPlan, 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 ErrorUpdateHandler in com.atlassian.bamboo.v2.ww2.build
 

Methods in com.atlassian.bamboo.v2.ww2.build with parameters of type ErrorUpdateHandler
 void TriggerRemoteBuild.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.ww2.actions.chains
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ErrorUpdateHandler
 void ManualChainExecutionAction.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.