Modifier and Type | Method and Description |
---|---|
MapperBase |
BenchmarkPublisher.getMapper(hudson.model.Run run) |
MapperBase |
BenchmarkPublisher.getRawResults(hudson.model.Run<?,?> run)
Retrieved and assemble all the build results into the mapper construct
|
Modifier and Type | Method and Description |
---|---|
void |
MapperBase.importCondensedFromFile(File inputFile)
Import condensed results from file
|
boolean |
MapperBase.importCondensedFromFile(String inputFilename)
Import condensed results from file
|
void |
MapperBase.mergeWith(MapperBase mapper)
Merge the content from mapper into this MapperBAse
|
Constructor and Description |
---|
FormatSelector(hudson.model.Run<?,?> run,
hudson.FilePath filePath,
String searchFilePattern,
String schema,
boolean truncateStrings,
hudson.model.TaskListener listener) |
JUnitJenkins(Integer build,
boolean truncateStrings) |
Constructor and Description |
---|
MapJsonToPlugin(Integer build,
File content,
com.google.gson.JsonElement schema,
boolean truncateStrings) |
MapJsonToPlugin(Integer build,
hudson.FilePath content,
com.google.gson.JsonElement schema,
boolean truncateStrings) |
MapJsonToPlugin(Integer build,
hudson.FilePath content,
String schema,
boolean truncateStrings) |
MapJsonToPlugin(Integer build,
Map<String,hudson.FilePath> content,
com.google.gson.JsonElement schema,
boolean truncateStrings,
hudson.model.TaskListener listener) |
MapJsonToPlugin(Integer build,
Map<String,hudson.FilePath> content,
String schema,
boolean truncateStrings) |
Constructor and Description |
---|
MapXmlToPlugin(Integer build,
File content,
Document schema,
boolean truncateStrings) |
MapXmlToPlugin(Integer build,
hudson.FilePath content,
Document schema,
boolean truncateStrings) |
MapXmlToPlugin(Integer build,
hudson.FilePath content,
String schema,
boolean truncateStrings) |
MapXmlToPlugin(Integer build,
Map<String,hudson.FilePath> content,
Document schema,
boolean truncateStrings,
hudson.model.TaskListener listener) |
MapXmlToPlugin(Integer build,
Map<String,hudson.FilePath> content,
String schema,
boolean truncateStrings) |
Constructor and Description |
---|
TestFailure(double value,
String compareType) |
Modifier and Type | Method and Description |
---|---|
boolean |
Threshold.isValid(double value) |
boolean |
PercentageThreshold.isValid(double value) |
boolean |
PercentageAverageThreshold.isValid(double value) |
boolean |
DeltaThreshold.isValid(double value) |
boolean |
DeltaAverageThreshold.isValid(double value) |
boolean |
AbsoluteThreshold.isValid(double value) |
boolean |
Threshold.isValid(int value) |
boolean |
PercentageThreshold.isValid(int value) |
boolean |
PercentageAverageThreshold.isValid(int value) |
boolean |
DeltaThreshold.isValid(int value) |
boolean |
DeltaAverageThreshold.isValid(int value) |
boolean |
AbsoluteThreshold.isValid(int value) |
Constructor and Description |
---|
AbsoluteThreshold(Double minimum,
Double maximum) |
DeltaAverageThreshold(Double delta) |
DeltaThreshold(Double delta) |
PercentageAverageThreshold(Double percentage) |
PercentageThreshold(Double percentage) |
Copyright © 2016–2019. All rights reserved.