Uses of Class
org.jenkinsci.plugins.github.pullrequest.restrictions.GitHubPRUserRestriction
Packages that use GitHubPRUserRestriction
Package
Description
-
Uses of GitHubPRUserRestriction in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubPRUserRestrictionConstructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRUserRestrictionModifierConstructorDescriptionprotectedGitHubPRDecisionContext(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 GitHubPRUserRestriction in org.jenkinsci.plugins.github.pullrequest
Methods in org.jenkinsci.plugins.github.pullrequest that return GitHubPRUserRestrictionMethods in org.jenkinsci.plugins.github.pullrequest with parameters of type GitHubPRUserRestrictionModifier and TypeMethodDescriptionvoidGitHubPRTrigger.setUserRestriction(GitHubPRUserRestriction userRestriction) -
Uses of GitHubPRUserRestriction in org.jenkinsci.plugins.github.pullrequest.restrictions
Methods in org.jenkinsci.plugins.github.pullrequest.restrictions that return types with arguments of type GitHubPRUserRestriction -
Uses of GitHubPRUserRestriction in org.jenkinsci.plugins.github.pullrequest.trigger.check
Methods in org.jenkinsci.plugins.github.pullrequest.trigger.check with parameters of type GitHubPRUserRestrictionModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<org.kohsuke.github.GHPullRequest>UserRestrictionFilter.withUserRestriction(LoggingTaskListenerWrapper listener, GitHubPRUserRestriction userRestriction)