MoleQueue 0.9.0
Loading...
Searching...
No Matches
JobSubmissionInfo Class Reference

#include <jobsubmissioninfo.h>

Public Member Functions

 JobSubmissionInfo (const JobSubmissionInfo &other)
JobSubmissionInfooperator= (const JobSubmissionInfo &other)
bool isValid () const
qint64 jobNumber () const
QString stdout () const
QString stderr () const
void setContent (const QString &xml)
QString xml () const

Static Public Member Functions

static JobSubmissionInfo fromXml (const QString &xml)

Detailed Description

class used to model the response message returned by a UIT server in response to a job submission.

Constructor & Destructor Documentation

◆ JobSubmissionInfo()

Parameters
otherThe instance to copy.

Member Function Documentation

◆ operator=()

JobSubmissionInfo & operator= ( const JobSubmissionInfo & other)
Parameters
otherThe instance to assign.

◆ isValid()

bool isValid ( ) const
Returns
true if this object represents a valid JobSubmissionInfo document, false otherwise.

◆ jobNumber()

qint64 jobNumber ( ) const
Returns
the job number.

◆ stdout()

QString stdout ( ) const
Returns
the STDOUT produced by submitting the job.

◆ stderr()

QString stderr ( ) const
Returns
the STDERR produced by submitting the job.

◆ setContent()

void setContent ( const QString & xml)
Parameters
xmlThe XML to parse and populate the object model with.

◆ xml()

QString xml ( ) const
Returns
The raw XML parse and used to populare the object model with.

◆ fromXml()

JobSubmissionInfo fromXml ( const QString & xml)
static

Convert a JobSubmissionInfo XML document into object model.

Returns
The JobSubmissionInfo object representing the XML.
Parameters
xmlThe JobSubmissionInfo XML document to parse.

The documentation for this class was generated from the following file: