Klasse RevApiInfoExtension

java.lang.Object
edu.hm.hafner.analysis.RevApiInfoExtension
Alle implementierten Schnittstellen:
Serializable

public final class RevApiInfoExtension extends Object implements Serializable
Stores additional information of the Revapi analysis (severities, issue name, old file, and new file).
Siehe auch:
  • 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 issue
      oldFile - the oldFile where something was changed
      newFile - the newFile where something was changed
      severities - the severities of Binary and source
  • Methodendetails

    • getSeverities

      public Map<String,String> getSeverities()
    • getIssueName

      public String getIssueName()
    • getOldFile

      public String getOldFile()
    • getNewFile

      public String getNewFile()