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 classBooleanCondensedHolds the information for boolean condensed resultclassDoubleCondensedHolds the information for double condensed resultclassIntegerCondensedHolds the information for integer condensed resultclassStringCondensedHolds 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. parametersprotected Map<Integer,TestValue>MapperBase. resultsMethods 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 voidMapperBase. 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 TestValueMapJsonParameterFull. get(TestGroup parent)TestValueMapJsonResultFull. get(TestGroup parent, MapJsonFailures failures)TestValueMapJsonParameter. getParameter()TestValueMapJsonResult. 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 TestValueMapXmlParameter. getParameter()TestValueMapXmlResult. getResult() -
Uses of TestValue in org.jenkinsci.plugins.benchmark.results
Subclasses of TestValue in org.jenkinsci.plugins.benchmark.results Modifier and Type Class Description classBooleanValueHolds the information for boolean test resultclassDoubleValueHolds the information for double test resultclassIntegerValueHolds the information for integer test resultclassNumeralValueHolds the information for numeral test resultclassStringValueHolds 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 voidTestProperty. addParameter(TestValue parameter)voidTestValue. setParameter(int build, TestValue parameter)voidTestValue. setParameter(TestValue parameter)Method parameters in org.jenkinsci.plugins.benchmark.results with type arguments of type TestValue Modifier and Type Method Description voidTestProperty. addParameters(List<TestValue> parameters)static voidTestValue. 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 voidTestValue. 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]voidTestValue. setParameters(int build, List<TestValue> parameters)voidTestValue. setParameters(List<TestValue> parameters)
-