Uses of Interface
com.atlassian.bamboo.event.BuildEventNotifier

Packages that use BuildEventNotifier
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.event   
 

Uses of BuildEventNotifier in com.atlassian.bamboo.build
 

Constructors in com.atlassian.bamboo.build with parameters of type BuildEventNotifier
HibernateBuildManager(BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler)
           
 

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

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

Uses of BuildEventNotifier in com.atlassian.bamboo.builder
 

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

Uses of BuildEventNotifier in com.atlassian.bamboo.buildqueue
 

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

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

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildEventNotifier
 void PipelineManagerImpl.setBuildEventNotifier(BuildEventNotifier buildEventNotifier)
           
 

Uses of BuildEventNotifier in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type BuildEventNotifier
 void BambooContainer.setBuildEventNotifier(BuildEventNotifier buildEventNotifier)
           
 

Uses of BuildEventNotifier in com.atlassian.bamboo.event
 

Classes in com.atlassian.bamboo.event that implement BuildEventNotifier
 class DefaultBuildEventNotifier
          This class keep a registery of BuildEventListeners and notifies them when a build event occurs.
 

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



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.