|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.event.AbstractBuildEvent
public class AbstractBuildEvent
This class contains common build event attributes.
Constructor Summary | |
---|---|
AbstractBuildEvent(Build build,
long buildNumber)
Something interesting is happening to the given build's build! |
Method Summary | |
---|---|
Build |
getBuild()
The event's build |
long |
getBuildBuildNumber()
The event's build number |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractBuildEvent(Build build, long buildNumber)
build
- The buildbuildNumber
- The build's build numberMethod Detail |
---|
public long getBuildBuildNumber()
public Build getBuild()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |