java.lang.Object
edu.hm.hafner.analysis.RevApiInfoExtension
- Alle implementierten Schnittstellen:
Serializable
Stores additional information of the Revapi analysis (severities, issue name, old file, and new file).
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung
-
Konstruktordetails
-
RevApiInfoExtension
public RevApiInfoExtension(@CheckForNull String code, String oldFile, String newFile, Map<String, String> severities) Creates an object to store additional information of the Revapi analysis.- Parameter:
code- of the parsed issueoldFile- the oldFile where something was changednewFile- the newFile where something was changedseverities- the severities of Binary and source
-
-
Methodendetails
-
getSeverities
-
getIssueName
-
getOldFile
-
getNewFile
-