Attica::BuildServiceJob
Attica::BuildServiceJob Class Reference
#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.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.