Attica::BuildServiceJob Class

class Attica::BuildServiceJob

Represents a build service job. More...

Header: #include <Attica/BuildServiceJob>
CMake: find_package(KF6 REQUIRED COMPONENTS Attica)
target_link_libraries(mytarget PRIVATE KF6::Attica)

Public Types

Public Functions

BuildServiceJob()
QString buildServiceId() const
QString id() const
bool isCompleted() const
bool isFailed() const
bool isRunning() const
bool isValid() const
QString message() const
QString name() const
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

Member Type Documentation

BuildServiceJob::List

Member Function Documentation

BuildServiceJob::BuildServiceJob()

QString BuildServiceJob::buildServiceId() const

See also setBuildServiceId().

QString BuildServiceJob::id() const

See also setId().

bool BuildServiceJob::isCompleted() const

bool BuildServiceJob::isFailed() const

bool BuildServiceJob::isRunning() const

bool BuildServiceJob::isValid() const

QString BuildServiceJob::message() const

See also setMessage().

QString BuildServiceJob::name() const

See also setName().

qreal BuildServiceJob::progress() const

See also setProgress().

QString BuildServiceJob::projectId() const

See also setProjectId().

void BuildServiceJob::setBuildServiceId(const QString &)

See also buildServiceId().

void BuildServiceJob::setId(const QString &)

See also id().

void BuildServiceJob::setMessage(const QString &)

See also message().

void BuildServiceJob::setName(const QString &)

See also name().

void BuildServiceJob::setProgress(const qreal)

See also progress().

void BuildServiceJob::setProjectId(const QString &)

See also projectId().

void BuildServiceJob::setStatus(const int)

void BuildServiceJob::setTarget(const QString &)

See also target().

void BuildServiceJob::setUrl(const QString &)

See also url().

QString BuildServiceJob::target() const

See also setTarget().

QString BuildServiceJob::url() const

See also setUrl().