Uses of Class
org.jenkinsci.plugins.benchmark.utilities.ContentDetected
-
Packages that use ContentDetected Package Description org.jenkinsci.plugins.benchmark.condensed org.jenkinsci.plugins.benchmark.parsers org.jenkinsci.plugins.benchmark.results -
-
Uses of ContentDetected in org.jenkinsci.plugins.benchmark.condensed
Methods in org.jenkinsci.plugins.benchmark.condensed with parameters of type ContentDetected Modifier and Type Method Description String
BooleanCondensed. getCSVCondensed(ContentDetected detected)
Assemble the CSV content to display the condensed table [CSV EXPORT]String
DoubleCondensed. getCSVCondensed(ContentDetected detected)
Assemble the CSV content to display the condensed table [CSV EXPORT]String
IntegerCondensed. getCSVCondensed(ContentDetected detected)
Assemble the CSV content to display the condensed table [CSV EXPORT]String
StringCondensed. getCSVCondensed(ContentDetected detected)
Assemble the CSV content to display the condensed table [CSV EXPORT]String
BooleanCondensed. getHTMLCondensed(Integer key, ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [TABLE PAGE]String
DoubleCondensed. getHTMLCondensed(Integer key, ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [TABLE PAGE]String
IntegerCondensed. getHTMLCondensed(Integer key, ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [TABLE PAGE]String
StringCondensed. getHTMLCondensed(Integer key, ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [TABLE PAGE]String
BooleanCondensed. getHTMLCondensedDetail(ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [DETAIL PAGE]String
DoubleCondensed. getHTMLCondensedDetail(ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [DETAIL PAGE]String
IntegerCondensed. getHTMLCondensedDetail(ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [DETAIL PAGE]String
StringCondensed. getHTMLCondensedDetail(ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [DETAIL PAGE] -
Uses of ContentDetected in org.jenkinsci.plugins.benchmark.parsers
Fields in org.jenkinsci.plugins.benchmark.parsers declared as ContentDetected Modifier and Type Field Description protected ContentDetected
MapperBase. detected
Methods in org.jenkinsci.plugins.benchmark.parsers that return ContentDetected Modifier and Type Method Description ContentDetected
MapperBase. getDetected()
Methods in org.jenkinsci.plugins.benchmark.parsers with parameters of type ContentDetected Modifier and Type Method Description void
MapperBase. importFromFile(File inputFile, ContentDetected detected)
Import data from Jenkins stored file using Java File -
Uses of ContentDetected in org.jenkinsci.plugins.benchmark.results
Methods in org.jenkinsci.plugins.benchmark.results with parameters of type ContentDetected Modifier and Type Method Description static void
TestGroup. 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 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. 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]String
TestValue. getCSVCondensed(ContentDetected detected)
Assemble the CSV content to display the condensed table [CSV EXPORT]String
TestValue. getCSVResult(TreeSet<Integer> builds, ContentDetected detected)
Generate the CSV table content for this result [CSV EXPORT]String
TestValue. getCSVResultState(Integer key, ContentDetected detected, TreeSet<Integer> builds)
Generate the CSV state content to describe this result state [CSV EXPORT]String
TestValue. getHTMLCondensed(Integer key, ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [TABLE PAGE]String
TestValue. getHTMLCondensedDetail(ContentDetected detected, char decimalSeparator)
Assemble the HTML content to display the condensed table [DETAIL PAGE]String
TestValue. getHTMLResult(Integer key, ContentDetected detected, TreeSet<Integer> builds, List<Integer> listNPassed, List<Integer> listNFailed, char decimalSeparator)
Generate the HTML raw table content for this result [TABLE PAGE]
-