|
MoleQueue 0.9.0
|
#include <requests.h>
Public Member Functions | |
| SubmitBatchScriptJobRequest (Session *session, QObject *parentObject=0) | |
| Job | job () const |
| void | setJob (const Job &j) |
| QString | batchScript () const |
| void | setBatchScript (const QString &script) |
| QString | workingDir () |
| void | setWorkingDir (const QString &dir) |
| JobSubmissionInfo | jobSubmissionInfo () |
| Public Member Functions inherited from Request | |
| Request (Session *session, QObject *parentObject=0) | |
Protected Member Functions | |
| KDSoapJob * | createJob () |
Additional Inherited Members | |
| Public Slots inherited from Request | |
| void | submit () |
| qint64 | hostId () const |
| void | setHostId (qint64 id) |
| QString | userName () const |
| void | setUserName (const QString &user) |
| Signals inherited from Request | |
| void | finished () |
| void | error (const QString &errorString) |
| Protected Slots inherited from Request | |
| void | finished (KDSoapJob *job) |
| Protected Attributes inherited from Request | |
| Session * | m_session |
| KDSoapMessage | m_response |
| qint64 | m_hostID |
| QString | m_userName |
Concrete Request class for submitBatchScriptJob message.
| QString batchScript | ( | ) | const |
| void setBatchScript | ( | const QString & | script | ) |
| script | The path to the batch script to submit. |
| QString workingDir | ( | ) |
| void setWorkingDir | ( | const QString & | dir | ) |
| dir | The working directory to submit the job from. |
| JobSubmissionInfo jobSubmissionInfo | ( | ) |
Note: Will only produce a populated JobSubmissionInfo object after the finished() signal has been emitted.
|
protectedvirtual |
Overridden by subclasses to create appropriate KDSoapJob for this request.
Implements Request.