Class ReportParser
- java.lang.Object
-
- io.jenkins.plugins.reporter.model.ReportParser
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Csv.CsvCustomParser
,Json.JsonParser
,Xml.XmlParser
,Yaml.YamlParser
public abstract class ReportParser extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportParser()
-
-
-
Method Detail
-
parse
public abstract ReportDto parse(File file) throws IOException
- Throws:
IOException
-
-