class documentation
class R_2_jobs(baserlib.ResourceBase):
/2/jobs resource.
| Method | GET |
Returns a dictionary of jobs. |
Inherited from ResourceBase:
| Method | __init__ |
Generic resource constructor. |
| Method | dry |
Check if the request specifies dry-run mode. |
| Method | get |
Check and return the value for a given parameter. |
| Method | |
Wrapper for luxi.Client with HTTP-specific error handling. |
| Method | |
Generic wrapper for submit job, for better http compatibility. |
| Method | use |
Check if the request specifies bulk querying. |
| Method | use |
Check if the request specifies a forced operation. |
| Method | use |
Check if the request specifies locking. |
| Constant | DELETE |
Undocumented |
| Constant | GET |
Undocumented |
| Constant | POST |
Undocumented |
| Constant | PUT |
Undocumented |
| Class Variable | request |
Undocumented |
| Instance Variable | items |
Undocumented |
| Instance Variable | queryargs |
Undocumented |
| Method | _check |
Return the parsed value of an int argument. |
| Method | _check |
Return the parsed value of a string argument. |
| Method | _ |
Returns the body data. |
| Instance Variable | _client |
Undocumented |
| Instance Variable | _req |
Undocumented |