Uses of Class
org.jenkinsci.plugins.github.pullrequest.restrictions.GitHubPRBranchRestriction
-
-
Uses of GitHubPRBranchRestriction in org.jenkinsci.plugins.github.pullrequest
Methods in org.jenkinsci.plugins.github.pullrequest that return GitHubPRBranchRestriction Modifier and Type Method Description GitHubPRBranchRestriction
GitHubPRTrigger. getBranchRestriction()
Methods in org.jenkinsci.plugins.github.pullrequest with parameters of type GitHubPRBranchRestriction Modifier and Type Method Description void
GitHubPRTrigger. setBranchRestriction(GitHubPRBranchRestriction branchRestriction)
-
Uses of GitHubPRBranchRestriction in org.jenkinsci.plugins.github.pullrequest.restrictions
Methods in org.jenkinsci.plugins.github.pullrequest.restrictions that return types with arguments of type GitHubPRBranchRestriction Modifier and Type Method Description Descriptor<GitHubPRBranchRestriction>
GitHubPRBranchRestriction. getDescriptor()
-
Uses of GitHubPRBranchRestriction in org.jenkinsci.plugins.github.pullrequest.trigger.check
Methods in org.jenkinsci.plugins.github.pullrequest.trigger.check with parameters of type GitHubPRBranchRestriction Modifier and Type Method Description static com.google.common.base.Predicate<org.kohsuke.github.GHPullRequest>
BranchRestrictionFilter. withBranchRestriction(LoggingTaskListenerWrapper logger, GitHubPRBranchRestriction branchRestriction)
-