Interface Issue


  • public interface Issue
    Issue that can be used in a MeasureComputer
    Since:
    5.2
    • Method Detail

      • key

        java.lang.String key()
      • status

        @Deprecated(since="10.4")
        java.lang.String status()
        Deprecated.
        since 10.4 in favor of issueStatus()
        Available list of status can be found in Issue.STATUSES
      • resolution

        @CheckForNull
        @Deprecated(since="10.4")
        java.lang.String resolution()
        Deprecated.
        since 10.4 in favor of issueStatus()
        Available list of resolutions can be found in Issue.RESOLUTIONS
      • severity

        @Deprecated(since="10.1")
        java.lang.String severity()
        Deprecated.
        since 10.1, use impacts() instead
        See constants in Severity.
      • effort

        @CheckForNull
        Duration effort()
        Since:
        5.5
      • type

        @Deprecated(since="10.1")
        RuleType type()
        Deprecated.
        since 10.1, use impacts() instead
        Since:
        5.5