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
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.jobDecorator
(Class<P> clazz) void
setAllowUntrusted
(boolean allowUntrusted) Deprecated.void
setMinimumPermissions
(String minimumPermissions) Methods inherited from class jenkins.branch.BranchProperty
asArrayList, decorator, decorator, getDescriptor
-
Field Details
-
allowUntrusted
protected boolean allowUntrusted -
minimumPermissions
-
-
Constructor Details
-
TriggerBranchProperty
public TriggerBranchProperty()
-
-
Method Details