C# 클래스 NGitHub.Services.PullRequestService

상속: IPullRequestService
파일 보기 프로젝트 열기: akilb/NGitHub 1 사용 예제들

공개 메소드들

메소드 설명
CreateCommentAsync ( string user, string repo, int pullRequestId, int commentIdToReplyTo, string body, Action callback, Action onError ) : GitHubRequestAsyncHandle
CreateCommentAsync ( string user, string repo, int pullRequestId, string commitId, string body, string path, int position, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetCommentAsync ( string user, string repo, int commentId, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetCommentsAsync ( string user, string repo, int pullRequestId, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetCommitsAsync ( string user, string repo, int pullRequestId, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetFilesAsync ( string user, string repo, int pullRequestId, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetPullRequestAsync ( string user, string repo, int pullRequestId, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetPullRequestsAsync ( string user, string repo, State state, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
IsPullRequestMergedAsync ( string user, string repo, int pullRequestId, Action callback, Action onError ) : GitHubRequestAsyncHandle
PullRequestService ( IGitHubClient client ) : System

메소드 상세

CreateCommentAsync() 공개 메소드

public CreateCommentAsync ( string user, string repo, int pullRequestId, int commentIdToReplyTo, string body, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
commentIdToReplyTo int
body string
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

CreateCommentAsync() 공개 메소드

public CreateCommentAsync ( string user, string repo, int pullRequestId, string commitId, string body, string path, int position, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
commitId string
body string
path string
position int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetCommentAsync() 공개 메소드

public GetCommentAsync ( string user, string repo, int commentId, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
commentId int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetCommentsAsync() 공개 메소드

public GetCommentsAsync ( string user, string repo, int pullRequestId, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetCommitsAsync() 공개 메소드

public GetCommitsAsync ( string user, string repo, int pullRequestId, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetFilesAsync() 공개 메소드

public GetFilesAsync ( string user, string repo, int pullRequestId, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetPullRequestAsync() 공개 메소드

public GetPullRequestAsync ( string user, string repo, int pullRequestId, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

GetPullRequestsAsync() 공개 메소드

public GetPullRequestsAsync ( string user, string repo, State state, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
state State
page int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

IsPullRequestMergedAsync() 공개 메소드

public IsPullRequestMergedAsync ( string user, string repo, int pullRequestId, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
callback Action
onError Action
리턴 GitHubRequestAsyncHandle

PullRequestService() 공개 메소드

public PullRequestService ( IGitHubClient client ) : System
client IGitHubClient
리턴 System