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 Modifier and Type Field Description protected boolean
allowUntrusted
protected String
minimumPermissions
-
Constructor Summary
Constructors Constructor Description TriggerBranchProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getMinimumPermissions()
boolean
isAllowUntrusted()
Deprecated.<P extends Job<P,B>,B extends Run<P,B>>
jenkins.branch.JobDecorator<P,B>jobDecorator(Class<P> clazz)
void
setAllowUntrusted(boolean allowUntrusted)
Deprecated.void
setMinimumPermissions(String minimumPermissions)
-
-
-
Field Detail
-
allowUntrusted
protected boolean allowUntrusted
-
minimumPermissions
protected String minimumPermissions
-
-
Method Detail
-
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()
-
-