Uses of Class
org.jenkinsci.plugins.ghprb.GhprbPullRequest

Packages that use GhprbPullRequest
org.jenkinsci.plugins.ghprb   
 

Uses of GhprbPullRequest in org.jenkinsci.plugins.ghprb
 

Methods in org.jenkinsci.plugins.ghprb that return types with arguments of type GhprbPullRequest
 Map<Integer,GhprbPullRequest> GhprbTrigger.getPullRequests()
           
 Map<Integer,GhprbPullRequest> GhprbTrigger.DescriptorImpl.getPullRequests(String projectName)
           
 

Methods in org.jenkinsci.plugins.ghprb with parameters of type GhprbPullRequest
 void GhprbBuilds.build(GhprbPullRequest pr, org.kohsuke.github.GHUser triggerSender, String commentBody)
           
 

Constructor parameters in org.jenkinsci.plugins.ghprb with type arguments of type GhprbPullRequest
GhprbTrigger(String adminlist, String whitelist, String orgslist, String cron, String triggerPhrase, Boolean onlyTriggerPhrase, Boolean useGitHubHooks, Boolean permitAll, Boolean autoCloseFailedPullRequests, Boolean displayBuildErrorsOnDownstreamBuilds, String commentFilePath, List<GhprbBranch> whiteListTargetBranches, Boolean allowMembersOfWhitelistedOrgsAsAdmin, String msgSuccess, String msgFailure, String commitStatusContext, String gitHubAuthId, String buildDescTemplate, List<GhprbExtension> extensions, Map<Integer,GhprbPullRequest> pullRequests)
           
 



Copyright © 2004-2016. All Rights Reserved.