com.atlassian.bamboo.event
Class BuildCompletedEvent

java.lang.Object
  extended by com.atlassian.bamboo.event.AbstractBuildEvent
      extended by 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..
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.event.AbstractBuildEvent
getBuild, getBuildBuildNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 built
buildNumber - The build number


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.