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 SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDeprecated.jobDecorator(Class<P> clazz) voidsetAllowUntrusted(boolean allowUntrusted) Deprecated.voidsetMinimumPermissions(String minimumPermissions) Methods inherited from class jenkins.branch.BranchPropertyasArrayList, decorator, decorator, getDescriptor
- 
Field Details- 
allowUntrustedprotected boolean allowUntrusted
- 
minimumPermissions
 
- 
- 
Constructor Details- 
TriggerBranchPropertypublic TriggerBranchProperty()
 
- 
- 
Method Details