Uses of Class
com.github.kostyasha.github.integration.multibranch.handler.GitHubPRHandler
Packages that use GitHubPRHandler
Package
Description
-
Uses of GitHubPRHandler in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubPRHandlerMethods in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRHandlerModifier and TypeMethodDescriptionGitHubPRDecisionContext.Builder.withPrHandler
(GitHubPRHandler prHandler) Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRHandlerModifierConstructorDescriptionprotected
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 GitHubPRHandler in com.github.kostyasha.github.integration.multibranch.handler
Methods in com.github.kostyasha.github.integration.multibranch.handler that return GitHubPRHandler -
Uses of GitHubPRHandler in org.jenkinsci.plugins.github.pullrequest.trigger.check
Methods in org.jenkinsci.plugins.github.pullrequest.trigger.check with parameters of type GitHubPRHandlerModifier and TypeMethodDescriptionstatic PullRequestToCauseConverter
PullRequestToCauseConverter.toGitHubPRCause
(GitHubPRRepository localRepo, TaskListener listener, GitHubPRHandler prHandler, GitHubSCMSource source) Constructors in org.jenkinsci.plugins.github.pullrequest.trigger.check with parameters of type GitHubPRHandlerModifierConstructorDescriptionPullRequestToCauseConverter
(GitHubPRRepository localRepo, TaskListener listener, GitHubSCMSource source, GitHubPRHandler prHandler)