Uses of Class
org.jenkinsci.plugins.benchmark.results.TestValue
-
-
Uses of TestValue in org.jenkinsci.plugins.benchmark.condensed
Subclasses of TestValue in org.jenkinsci.plugins.benchmark.condensed Modifier and Type Class Description class
BooleanCondensed
Holds the information for boolean condensed resultclass
DoubleCondensed
Holds the information for double condensed resultclass
IntegerCondensed
Holds the information for integer condensed resultclass
StringCondensed
Holds the information for string condensed result -
Uses of TestValue in org.jenkinsci.plugins.benchmark.parsers
Fields in org.jenkinsci.plugins.benchmark.parsers with type parameters of type TestValue Modifier and Type Field Description protected Map<Integer,TestValue>
MapperBase. parameters
protected Map<Integer,TestValue>
MapperBase. results
Methods in org.jenkinsci.plugins.benchmark.parsers that return types with arguments of type TestValue Modifier and Type Method Description Map<Integer,TestValue>
MapperBase. getParameters()
Map<Integer,TestValue>
MapperBase. getResults()
Methods in org.jenkinsci.plugins.benchmark.parsers with parameters of type TestValue Modifier and Type Method Description protected void
MapperBase. checkResult(TestValue result)
Detect if the result is a numeric -
Uses of TestValue in org.jenkinsci.plugins.benchmark.parsers.JsonToPlugin
Methods in org.jenkinsci.plugins.benchmark.parsers.JsonToPlugin that return TestValue Modifier and Type Method Description TestValue
MapJsonParameterFull. get(TestGroup parent)
TestValue
MapJsonResultFull. get(TestGroup parent, MapJsonFailures failures)
TestValue
MapJsonParameter. getParameter()
TestValue
MapJsonResult. getResult()
-
Uses of TestValue in org.jenkinsci.plugins.benchmark.parsers.XmlToPlugin
Methods in org.jenkinsci.plugins.benchmark.parsers.XmlToPlugin that return TestValue Modifier and Type Method Description TestValue
MapXmlParameter. getParameter()
TestValue
MapXmlResult. getResult()
-
Uses of TestValue in org.jenkinsci.plugins.benchmark.results
Subclasses of TestValue in org.jenkinsci.plugins.benchmark.results Modifier and Type Class Description class
BooleanValue
Holds the information for boolean test resultclass
DoubleValue
Holds the information for double test resultclass
IntegerValue
Holds the information for integer test resultclass
NumeralValue
Holds the information for numeral test resultclass
StringValue
Holds the information for boolean test resultMethods in org.jenkinsci.plugins.benchmark.results that return types with arguments of type TestValue Modifier and Type Method Description List<TestValue>
TestProperty. getParameters()
List<TestValue>
TestValue. getParameters()
List<TestValue>
TestValue. getParameters(int build)
Methods in org.jenkinsci.plugins.benchmark.results with parameters of type TestValue Modifier and Type Method Description void
TestProperty. addParameter(TestValue parameter)
void
TestValue. setParameter(int build, TestValue parameter)
void
TestValue. setParameter(TestValue parameter)
Method parameters in org.jenkinsci.plugins.benchmark.results with type arguments of type TestValue Modifier and Type Method Description void
TestProperty. addParameters(List<TestValue> parameters)
static void
TestValue. convertCondensedParameterJsonObject(com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestValue> entityList, ContentDetected detected)
Convert a JSON object containing a parameter to the plugin construct [DISPLAY LOADING]static void
TestValue. convertParameterJsonObject(int build, com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestValue> entityList)
Convert result/parameter content to the plug-in construct [DISPLAY LOAD]void
TestValue. setParameters(int build, List<TestValue> parameters)
void
TestValue. setParameters(List<TestValue> parameters)
-