Uses of Class
org.jenkinsci.plugins.benchmark.parsers.MapperBase
-
-
Uses of MapperBase in org.jenkinsci.plugins.benchmark.core
Methods in org.jenkinsci.plugins.benchmark.core that return MapperBase Modifier and Type Method Description MapperBase
BenchmarkPublisher. getMapper()
MapperBase
BenchmarkPublisher. getMapper(Run run)
MapperBase
BenchmarkPublisher. getRawResults(Run<?,?> run)
Retrieved and assemble all the build results into the mapper constructMethods in org.jenkinsci.plugins.benchmark.core with parameters of type MapperBase Modifier and Type Method Description void
BenchmarkPublisher. setMapper(MapperBase mapper)
-
Uses of MapperBase in org.jenkinsci.plugins.benchmark.parsers
Subclasses of MapperBase in org.jenkinsci.plugins.benchmark.parsers Modifier and Type Class Description class
JUnitJenkins
Parse the Jenkins Unit Test reportMethods in org.jenkinsci.plugins.benchmark.parsers that return MapperBase Modifier and Type Method Description MapperBase
FormatSelector. getMapper()
Methods in org.jenkinsci.plugins.benchmark.parsers with parameters of type MapperBase Modifier and Type Method Description boolean
MapperBase. checkThresholds(MapperBase base)
Determine threshold for each resultsvoid
MapperBase. mergeWith(MapperBase mapper)
Merge the content from mapper into this MapperBAse -
Uses of MapperBase in org.jenkinsci.plugins.benchmark.parsers.JsonToPlugin
Subclasses of MapperBase in org.jenkinsci.plugins.benchmark.parsers.JsonToPlugin Modifier and Type Class Description class
MapJsonToPlugin
Parser from JSON to the Jenkins plugin data construct -
Uses of MapperBase in org.jenkinsci.plugins.benchmark.parsers.XmlToPlugin
Subclasses of MapperBase in org.jenkinsci.plugins.benchmark.parsers.XmlToPlugin Modifier and Type Class Description class
MapXmlToPlugin
Parser from XML to the Jenkins plugin data construct -
Uses of MapperBase in org.jenkinsci.plugins.benchmark.utilities
Constructors in org.jenkinsci.plugins.benchmark.utilities with parameters of type MapperBase Constructor Description RunnableReader(Run startRun, Run endRun, MapperBase mapper)
-