Uses of Class
org.jenkinsci.plugins.benchmark.results.TestGroup
-
-
Uses of TestGroup in org.jenkinsci.plugins.benchmark.condensed
Subclasses of TestGroup 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 resultConstructors in org.jenkinsci.plugins.benchmark.condensed with parameters of type TestGroup Constructor Description BooleanCondensed(TestGroup parent, String group, String name, String description, String unit, int passed, int failed)DoubleCondensed(TestGroup parent, String group, String name, String description, String unit, Double previous, Double minimum, Double maximum, Double average, Double std_deviation, int passed, int failed)IntegerCondensed(TestGroup parent, String group, String name, String description, String unit, Integer previous, Integer minimum, Integer maximum, Double average, Double std_deviation, int passed, int failed)StringCondensed(TestGroup parent, String group, String name, String description, String unit, int passed, int failed) -
Uses of TestGroup in org.jenkinsci.plugins.benchmark.parsers
Fields in org.jenkinsci.plugins.benchmark.parsers declared as TestGroup Modifier and Type Field Description protected TestGroupMapperBase. rootGroupFields in org.jenkinsci.plugins.benchmark.parsers with type parameters of type TestGroup Modifier and Type Field Description protected Map<Integer,TestGroup>MapperBase. filesprotected Map<Integer,TestGroup>MapperBase. groupsMethods in org.jenkinsci.plugins.benchmark.parsers that return TestGroup Modifier and Type Method Description TestGroupMapperBase. getRootGroup()Methods in org.jenkinsci.plugins.benchmark.parsers that return types with arguments of type TestGroup Modifier and Type Method Description Map<Integer,TestGroup>MapperBase. getFiles()Map<Integer,TestGroup>MapperBase. getGroups() -
Uses of TestGroup in org.jenkinsci.plugins.benchmark.parsers.JsonToPlugin
Methods in org.jenkinsci.plugins.benchmark.parsers.JsonToPlugin that return TestGroup Modifier and Type Method Description TestGroupMapJsonGroup. getGroup()Methods in org.jenkinsci.plugins.benchmark.parsers.JsonToPlugin with parameters of type TestGroup Modifier and Type Method Description TestValueMapJsonParameterFull. get(TestGroup parent)TestValueMapJsonResultFull. get(TestGroup parent, MapJsonFailures failures) -
Uses of TestGroup in org.jenkinsci.plugins.benchmark.parsers.XmlToPlugin
Methods in org.jenkinsci.plugins.benchmark.parsers.XmlToPlugin that return TestGroup Modifier and Type Method Description TestGroupMapXmlGroup. getGroup() -
Uses of TestGroup in org.jenkinsci.plugins.benchmark.results
Subclasses of TestGroup 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 resultclassTestValueHolds the core information of a standard test resultFields in org.jenkinsci.plugins.benchmark.results declared as TestGroup Modifier and Type Field Description protected TestGroupTestGroup. parentFields in org.jenkinsci.plugins.benchmark.results with type parameters of type TestGroup Modifier and Type Field Description protected List<TestGroup>TestGroup. groupsMethods in org.jenkinsci.plugins.benchmark.results that return TestGroup Modifier and Type Method Description protected TestGroupTestGroup. getFileGroup()TestGroupTestGroup. getGroup(int index)TestGroupTestGroup. getParent()Methods in org.jenkinsci.plugins.benchmark.results that return types with arguments of type TestGroup Modifier and Type Method Description List<TestGroup>TestGroup. getAllConnectedParameters()List<TestGroup>TestGroup. getConnectedParameters()List<TestGroup>TestGroup. getConnectedParentParameters()List<TestGroup>TestGroup. getTestGroups()Methods in org.jenkinsci.plugins.benchmark.results with parameters of type TestGroup Modifier and Type Method Description voidTestGroup. addGroup(TestGroup testGroup)static voidTestGroup. convertCondensedFileJsonObject(com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestGroup> entityList, ContentDetected detected)Check for file group in the Jenkins plugin data format, if notne, create onestatic 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. convertCondensedResultJsonObject(com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestGroup> fileList, Map<Integer,TestValue> entityList, ContentDetected detected)Convert a JSON object containing a condensed result 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]static voidTestValue. convertResultJsonObject(int build, com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestGroup> fileList, Map<Integer,TestValue> entityList, Map<Integer,TestValue> paramList)Convert result/parameter content to the plug-in construct [DISPLAY LOAD]Method parameters in org.jenkinsci.plugins.benchmark.results with type arguments of type TestGroup Modifier and Type Method Description static voidTestGroup. convertCondensedFileJsonObject(com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestGroup> entityList, ContentDetected detected)Check for file group in the Jenkins plugin data format, if notne, create onestatic voidTestValue. convertCondensedResultJsonObject(com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestGroup> fileList, Map<Integer,TestValue> entityList, ContentDetected detected)Convert a JSON object containing a condensed result to the plugin construct [DISPLAY LOADING]static voidTestValue. convertResultJsonObject(int build, com.google.gson.JsonObject object, TestGroup rootGroup, Map<Integer,TestGroup> fileList, Map<Integer,TestValue> entityList, Map<Integer,TestValue> paramList)Convert result/parameter content to the plug-in construct [DISPLAY LOAD]
-