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   
 

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, BuildManager buildManager, ChangeDetectionManager changeDetectionManager, BuildExecutionManager buildExecutionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler)
           
 

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

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
ChildDependencyBuildDetectionAction(Build plan, Build child, BuildManager buildManager, TriggerReasonManager triggerReasonManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler)
           
DependentBuildDetectionAction(Build plan, Build parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildManager buildManager)
           
 

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)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.