Part of lp.codehosting.codeimport.tests.test_workermonitor View In Hierarchy
ICodeImportScheduler.
The constructor takes a dictionary mapping job ids to information that should be returned by getImportDataForJobID and the exception to raise if getImportDataForJobID is called with a job id not in the passed-in dictionary, defaulting to a fault with the same code as NoSuchCodeImportJob (because the class of the exception is lost when you go through XML-RPC serialization).
| Method | __init__ | Undocumented |
| Method | callRemote | Undocumented |
| Method | _default | Undocumented |
| Method | _remote_getImportDataForJobID | Undocumented |