net.sourceforge.cruisecontrol.events |
|
Java Source File Name | Type | Comment |
BuildProgressEvent.java | Class | The BuildProgressEvent is fired just before each step of the build loop. |
BuildProgressListener.java | Interface | An event listener for receiving the current state of the build loop as it
progresses. |
BuildResultEvent.java | Class | The BuildResultEvent is fired at the end of each build loop indicating whether
the build has passed or failed. |
BuildResultListener.java | Interface | An event listener for receiving the result of a project's build. |