Package edu.hm.hafner.analysis.parser
Class SonarQubeIssuesParser
java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.parser.JsonIssueParser
edu.hm.hafner.analysis.parser.SonarQubeParser
edu.hm.hafner.analysis.parser.SonarQubeIssuesParser
- All Implemented Interfaces:
Serializable
Class which parses SonarQube reports taken from the SonarQube API (api/issues/search).
- Author:
- Carles Capdevila
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.hm.hafner.analysis.parser.SonarQubeParser
accepts, parseJsonObjectMethods inherited from class edu.hm.hafner.analysis.parser.JsonIssueParser
parse, parseJsonArrayMethods inherited from class edu.hm.hafner.analysis.IssueParser
equalsIgnoreCase, isXmlFile, parseFile
-
Constructor Details
-
SonarQubeIssuesParser
public SonarQubeIssuesParser()
-