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

Packages that use ErrorHandler
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.container   
com.atlassian.bamboo.emailer   
com.atlassian.bamboo.event   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.xmpp   
 

Uses of ErrorHandler in com.atlassian.bamboo.build
 

Constructors in com.atlassian.bamboo.build with parameters of type ErrorHandler
BuildArtifactCopier(ErrorHandler errorHandler, Persister persister)
           
DefaultBuildChangeDetector(BlockingQueue codeChangeQueue, ErrorHandler errorHandler, BuildManager buildManager)
          Create the deamon.
HibernateBuildManager(BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler)
           
 

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

Constructors in com.atlassian.bamboo.build.pipeline.tasks with parameters of type ErrorHandler
BambooBuildPipeline(PipelineDefinition definition, BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler)
           
ExecuteBuildTask(BuildResults buildResults, ErrorHandler errorHandler)
           
PrepareBuildTask(BuildResults buildResults, BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler)
           
SaveBuildTask(BuildResults buildResults, ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.builder
 

Constructors in com.atlassian.bamboo.builder with parameters of type ErrorHandler
DefaultBuildExecutor(BlockingQueue codeChangeQueue, BlockingQueue completedBuildQueue, BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.buildqueue
 

Constructors in com.atlassian.bamboo.buildqueue with parameters of type ErrorHandler
DefaultBuildPipeline(PipelineDefinition definition, BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler)
           
 

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

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ErrorHandler
 void PipelineManagerImpl.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type ErrorHandler
 void BambooContainer.reportBuildConfigurationProblems(Persister persister, ErrorHandler errorHandler)
           
 void BambooContainer.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.emailer
 

Constructors in com.atlassian.bamboo.emailer with parameters of type ErrorHandler
DefaultEmailBuildResultsService(VelocityEngine velocityEngine, ErrorHandler errorHandler, BuildManager buildManager)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event with parameters of type ErrorHandler
 void DefaultBuildEventNotifier.setErrorHandler(ErrorHandler errorHandler)
           
 

Constructors in com.atlassian.bamboo.event with parameters of type ErrorHandler
BuildCompleteNotifier(BlockingQueue completedBuildQueue, BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler)
          Create an instance that uses the given template emailer.
 

Uses of ErrorHandler in com.atlassian.bamboo.logger
 

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

Uses of ErrorHandler in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type ErrorHandler
 void UpgradeTask131.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in com.atlassian.bamboo.xmpp
 

Constructors in com.atlassian.bamboo.xmpp with parameters of type ErrorHandler
XmppBuildNotifier(VelocityEngine velocityEngine, ErrorHandler errorHandler, BuildManager buildManager)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.