Uses of Class
io.jenkins.plugins.reporter.model.ReportParser
-
Packages that use ReportParser Package Description io.jenkins.plugins.reporter.model io.jenkins.plugins.reporter.provider io.jenkins.plugins.reporter.util -
-
Uses of ReportParser in io.jenkins.plugins.reporter.model
Methods in io.jenkins.plugins.reporter.model that return ReportParser Modifier and Type Method Description abstract ReportParser
Provider. createParser()
-
Uses of ReportParser in io.jenkins.plugins.reporter.provider
Subclasses of ReportParser in io.jenkins.plugins.reporter.provider Modifier and Type Class Description static class
Csv.CsvCustomParser
static class
Json.JsonParser
static class
Xml.XmlParser
static class
Yaml.YamlParser
Methods in io.jenkins.plugins.reporter.provider that return ReportParser Modifier and Type Method Description ReportParser
Csv. createParser()
ReportParser
Json. createParser()
ReportParser
Xml. createParser()
ReportParser
Yaml. createParser()
-
Uses of ReportParser in io.jenkins.plugins.reporter.util
Constructors in io.jenkins.plugins.reporter.util with parameters of type ReportParser Constructor Description FilesScanner(String filePattern, ReportParser parser)
Creates a new instance ofFilesScanner
.
-