Uses of Class
org.jenkinsci.plugins.github.pullrequest.restrictions.GitHubPRUserRestriction
-
-
Uses of GitHubPRUserRestriction in com.github.kostyasha.github.integration.generic
Methods in com.github.kostyasha.github.integration.generic that return GitHubPRUserRestriction Modifier and Type Method Description GitHubPRUserRestriction
GitHubPRDecisionContext. getPrUserRestriction()
Constructors in com.github.kostyasha.github.integration.generic with parameters of type GitHubPRUserRestriction Constructor Description GitHubPRDecisionContext(org.kohsuke.github.GHPullRequest remotePR, GitHubPRPullRequest localPR, GitHubPRRepository localRepo, GitHubPRUserRestriction prUserRestriction, GitHubSCMSource source, GitHubPRHandler prHandler, GitHubPRTrigger prTrigger, TaskListener listener)
GitHubPRDecisionContext(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 GitHubPRUserRestriction Modifier and Type Method Description GitHubPRUserRestriction
GitHubPRTrigger. getUserRestriction()
Methods in org.jenkinsci.plugins.github.pullrequest with parameters of type GitHubPRUserRestriction Modifier and Type Method Description void
GitHubPRTrigger. 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 Modifier and Type Method Description Descriptor<GitHubPRUserRestriction>
GitHubPRUserRestriction. getDescriptor()
-
Uses of GitHubPRUserRestriction in org.jenkinsci.plugins.github.pullrequest.trigger.check
Methods in org.jenkinsci.plugins.github.pullrequest.trigger.check with parameters of type GitHubPRUserRestriction Modifier and Type Method Description static com.google.common.base.Predicate<org.kohsuke.github.GHPullRequest>
UserRestrictionFilter. withUserRestriction(LoggingTaskListenerWrapper listener, GitHubPRUserRestriction userRestriction)
-