|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildEventListener
Implement this interface to find out when a build is changed.
Field Summary | |
---|---|
static String |
DISABLE_NOTIFICATION_SYSTEM_PROPERTY
|
Method Summary | |
---|---|
void |
onBuildComplete(Build build,
BuildResults buildResults)
Be notofied when a build build has completed. |
void |
onBuildStart(Build build,
long buildNumber)
Be notified when a build build has started |
void |
onDeletedBuild(Build build)
Be notified when a build has been removed from Bamboo |
void |
onDeletedBuildResult(Build build,
long buildNumber)
Be notified when a build has been removed from Bamboo |
void |
onNewBuild(Build build)
Be notified when a new build is added to Bamboo. |
Field Detail |
---|
static final String DISABLE_NOTIFICATION_SYSTEM_PROPERTY
Method Detail |
---|
void onNewBuild(Build build)
build
- The new build.
Exception
- A generic failurevoid onDeletedBuild(Build build) throws Exception
build
- The build about to get zapped
Exception
- A generic failurevoid onDeletedBuildResult(Build build, long buildNumber)
build
- The build who's build is about to be zappedbuildNumber
- The build numbervoid onBuildStart(Build build, long buildNumber) throws Exception
build
- The build being builtbuildNumber
- The build number
Exception
- A generic failurevoid onBuildComplete(Build build, BuildResults buildResults) throws Exception
build
- The buildbuildResults
- The output from the build
Exception
- A generic failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |