Interface ICommentsManager<T extends ICommentBase<T>>

All Known Subinterfaces:
ITestRunCommentsManager

public interface ICommentsManager<T extends ICommentBase<T>>
Since:
3.10.0
  • Method Details

    • getRootComments

      @NotNull IPObjectList<T> getRootComments()
      Shortcut for getRootComments(true).
      See Also:
    • getRootComments

      @NotNull IPObjectList<T> getRootComments(boolean includeResolved)
      Returns root comments. Optionally includes also resolved comments.
      See Also:
    • createComment

      @NotNull T createComment(@NotNull Text text)
      Creates the (temporary) comment object, which can be manipulated by the client. However, the comment is not persisted until it is explicitly saved.

      The fields project, author, date and container reference are pre-filled with the values.