|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model.BuildsStartedStats
public class BuildsStartedStats
Bean for holding statistics of started builds for a specific event.
Constructor Summary | |
---|---|
BuildsStartedStats(PatchsetCreated event,
int totalBuildsToStart,
int startedBuilds)
The Constructor. |
Method Summary | |
---|---|
PatchsetCreated |
getEvent()
The event that started the build(s). |
int |
getStartedBuilds()
The amount of builds that have been started so far. |
int |
getTotalBuildsToStart()
The total amount of builds that have been triggered. |
void |
setEvent(PatchsetCreated event)
The event that started the build(s). |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BuildsStartedStats(PatchsetCreated event, int totalBuildsToStart, int startedBuilds)
event
- the event that started the build(s).totalBuildsToStart
- the total amount of builds that have been triggered.startedBuilds
- the amount of builds that have been started so far.Method Detail |
---|
public PatchsetCreated getEvent()
public void setEvent(PatchsetCreated event)
event
- the event that started the build(s).public int getStartedBuilds()
public int getTotalBuildsToStart()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |