Package | Description |
---|---|
org.jenkinsci.plugins.benchmark.condensed | |
org.jenkinsci.plugins.benchmark.parsers | |
org.jenkinsci.plugins.benchmark.results |
Modifier and Type | Method and Description |
---|---|
String |
StringCondensed.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 |
DoubleCondensed.getCSVCondensed(ContentDetected detected)
Assemble the CSV content to display the condensed table [CSV EXPORT]
|
String |
BooleanCondensed.getCSVCondensed(ContentDetected detected)
Assemble the CSV content to display the condensed table [CSV EXPORT]
|
String |
StringCondensed.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 |
DoubleCondensed.getHTMLCondensed(Integer key,
ContentDetected detected,
char decimalSeparator)
Assemble the HTML content to display the condensed table [TABLE PAGE]
|
String |
BooleanCondensed.getHTMLCondensed(Integer key,
ContentDetected detected,
char decimalSeparator)
Assemble the HTML content to display the condensed table [TABLE PAGE]
|
String |
StringCondensed.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 |
DoubleCondensed.getHTMLCondensedDetail(ContentDetected detected,
char decimalSeparator)
Assemble the HTML content to display the condensed table [DETAIL PAGE]
|
String |
BooleanCondensed.getHTMLCondensedDetail(ContentDetected detected,
char decimalSeparator)
Assemble the HTML content to display the condensed table [DETAIL PAGE]
|
Modifier and Type | Field and Description |
---|---|
protected ContentDetected |
MapperBase.detected |
Modifier and Type | Method and Description |
---|---|
ContentDetected |
MapperBase.getDetected() |
Modifier and Type | Method and Description |
---|---|
void |
MapperBase.importFromFile(File inputFile,
ContentDetected detected)
Import data from Jenkins stored file using Java File
|
Modifier and Type | Method and 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 one
|
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.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]
|
Copyright © 2016–2019. All rights reserved.