Package com.sudicode.fb2gh.github
Class GHComment
- java.lang.Object
-
- com.sudicode.fb2gh.github.GHComment
-
public class GHComment extends Object
GitHub issue comment.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
Get this comment's text.void
setText(String text)
Set this comment's text.
-
-
-
Method Detail
-
getText
public String getText() throws FB2GHException
Get this comment's text.- Returns:
- Text content of this comment.
- Throws:
FB2GHException
- if a GitHub error occurs
-
setText
public void setText(String text) throws FB2GHException
Set this comment's text.- Parameters:
text
- Text content.- Throws:
FB2GHException
- if a GitHub error occurs
-
-