Uses of Interface
com.jcabi.github.PullComment
-
Packages that use PullComment Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of PullComment in com.jcabi.github
Classes in com.jcabi.github that implement PullComment Modifier and Type Class Description static classPullComment.SmartSmart PullComment with extra features.Methods in com.jcabi.github that return PullComment Modifier and Type Method Description PullCommentPullComments. get(int number)Get specific pull comment by number.PullCommentPullComments. post(String body, String commit, String path, int position)Post a new pull comment.PullCommentPullComments. reply(String body, int comment)Create a new comment as a reply to an existing pull comment.Methods in com.jcabi.github that return types with arguments of type PullComment Modifier and Type Method Description Iterable<PullComment>PullComments. iterate(int number, Map<String,String> params)Iterate all pull comments for a pull request.Iterable<PullComment>PullComments. iterate(Map<String,String> params)Iterate all pull comments for this repo.Methods in com.jcabi.github with parameters of type PullComment Modifier and Type Method Description intPullComment.Smart. compareTo(PullComment comment)Constructors in com.jcabi.github with parameters of type PullComment Constructor Description Smart(PullComment pcomment)Public ctor.
-