|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jenkins.ci.plugins.PersistentBuildQueue
public final class PersistentBuildQueue
A queue of AbstractBuild that is to be persisted across the Jenkins
lifecycle.
| Method Summary | |
|---|---|
static void |
add(hudson.model.AbstractProject project)
Add a AbstractProject to the QUEUE. |
static void |
load()
Called at Jenkins start (and probably more times, hence the isLoaded check) to load up the persisted build queue and AbstractProject.scheduleBuild(int, hudson.model.Cause) for all
entries in the set. |
static void |
remove(hudson.model.AbstractProject project)
Remove a AbstractProject to the QUEUE. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void add(hudson.model.AbstractProject project)
AbstractProject to the QUEUE.
project - the project to addpublic static void load()
AbstractProject.scheduleBuild(int, hudson.model.Cause) for all
entries in the set.
public static void remove(hudson.model.AbstractProject project)
AbstractProject to the QUEUE.
project - the project to remove
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||