|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueuedBuild
Information about configuration being currently in build queue.
| Method Summary | |
|---|---|
AgentRestrictor |
getAgentRestrictor()
|
java.lang.Integer |
getBuildAgentId()
Deprecated. use getAgentRestrictor().
If build configuration scheduled to some specific build agent, the id of the build agent is returned,
otherwise null is returned. |
java.lang.String |
getBuildTypeId()
Returns corresponding configuration id. |
java.lang.String |
getItemId()
Returns unique id of this item in build queue. |
int |
getOrderNumber()
Returns order number of this build in the queue starting from 1 |
java.util.Date |
getWhenQueued()
Returns date when configuration has been added to the queue. |
boolean |
isPersonal()
Returns if the triggered build is personal. |
| Method Detail |
|---|
@NotNull java.util.Date getWhenQueued()
@NotNull java.lang.String getItemId()
@NotNull java.lang.String getBuildTypeId()
@Deprecated @Nullable java.lang.Integer getBuildAgentId()
getAgentRestrictor().
If build configuration scheduled to some specific build agent, the id of the build agent is returned,
otherwise null is returned.
@Nullable AgentRestrictor getAgentRestrictor()
boolean isPersonal()
int getOrderNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||