Uses of Class
io.jenkins.plugins.reporter.model.ReportDto
-
Packages that use ReportDto Package Description io.jenkins.plugins.reporter.model io.jenkins.plugins.reporter.provider -
-
Uses of ReportDto in io.jenkins.plugins.reporter.model
Methods in io.jenkins.plugins.reporter.model that return ReportDto Modifier and Type Method Description abstract ReportDto
ReportParser. parse(File file)
-
Uses of ReportDto in io.jenkins.plugins.reporter.provider
Methods in io.jenkins.plugins.reporter.provider that return ReportDto Modifier and Type Method Description ReportDto
Csv.CsvCustomParser. parse(File file)
ReportDto
Json.JsonParser. parse(File file)
ReportDto
Xml.XmlParser. parse(File file)
ReportDto
Yaml.YamlParser. parse(File file)
-