@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class NoTriggerBranchProperty extends BranchProperty
BranchIndexingCause
.Modifier and Type | Class and Description |
---|---|
static class |
NoTriggerBranchProperty.DescriptorImpl |
static class |
NoTriggerBranchProperty.Dispatcher |
Constructor and Description |
---|
NoTriggerBranchProperty() |
Modifier and Type | Method and Description |
---|---|
<P extends hudson.model.Job<P,B>,B extends hudson.model.Run<P,B>> |
jobDecorator(Class<P> clazz)
Returns a
JobDecorator for the specific job type. |
asArrayList, decorator, decorator, getDescriptor
public <P extends hudson.model.Job<P,B>,B extends hudson.model.Run<P,B>> JobDecorator<P,B> jobDecorator(Class<P> clazz)
BranchProperty
JobDecorator
for the specific job type.jobDecorator
in class BranchProperty
P
- 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–2017. All rights reserved.