com.atlassian.bamboo.event
Class BuildCompletedEvent
java.lang.Object
com.atlassian.bamboo.event.AbstractBuildEvent
com.atlassian.bamboo.event.BuildCompletedEvent
public class BuildCompletedEvent
- extends AbstractBuildEvent
This class indicates that build build has been completed.
Use the BuildEventListener
to listen to these events if you are
interesting when a build's build has completed.
- Version:
- $Id: BuildCompletedEvent.java,v 1.3 2005/01/11 23:12:24 andy Exp $
Constructor Summary |
BuildCompletedEvent(Build build,
long buildNumber)
Creates an event to indicate that the buildNumber'th build of the given
build has just completed.. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildCompletedEvent
public BuildCompletedEvent(Build build,
long buildNumber)
- Creates an event to indicate that the buildNumber'th build of the given
build has just completed..
- Parameters:
build
- The build that has been builtbuildNumber
- The build number
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.