com.polarion.alm.tracker.model.IWithComments
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| IPObjectList<T> | getComments() | |
| IPObjectList<T> | getRootComments() | |
| IPObjectList<T> | getRootComments(boolean) | Returns the root comments. |
| T | getCommentById(String) | Returns the comment with the given ID. (Also returns the newly created comments.) |
| T | createComment(Text) | |
| void | removeComment(T) | Remove the comment object and all of its children |
Back to Index