|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jenkinsci.plugins.pretestedintegration.BuildQueue
public final class BuildQueue
Method Summary | |
---|---|
boolean |
available()
Test if the lock is available, without blocking. |
void |
enqueueAndWait()
Block until the commit can be tested without any other commits running at the same time. |
static BuildQueue |
getInstance()
Get the singleton instance. |
void |
release()
Signal that the build is done and a new one can get access. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BuildQueue getInstance()
public void enqueueAndWait()
public void release()
public boolean available()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |