Package com.polarion.alm.tracker.model
Interface ITestRunCommentsManager
- All Superinterfaces:
ICommentsManager<ITestRunComment>
- Since:
- 3.10.0
-
Method Summary
Modifier and TypeMethodDescriptioncreateComment
(Text text, String title) The same asICommentsManager.createComment(Text)
but also sets title of the comment.Methods inherited from interface com.polarion.alm.tracker.model.ICommentsManager
createComment, getRootComments, getRootComments
-
Method Details
-
createComment
The same asICommentsManager.createComment(Text)
but also sets title of the comment.
-