basic-branch-build-strategies plugin.@Deprecated @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class NoTriggerBranchProperty extends BranchProperty
BranchIndexingCause or BranchEventCause.
The purpose of this property is to prevent triggering builds resulting from the detection
of changes in the underlying SCM.| Modifier and Type | Class and Description |
|---|---|
static class |
NoTriggerBranchProperty.DescriptorImpl
Deprecated.
|
static class |
NoTriggerBranchProperty.Dispatcher
Deprecated.
|
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
NoTriggerBranchProperty()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<P extends Job<P,B>,B extends Run<P,B>> |
jobDecorator(Class<P> clazz)
Deprecated.
Returns a
JobDecorator for the specific job type. |
asArrayList, decorator, decorator, getDescriptor@DataBoundConstructor public NoTriggerBranchProperty()
public <P extends Job<P,B>,B extends Run<P,B>> JobDecorator<P,B> jobDecorator(Class<P> clazz)
BranchPropertyJobDecorator for the specific job type.jobDecorator in class BranchPropertyP - the type of job.B - the type of run of the job.clazz - the job class.JobDecorator or null if none appropriate to this type of job.Copyright © 2016–2019. All rights reserved.