Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
PullComment.Smart
Smart PullComment with extra features.
|
Modifier and Type | Method and Description |
---|---|
PullComment |
PullComments.get(int number)
Get specific pull comment by number.
|
PullComment |
PullComments.post(String body,
String commit,
String path,
int position)
Post a new pull comment.
|
PullComment |
PullComments.reply(String body,
int comment)
Create a new comment as a reply to an existing pull comment.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
PullComment.Smart.compareTo(PullComment comment) |
Constructor and Description |
---|
PullComment.Smart(PullComment pcomment)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.