Method | Description | |
---|---|---|
CreateCommentAsync ( string user, string repo, int pullRequestId, int commentIdToReplyTo, string body, Action |
||
CreateCommentAsync ( string user, string repo, int pullRequestId, string commitId, string body, string path, int position, Action |
||
GetCommentAsync ( string user, string repo, int commentId, Action |
||
GetCommentsAsync ( string user, string repo, int pullRequestId, int page, Action |
||
GetCommitsAsync ( string user, string repo, int pullRequestId, int page, Action |
||
GetFilesAsync ( string user, string repo, int pullRequestId, int page, Action |
||
GetPullRequestAsync ( string user, string repo, int pullRequestId, Action |
||
GetPullRequestsAsync ( string user, string repo, State state, int page, Action |
||
IsPullRequestMergedAsync ( string user, string repo, int pullRequestId, Action |
||
PullRequestService ( IGitHubClient client ) : System |
public CreateCommentAsync ( string user, string repo, int pullRequestId, int commentIdToReplyTo, string body, Action |
||
user | string | |
repo | string | |
pullRequestId | int | |
commentIdToReplyTo | int | |
body | string | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public CreateCommentAsync ( string user, string repo, int pullRequestId, string commitId, string body, string path, int position, Action |
||
user | string | |
repo | string | |
pullRequestId | int | |
commitId | string | |
body | string | |
path | string | |
position | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetCommentAsync ( string user, string repo, int commentId, Action |
||
user | string | |
repo | string | |
commentId | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetCommentsAsync ( string user, string repo, int pullRequestId, int page, Action |
||
user | string | |
repo | string | |
pullRequestId | int | |
page | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetCommitsAsync ( string user, string repo, int pullRequestId, int page, Action |
||
user | string | |
repo | string | |
pullRequestId | int | |
page | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetFilesAsync ( string user, string repo, int pullRequestId, int page, Action |
||
user | string | |
repo | string | |
pullRequestId | int | |
page | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetPullRequestAsync ( string user, string repo, int pullRequestId, Action |
||
user | string | |
repo | string | |
pullRequestId | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public GetPullRequestsAsync ( string user, string repo, State state, int page, Action |
||
user | string | |
repo | string | |
state | State | |
page | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public IsPullRequestMergedAsync ( string user, string repo, int pullRequestId, Action |
||
user | string | |
repo | string | |
pullRequestId | int | |
callback | Action |
|
onError | Action |
|
return | GitHubRequestAsyncHandle |
public PullRequestService ( IGitHubClient client ) : System | ||
client | IGitHubClient | |
return | System |