Uses of Class
org.jenkinsci.plugins.pipeline.github.client.ExtendedPullRequest
-
Packages that use ExtendedPullRequest Package Description org.jenkinsci.plugins.pipeline.github.client -
-
Uses of ExtendedPullRequest in org.jenkinsci.plugins.pipeline.github.client
Methods in org.jenkinsci.plugins.pipeline.github.client that return ExtendedPullRequest Modifier and Type Method Description ExtendedPullRequest
ExtendedPullRequestService. editPullRequest(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedPullRequest request)
ExtendedPullRequest
ExtendedPullRequestService. getPullRequest(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id)
Methods in org.jenkinsci.plugins.pipeline.github.client with parameters of type ExtendedPullRequest Modifier and Type Method Description protected Map<String,Object>
ExtendedPullRequestService. editPrMap(ExtendedPullRequest request)
ExtendedPullRequest
ExtendedPullRequestService. editPullRequest(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedPullRequest request)
-