Manages one job.
Definition at line 249 of file jobset.py.
◆ __init__()
def python_utils.jobset.Job.__init__ |
( |
|
self, |
|
|
|
spec, |
|
|
|
newline_on_success, |
|
|
|
travis, |
|
|
|
add_env, |
|
|
|
quiet_success = False |
|
) |
| |
◆ GetSpec()
def python_utils.jobset.Job.GetSpec |
( |
|
self | ) |
|
◆ kill()
def python_utils.jobset.Job.kill |
( |
|
self | ) |
|
◆ start()
def python_utils.jobset.Job.start |
( |
|
self | ) |
|
◆ state()
def python_utils.jobset.Job.state |
( |
|
self | ) |
|
Poll current state of the job. Prints messages at completion.
Definition at line 321 of file jobset.py.
◆ suppress_failure_message()
def python_utils.jobset.Job.suppress_failure_message |
( |
|
self | ) |
|
◆ _add_env
python_utils.jobset.Job._add_env |
|
private |
◆ _logfile
python_utils.jobset.Job._logfile |
|
private |
◆ _newline_on_success
python_utils.jobset.Job._newline_on_success |
|
private |
◆ _process
python_utils.jobset.Job._process |
|
private |
◆ _quiet_success
python_utils.jobset.Job._quiet_success |
|
private |
◆ _retries
python_utils.jobset.Job._retries |
|
private |
◆ _spec
python_utils.jobset.Job._spec |
|
private |
◆ _start
python_utils.jobset.Job._start |
|
private |
◆ _state
python_utils.jobset.Job._state |
|
private |
◆ _suppress_failure_message
python_utils.jobset.Job._suppress_failure_message |
|
private |
◆ _timeout_retries
python_utils.jobset.Job._timeout_retries |
|
private |
◆ _travis
python_utils.jobset.Job._travis |
|
private |
◆ result
python_utils.jobset.Job.result |
The documentation for this class was generated from the following file: