Interface IIssueActions<T extends Issue>

    • Method Detail

      • hasIssues

        boolean hasIssues()
        Does an object has active Issues
      • getIssues

        List<T> getIssues()
        Gets the list of active Issues. This return value follows the type implementation.
      • clearIssues

        void clearIssues()
        Clears the list of active issues