Class TestIssue

  • All Implemented Interfaces:
    Issue

    @Immutable
    public class TestIssue
    extends java.lang.Object
    implements Issue
    • Method Detail

      • key

        public java.lang.String key()
        Specified by:
        key in interface Issue
      • status

        public java.lang.String status()
        Description copied from interface: Issue
        Available list of status can be found in Issue.STATUSES
        Specified by:
        status in interface Issue
      • resolution

        @CheckForNull
        public java.lang.String resolution()
        Description copied from interface: Issue
        Available list of resolutions can be found in Issue.RESOLUTIONS
        Specified by:
        resolution in interface Issue
      • severity

        public java.lang.String severity()
        Description copied from interface: Issue
        See constants in Severity.
        Specified by:
        severity in interface Issue