Uses of Class
com.sudicode.fb2gh.github.GHComment
-
Packages that use GHComment Package Description com.sudicode.fb2gh.github Interactions with the GitHub API. -
-
Uses of GHComment in com.sudicode.fb2gh.github
Methods in com.sudicode.fb2gh.github that return GHComment Modifier and Type Method Description GHComment
GHIssue. addComment(String comment)
Add a comment.Methods in com.sudicode.fb2gh.github that return types with arguments of type GHComment Modifier and Type Method Description List<GHComment>
GHIssue. getComments()
Get comments.
-