Interface IssueNotes

    • Method Detail

      • getNotesCount

        int getNotesCount()
        Returns:
        the total number of all notes in the collection.
        Since:
        10.0.146
      • getNotes

        java.util.List<IssueNote> getNotes()
        Returns:
        all notes as List ordered by ascending date
        Since:
        10.0.146
      • getNotes

        java.util.List<IssueNote> getNotes​(User user)
        Parameters:
        user - the user to filter the list of notes
        Returns:
        a List of notes matching the given user ordered by ascending date
        Since:
        10.0.146