Uses of Class
org.jenkinsci.plugins.github.pullrequest.GitHubPRPullRequest
Packages that use GitHubPRPullRequest
Package
Description
-
Uses of GitHubPRPullRequest in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubPRPullRequestModifier and TypeMethodDescriptionGitHubPRDecisionContext.getLocalPR()
PR state from last run saved in jenkins.Methods in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRPullRequestModifier and TypeMethodDescriptionGitHubPRDecisionContext.Builder.withLocalPR
(GitHubPRPullRequest localPR) Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRPullRequestModifierConstructorDescriptionprotected
GitHubPRDecisionContext
(org.kohsuke.github.GHPullRequest remotePR, GitHubPRPullRequest localPR, GitHubPRRepository localRepo, GitHubPRUserRestriction prUserRestriction, GitHubSCMSource source, GitHubPRHandler prHandler, GitHubPRTrigger prTrigger, TaskListener listener) protected
GitHubPRDecisionContext
(org.kohsuke.github.GHPullRequest remotePR, GitHubPRPullRequest localPR, GitHubPRUserRestriction prUserRestriction, GitHubSCMSource source, GitHubPRHandler prHandler, GitHubPRTrigger prTrigger, TaskListener listener) Deprecated. -
Uses of GitHubPRPullRequest in org.jenkinsci.plugins.github.pullrequest
Methods in org.jenkinsci.plugins.github.pullrequest that return types with arguments of type GitHubPRPullRequestConstructors in org.jenkinsci.plugins.github.pullrequest with parameters of type GitHubPRPullRequestModifierConstructorDescriptionGitHubPRCause
(GitHubPRPullRequest pr, org.kohsuke.github.GHUser triggerSender, boolean skip, String reason) Deprecated.GitHubPRCause
(GitHubPRPullRequest pr, org.kohsuke.github.GHUser triggerSender, GitHubPRRepository localRepo, boolean skip, String reason)