|
|||||||||
| 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()
If build configuration is scheduled to some specific build agent, this build agent is returned, otherwise null is returned |
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 |
|---|
getBuildAgentId, getBuildTypeId, getItemId, getOrderNumber, getWhenQueued, isPersonal |
| Methods inherited from interface jetbrains.buildServer.serverSide.BuildPromotionOwner |
|---|
getBuildPromotion, getSequenceBuild |
| Method Detail |
|---|
@NotNull SBuildType getBuildType()
java.util.List<SBuildAgent> getCanRunOnAgents()
SBuildAgent getBuildAgent()
@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 | ||||||||