Interface Issue

  • All Known Implementing Classes:
    TestIssue

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

      • key

        java.lang.String key()
      • status

        java.lang.String status()
        Available list of status can be found in Issue.STATUSES
      • resolution

        @CheckForNull
        java.lang.String resolution()
        Available list of resolutions can be found in Issue.RESOLUTIONS
      • severity

        java.lang.String severity()
        See constants in Severity.
      • effort

        @CheckForNull
        Duration effort()
        Since:
        5.5
      • characteristic

        @Beta
        @CheckForNull
        CodeCharacteristic characteristic()
        Characteristic of the issue according to Clean Code Taxonomy.
        Since:
        9.16