com.atlassian.bamboo.xmpp
Class XmppBuildNotifier
java.lang.Object
com.atlassian.bamboo.events.DefaultBuildEventListener
com.atlassian.bamboo.xmpp.XmppBuildNotifier
- All Implemented Interfaces:
- BuildEventListener
public class XmppBuildNotifier
- extends DefaultBuildEventListener
Sends an Instant Message containing a build results summary.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmppBuildNotifier
public XmppBuildNotifier(VelocityEngine velocityEngine,
ErrorHandler errorHandler,
BuildManager buildManager)
onBuildComplete
public void onBuildComplete(Build build,
BuildResults buildResults)
throws Exception
- Description copied from class:
DefaultBuildEventListener
- Be notified when a build build has completed.
The default behaviour is to do nothing
- Specified by:
onBuildComplete in interface BuildEventListener- Overrides:
onBuildComplete in class DefaultBuildEventListener
- Parameters:
build - The buildbuildResults - The output from the build
- Throws:
Exception - A generic failure
setInstantMessagingServerManager
public void setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager)
getInstantMessagingServerManager
public InstantMessagingServerManager getInstantMessagingServerManager()
getExtendedAuthorManager
public ExtendedAuthorManager getExtendedAuthorManager()
setExtendedAuthorManager
public void setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)
setBambooSmackClient
public void setBambooSmackClient(BambooSmackClient bambooSmackClient)
getBambooSmackClient
public BambooSmackClient getBambooSmackClient()
getBambooUserManager
public BambooUserManager getBambooUserManager()
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.