C# Класс NGitHub.Services.PullRequestService

Наследование: IPullRequestService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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