Part of lp.codehosting.puller.scheduler View In Hierarchy
The jobmanager is responsible for organizing the mirroring of all branches.
Method | __init__ | Undocumented |
Method | run | Undocumented |
Method | lock | Undocumented |
Method | unlock | Undocumented |
Method | recordActivity | Record successful completion of the script. |
Method | _turnJobTupleIntoTask | Turn the return value of acquireBranchToPull into a job. |
Method | _poll | Undocumented |
Method | _finishedRunning | Undocumented |
acquireBranchToPull
into a job.
IBranchPuller.acquireBranchToPull
returns either an empty tuple
(indicating there are no branches to pull currently) or a tuple of 6
arguments, which are more or less those needed to construct a
PullerMaster
object.