#include <jobsubmissioninfo.h>
|
| static JobSubmissionInfo | fromXml (const QString &xml) |
class used to model the response message returned by a UIT server in response to a job submission.
◆ JobSubmissionInfo()
| JobSubmissionInfo |
( |
const JobSubmissionInfo & | other | ) |
|
- Parameters
-
| other | The instance to copy. |
◆ operator=()
| JobSubmissionInfo & operator= |
( |
const JobSubmissionInfo & | other | ) |
|
- Parameters
-
| other | The instance to assign. |
◆ isValid()
- Returns
- true if this object represents a valid JobSubmissionInfo document, false otherwise.
◆ jobNumber()
| qint64 jobNumber |
( |
| ) |
const |
◆ stdout()
- Returns
- the STDOUT produced by submitting the job.
◆ stderr()
- Returns
- the STDERR produced by submitting the job.
◆ setContent()
| void setContent |
( |
const QString & | xml | ) |
|
- Parameters
-
| xml | The XML to parse and populate the object model with. |
◆ xml()
- Returns
- The raw XML parse and used to populare the object model with.
◆ fromXml()
| JobSubmissionInfo fromXml |
( |
const QString & | xml | ) |
|
|
static |
The documentation for this class was generated from the following file: