Package com.jcabi.github.safe
Class SfComments
java.lang.Object
com.jcabi.github.safe.SfComments
- All Implemented Interfaces:
Comments
Safe comments.
- Since:
- 0.34
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SfComments
Public ctor.- Parameters:
cmt- The original comment
-
-
Method Details
-
toString
-
issue
Description copied from interface:CommentsThe issue we're in. -
get
Description copied from interface:CommentsGet comment by number. -
iterate
Description copied from interface:CommentsIterate them all. -
post
Description copied from interface:CommentsPost new comment.- Specified by:
postin interfaceComments- Parameters:
text- Text of comment to post in Markdown format- Returns:
- Comment
- Throws:
IOException- If there is any I/O problem- See Also:
-