|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SQueuedBuild
Build in the queue object.
| Method Summary | |
|---|---|
SBuildAgent |
getBuildAgent()
Deprecated. use QueuedBuild.getAgentRestrictor().
Returns actual agent to which build configuration is scheduled or null if there is no such agent or build configuration is not scheduled to a specific agent. |
BuildEstimates |
getBuildEstimates()
Returns a BuildEstimates object describing the estimated values of the pending build. |
SBuildType |
getBuildType()
|
java.util.List<SBuildAgent> |
getCanRunOnAgents()
Returns agents this build can run on |
java.lang.String |
getRequestor()
Deprecated. see getTriggeredBy() |
TriggeredBy |
getTriggeredBy()
Returns details about who and how added this build in queue. |
void |
removeFromQueue(User user,
java.lang.String comment)
Removes this queued build from the build queue |
| Methods inherited from interface jetbrains.buildServer.QueuedBuild |
|---|
getAgentRestrictor, getBuildAgentId, getBuildTypeId, getItemId, getOrderNumber, getWhenQueued, isPersonal |
| Methods inherited from interface jetbrains.buildServer.serverSide.BuildPromotionOwner |
|---|
getBuildPromotion, getSequenceBuild |
| Method Detail |
|---|
@NotNull
SBuildType getBuildType()
throws BuildTypeNotFoundException
BuildTypeNotFoundException - if build configuration to which this queued build corresponds does not exist@NotNull java.util.List<SBuildAgent> getCanRunOnAgents()
@Deprecated @Nullable SBuildAgent getBuildAgent()
QueuedBuild.getAgentRestrictor().
Returns actual agent to which build configuration is scheduled or null if there is no such agent or build configuration is not scheduled to a specific agent.
@Nullable BuildEstimates getBuildEstimates()
void removeFromQueue(@Nullable
User user,
java.lang.String comment)
user - user who initiated removecomment - comment@NotNull java.lang.String getRequestor()
getTriggeredBy()
TriggeredBy getTriggeredBy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||