Class GitHubPRBranchRestriction
java.lang.Object
org.jenkinsci.plugins.github.pullrequest.restrictions.GitHubPRBranchRestriction
- All Implemented Interfaces:
Describable<GitHubPRBranchRestriction>
public class GitHubPRBranchRestriction
extends Object
implements Describable<GitHubPRBranchRestriction>
Restriction by target branch (one or many).
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGitHubPRBranchRestriction
(String targetBranch) GitHubPRBranchRestriction
(List<String> targetBranches) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isBranchBuildAllowed
(org.kohsuke.github.GHPullRequest remotePR)
-
Constructor Details
-
GitHubPRBranchRestriction
-
GitHubPRBranchRestriction
-
-
Method Details
-
isBranchBuildAllowed
public boolean isBranchBuildAllowed(org.kohsuke.github.GHPullRequest remotePR) -
getTargetBranchList
-
getTargetBranch
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<GitHubPRBranchRestriction>
-