Attica::BuildServiceJob
#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 |
Detailed Description
Represents a build service job.
Definition at line 28 of file buildservicejob.h.
Member Typedef Documentation
◆ List
Definition at line 31 of file buildservicejob.h.
Constructor & Destructor Documentation
◆ BuildServiceJob() [1/2]
BuildServiceJob::BuildServiceJob | ( | ) |
Definition at line 31 of file buildservicejob.cpp.
◆ BuildServiceJob() [2/2]
BuildServiceJob::BuildServiceJob | ( | const BuildServiceJob & | other | ) |
Definition at line 36 of file buildservicejob.cpp.
◆ ~BuildServiceJob()
BuildServiceJob::~BuildServiceJob | ( | ) |
Definition at line 47 of file buildservicejob.cpp.
Member Function Documentation
◆ buildServiceId()
QString BuildServiceJob::buildServiceId | ( | ) | const |
Definition at line 146 of file buildservicejob.cpp.
◆ id()
QString BuildServiceJob::id | ( | ) | const |
Definition at line 56 of file buildservicejob.cpp.
◆ isCompleted()
bool BuildServiceJob::isCompleted | ( | ) | const |
Definition at line 91 of file buildservicejob.cpp.
◆ isFailed()
bool BuildServiceJob::isFailed | ( | ) | const |
Definition at line 96 of file buildservicejob.cpp.
◆ isRunning()
bool BuildServiceJob::isRunning | ( | ) | const |
Definition at line 86 of file buildservicejob.cpp.
◆ isValid()
bool BuildServiceJob::isValid | ( | ) | const |
Definition at line 151 of file buildservicejob.cpp.
◆ message()
QString BuildServiceJob::message | ( | ) | const |
Definition at line 116 of file buildservicejob.cpp.
◆ name()
QString BuildServiceJob::name | ( | ) | const |
Definition at line 66 of file buildservicejob.cpp.
◆ operator=()
BuildServiceJob & BuildServiceJob::operator= | ( | const BuildServiceJob & | other | ) |
Definition at line 41 of file buildservicejob.cpp.
◆ progress()
qreal BuildServiceJob::progress | ( | ) | const |
Definition at line 76 of file buildservicejob.cpp.
◆ projectId()
QString BuildServiceJob::projectId | ( | ) | const |
Definition at line 126 of file buildservicejob.cpp.
◆ setBuildServiceId()
void BuildServiceJob::setBuildServiceId | ( | const QString & | u | ) |
Definition at line 141 of file buildservicejob.cpp.
◆ setId()
void BuildServiceJob::setId | ( | const QString & | u | ) |
Definition at line 51 of file buildservicejob.cpp.
◆ setMessage()
void BuildServiceJob::setMessage | ( | const QString & | u | ) |
Definition at line 111 of file buildservicejob.cpp.
◆ setName()
void BuildServiceJob::setName | ( | const QString & | u | ) |
Definition at line 61 of file buildservicejob.cpp.
◆ setProgress()
void BuildServiceJob::setProgress | ( | const qreal | p | ) |
Definition at line 71 of file buildservicejob.cpp.
◆ setProjectId()
void BuildServiceJob::setProjectId | ( | const QString & | u | ) |
Definition at line 121 of file buildservicejob.cpp.
◆ setStatus()
void BuildServiceJob::setStatus | ( | const int | status | ) |
Definition at line 81 of file buildservicejob.cpp.
◆ setTarget()
void BuildServiceJob::setTarget | ( | const QString & | u | ) |
Definition at line 131 of file buildservicejob.cpp.
◆ setUrl()
void BuildServiceJob::setUrl | ( | const QString & | u | ) |
Definition at line 101 of file buildservicejob.cpp.
◆ target()
QString BuildServiceJob::target | ( | ) | const |
Definition at line 136 of file buildservicejob.cpp.
◆ url()
QString BuildServiceJob::url | ( | ) | const |
Definition at line 106 of file buildservicejob.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.