com.atlassian.bamboo.event
Class BuildCompleteNotifier
java.lang.Object
com.atlassian.bamboo.container.BambooTask
com.atlassian.bamboo.event.BuildCompleteNotifier
- All Implemented Interfaces:
- Runnable
public class BuildCompleteNotifier
- extends BambooTask
This class notifies interested parties that the build has completed.
Also marks the build as complete.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildCompleteNotifier
public BuildCompleteNotifier(BlockingQueue completedBuildQueue,
BuildEventNotifier buildEventNotifier,
ErrorHandler errorHandler)
- Create an instance that uses the given template emailer.
- Parameters:
completedBuildQueue
- The queue containing the email messages to sendbuildEventNotifier
- The system notifiererrorHandler
- The system error handler
doTask
protected void doTask()
- Tell every listener that the build is complete
- Specified by:
doTask
in class BambooTask
getPluginManager
public PluginManager getPluginManager()
setPluginManager
public void setPluginManager(PluginManager pluginManager)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.