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
  • Constructor Details

    • GitHubPRBranchRestriction

      @DataBoundConstructor public GitHubPRBranchRestriction(String targetBranch)
    • GitHubPRBranchRestriction

      public GitHubPRBranchRestriction(List<String> targetBranches)
  • Method Details