CustusX
16.5.0-rc9
An IGT application
|
#include <cxtestJenkinsMeasurement.h>
Public Member Functions | |
JenkinsMeasurement () | |
void | printMeasurementWithCxReporter (QString name, QString value) |
Setup and shutdown the cx::Reporter and print the measurement. Can be used when cx::Reporter is uninitialized. More... | |
void | createOutput (QString name, QString value) |
create output in a way friendly to the Jenkins measurement plugin. Can be used when cx::Reporter is initialized More... | |
Definition at line 42 of file cxtestJenkinsMeasurement.h.
cxtest::JenkinsMeasurement::JenkinsMeasurement | ( | ) |
Definition at line 44 of file cxtestJenkinsMeasurement.cpp.
void cxtest::JenkinsMeasurement::createOutput | ( | QString | name, |
QString | value | ||
) |
create output in a way friendly to the Jenkins measurement plugin. Can be used when cx::Reporter is initialized
Definition at line 54 of file cxtestJenkinsMeasurement.cpp.
void cxtest::JenkinsMeasurement::printMeasurementWithCxReporter | ( | QString | name, |
QString | value | ||
) |
Setup and shutdown the cx::Reporter and print the measurement. Can be used when cx::Reporter is uninitialized.
Definition at line 47 of file cxtestJenkinsMeasurement.cpp.