Home | Trees | Indices | Help |
|
---|
|
object --+ | BuildQueue
Enapsulates the build queue of an environment.
A build queue manages the the registration of build slaves and detection of repository revisions that need to be built.
Instance Methods | |||
|
|||
Build |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
|
|
|
Add a build for the next change on each build configuration to the queue. The next change is the latest repository check-in for which there isn't a corresponding build on each target platform. Repeatedly calling this method will eventually result in the entire change history of the build configuration being in the build queue. |
Reset all in-progress builds to PENDING state if they've been running so long that the configured timeout has been reached. This is used to cleanup after slaves that have unexpectedly cancelled a build without notifying the master, or are for some other reason not reporting back status updates. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 11 14:53:36 2011 | http://epydoc.sourceforge.net |