net.sourceforge.cruisecontrol.events
Class BuildProgressEvent
java.lang.Object
java.util.EventObject
net.sourceforge.cruisecontrol.events.BuildProgressEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class BuildProgressEvent
- extends java.util.EventObject
The BuildProgressEvent is fired just before each step of the build loop.
- Author:
- Michael Beauregard, $Author: pauljulius $
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BuildProgressEvent
public BuildProgressEvent(Project project,
ProjectState state)
- Constructs the event indicating the state of the build.
- Parameters:
project
- the project whose build loop has progressedstate
- indicates which step the build loop is in
getProject
public Project getProject()
getState
public ProjectState getState()
toString
public java.lang.String toString()