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

Packages that use BuildEventListener
com.atlassian.bamboo   
com.atlassian.bamboo.container   
com.atlassian.bamboo.emailer   
com.atlassian.bamboo.event   
com.atlassian.bamboo.events   
com.atlassian.bamboo.xmpp   
 

Uses of BuildEventListener in com.atlassian.bamboo
 

Methods in com.atlassian.bamboo with parameters of type BuildEventListener
 void Bamboo.addBuildListener(BuildEventListener listener)
          Register the given build listener with system build detector
 

Uses of BuildEventListener in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type BuildEventListener
 void BambooContainer.addBuildListener(BuildEventListener listener)
          Register the given build start listener with system build detector
 

Uses of BuildEventListener in com.atlassian.bamboo.emailer
 

Subinterfaces of BuildEventListener in com.atlassian.bamboo.emailer
 interface EmailBuildResultsService
          This interface describes how to send build result emails.
 

Classes in com.atlassian.bamboo.emailer that implement BuildEventListener
 class DefaultEmailBuildResultsService
          This class provides the default emailing service.
 

Uses of BuildEventListener in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event with parameters of type BuildEventListener
 void BuildEventNotifier.addBuildEventListener(BuildEventListener listener)
          Register an interest in knowing when a build is aded, built, or deleted.
 void DefaultBuildEventNotifier.addBuildEventListener(BuildEventListener listener)
          Register an interest build events
 

Uses of BuildEventListener in com.atlassian.bamboo.events
 

Classes in com.atlassian.bamboo.events that implement BuildEventListener
 class BuildNumberStamper
          This class generates a file containing the number of the build.
 class DefaultBuildEventListener
          This class provides a default implementation of the BuildEventListener interface.
 class DependencyBuilder
          This listens for builds to complete and decides if any dependent builds need building
 

Uses of BuildEventListener in com.atlassian.bamboo.xmpp
 

Classes in com.atlassian.bamboo.xmpp that implement BuildEventListener
 class XmppBuildNotifier
          Sends an Instant Message containing a build results summary.
 



Copyright © 2008 Atlassian Software Systems.. All Rights Reserved.