Interface IssueNotes
-
- All Known Subinterfaces:
ModifiableIssueNotes
public interface IssueNotes
- Since:
- 10.0.146
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IssueNote>
getNotes()
java.util.List<IssueNote>
getNotes(User user)
int
getNotesCount()
-
-
-
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
-
-