C# Class NGitHub.Services.PullRequestService

Inheritance: IPullRequestService
Afficher le fichier Open project: akilb/NGitHub Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CreateCommentAsync() public méthode

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
Résultat GitHubRequestAsyncHandle

CreateCommentAsync() public méthode

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
Résultat GitHubRequestAsyncHandle

GetCommentAsync() public méthode

public GetCommentAsync ( string user, string repo, int commentId, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
commentId int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetCommentsAsync() public méthode

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
Résultat GitHubRequestAsyncHandle

GetCommitsAsync() public méthode

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
Résultat GitHubRequestAsyncHandle

GetFilesAsync() public méthode

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
Résultat GitHubRequestAsyncHandle

GetPullRequestAsync() public méthode

public GetPullRequestAsync ( string user, string repo, int pullRequestId, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetPullRequestsAsync() public méthode

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
Résultat GitHubRequestAsyncHandle

IsPullRequestMergedAsync() public méthode

public IsPullRequestMergedAsync ( string user, string repo, int pullRequestId, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
pullRequestId int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

PullRequestService() public méthode

public PullRequestService ( IGitHubClient client ) : System
client IGitHubClient
Résultat System