Class TriggerPRUpdateBranchProperty
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<jenkins.branch.BranchProperty>
-
- jenkins.branch.BranchProperty
-
- com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
-
- com.adobe.jenkins.github_pr_comment_build.TriggerPRUpdateBranchProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<jenkins.branch.BranchProperty>
public class TriggerPRUpdateBranchProperty extends TriggerBranchProperty
Allows a GitHub pull request update to trigger an immediate build.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TriggerPRUpdateBranchProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
allowUntrusted, minimumPermissions
-
-
Constructor Summary
Constructors Constructor Description TriggerPRUpdateBranchProperty()
Constructor.
-
Method Summary
-
Methods inherited from class com.adobe.jenkins.github_pr_comment_build.TriggerBranchProperty
getMinimumPermissions, isAllowUntrusted, jobDecorator, setAllowUntrusted, setMinimumPermissions
-
-