![]() |
CustusX
20.03-rc1
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 21 of file cxtestJenkinsMeasurement.h.
| cxtest::JenkinsMeasurement::JenkinsMeasurement | ( | ) |
Definition at line 23 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 33 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 26 of file cxtestJenkinsMeasurement.cpp.