Class TriggerBranchProperty

java.lang.Object
hudson.model.AbstractDescribableImpl<jenkins.branch.BranchProperty>
jenkins.branch.BranchProperty
com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
All Implemented Interfaces:
ExtensionPoint, Describable<jenkins.branch.BranchProperty>
Direct Known Subclasses:
TriggerPRCommentBranchProperty, TriggerPRLabelBranchProperty, TriggerPRReviewBranchProperty, TriggerPRUpdateBranchProperty

public abstract class TriggerBranchProperty extends jenkins.branch.BranchProperty
Common parts of TriggerPR*BranchProperty classes
  • Field Details

    • allowUntrusted

      protected boolean allowUntrusted
    • minimumPermissions

      protected String minimumPermissions
  • Constructor Details

    • TriggerBranchProperty

      public TriggerBranchProperty()
  • Method Details

    • isAllowUntrusted

      @Deprecated public boolean isAllowUntrusted()
      Deprecated.
    • setAllowUntrusted

      @DataBoundSetter @Deprecated public void setAllowUntrusted(boolean allowUntrusted)
      Deprecated.
    • setMinimumPermissions

      @DataBoundSetter public void setMinimumPermissions(String minimumPermissions)
    • getMinimumPermissions

      public String getMinimumPermissions()
    • jobDecorator

      public <P extends Job<P, B>, B extends Run<P, B>> jenkins.branch.JobDecorator<P,B> jobDecorator(Class<P> clazz)
      Overrides:
      jobDecorator in class jenkins.branch.BranchProperty