|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PullRequest | |
---|---|
org.eclipse.egit.github.core | |
org.eclipse.egit.github.core.event | |
org.eclipse.egit.github.core.service |
Uses of PullRequest in org.eclipse.egit.github.core |
---|
Methods in org.eclipse.egit.github.core with parameters of type PullRequest | |
---|---|
Issue |
Issue.setPullRequest(PullRequest pullRequest)
|
Uses of PullRequest in org.eclipse.egit.github.core.event |
---|
Methods in org.eclipse.egit.github.core.event that return PullRequest | |
---|---|
PullRequest |
PullRequestPayload.getPullRequest()
|
Methods in org.eclipse.egit.github.core.event with parameters of type PullRequest | |
---|---|
PullRequestPayload |
PullRequestPayload.setPullRequest(PullRequest pullRequest)
|
Uses of PullRequest in org.eclipse.egit.github.core.service |
---|
Methods in org.eclipse.egit.github.core.service that return PullRequest | |
---|---|
PullRequest |
PullRequestService.createPullRequest(IRepositoryIdProvider repository,
int issueId,
String head,
String base)
Create pull request by attaching branch information to an existing issue |
PullRequest |
PullRequestService.createPullRequest(IRepositoryIdProvider repository,
PullRequest request)
Create pull request |
PullRequest |
PullRequestService.editPullRequest(IRepositoryIdProvider repository,
PullRequest request)
Edit pull request |
PullRequest |
PullRequestService.getPullRequest(IRepositoryIdProvider repository,
int id)
Create request for single pull request |
Methods in org.eclipse.egit.github.core.service that return types with arguments of type PullRequest | |
---|---|
protected PagedRequest<PullRequest> |
PullRequestService.createPullsRequest(IRepositoryIdProvider provider,
String state,
int start,
int size)
Create paged request for fetching pull requests |
List<PullRequest> |
PullRequestService.getPullRequests(IRepositoryIdProvider repository,
String state)
Get pull requests from repository matching state |
PageIterator<PullRequest> |
PullRequestService.pagePullRequests(IRepositoryIdProvider repository,
String state)
Page pull requests with given state |
PageIterator<PullRequest> |
PullRequestService.pagePullRequests(IRepositoryIdProvider repository,
String state,
int size)
Page pull requests with given state |
PageIterator<PullRequest> |
PullRequestService.pagePullRequests(IRepositoryIdProvider repository,
String state,
int start,
int size)
Page pull requests with given state |
Methods in org.eclipse.egit.github.core.service with parameters of type PullRequest | |
---|---|
PullRequest |
PullRequestService.createPullRequest(IRepositoryIdProvider repository,
PullRequest request)
Create pull request |
PullRequest |
PullRequestService.editPullRequest(IRepositoryIdProvider repository,
PullRequest request)
Edit pull request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |