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 GitHubPRHandlerModifierConstructorDescriptionprotectedGitHubPRDecisionContext(org.kohsuke.github.GHPullRequest remotePR, GitHubPRPullRequest localPR, GitHubPRRepository localRepo, GitHubPRUserRestriction prUserRestriction, GitHubSCMSource source, GitHubPRHandler prHandler, GitHubPRTrigger prTrigger, TaskListener listener) protectedGitHubPRDecisionContext(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 PullRequestToCauseConverterPullRequestToCauseConverter.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)