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

#include <jobevent.h>

Public Member Functions

 JobEvent (const JobEvent &other)
JobEventoperator= (const JobEvent &other)
QString acctHost () const
void setAcctHost (const QString &host)
qint64 eventTime () const
void setEventTime (qint64 time)
QString eventType () const
void setEventType (const QString &type)
qint64 jobId () const
void setJobId (qint64 id)
QString jobQueue () const
void setJobQueue (const QString &queue)
QString jobStatus () const
void setJobStatus (const QString &status)
QString jobStatusText () const
void setJobStatusText (const QString &text)

Detailed Description

class using to model UIT JobEvent.

Constructor & Destructor Documentation

◆ JobEvent()

JobEvent ( const JobEvent & other)
Parameters
otherThe JobEvent instance being copied.

Member Function Documentation

◆ operator=()

JobEvent & operator= ( const JobEvent & other)
Parameters
otherThe JobEvent instance being assigned.

◆ acctHost()

QString acctHost ( ) const
Returns
The account host.

◆ setAcctHost()

void setAcctHost ( const QString & host)
Parameters
hostThe account host.

◆ eventTime()

qint64 eventTime ( ) const
Returns
The event time for this job event.

◆ setEventTime()

void setEventTime ( qint64 time)
Parameters
timeThe event time.

◆ eventType()

QString eventType ( ) const
Returns
The event type for this job event

◆ setEventType()

void setEventType ( const QString & type)
Parameters
typeThe event type.

◆ jobId()

qint64 jobId ( ) const
Returns
The job ID for this job event.

◆ setJobId()

void setJobId ( qint64 id)
Parameters
idThe job ID.

◆ jobQueue()

QString jobQueue ( ) const
Returns
The job queue associated with this job event.

◆ setJobQueue()

void setJobQueue ( const QString & queue)
Parameters
queueThe queue name.

◆ jobStatus()

QString jobStatus ( ) const
Returns
The job status associated with this job event.

◆ setJobStatus()

void setJobStatus ( const QString & status)
Parameters
statusThe job status.

◆ jobStatusText()

QString jobStatusText ( ) const
Returns
The job status text associated with this job event.

◆ setJobStatusText()

void setJobStatusText ( const QString & text)
Parameters
textThe job status text.

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