|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.sourceforge.cruisecontrol.events.BuildResultEvent
The BuildResultEvent is fired at the end of each build loop indicating whether the build has passed or failed.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
BuildResultEvent(Project project,
boolean buildSuccessful)
Constructs an event indicating that the build has passed or failed. |
Method Summary | |
Project |
getProject()
|
boolean |
isBuildSuccessful()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BuildResultEvent(Project project, boolean buildSuccessful)
project
- the project whose build has completedbuildSuccessful
- indicating whether the build has passed or failedMethod Detail |
public boolean isBuildSuccessful()
public Project getProject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |