Attica 5.109.0
|
Represents a build service job. More...
#include <Attica/BuildServiceJob>
Public Types | |
typedef QList< BuildServiceJob > | List |
Public Member Functions | |
BuildServiceJob (const BuildServiceJob &other) | |
QString | buildServiceId () const |
QString | id () const |
bool | isCompleted () const |
bool | isFailed () const |
bool | isRunning () const |
bool | isValid () const |
QString | message () const |
QString | name () const |
BuildServiceJob & | operator= (const BuildServiceJob &other) |
qreal | progress () const |
QString | projectId () const |
void | setBuildServiceId (const QString &) |
void | setId (const QString &) |
void | setMessage (const QString &) |
void | setName (const QString &) |
void | setProgress (const qreal) |
void | setProjectId (const QString &) |
void | setStatus (const int) |
void | setTarget (const QString &) |
void | setUrl (const QString &) |
QString | target () const |
QString | url () const |
Represents a build service job.