public abstract class TriggerDescriptor extends Descriptor<Trigger<?>>
Descriptor
for Trigger.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Modifier | Constructor and Description |
---|---|
protected |
TriggerDescriptor()
Infers the type of the corresponding
SCM from the outer class. |
protected |
TriggerDescriptor(Class<? extends Trigger<?>> clazz) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isApplicable(Item item)
Returns true if this trigger is applicable to the
given
Item . |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
protected TriggerDescriptor()
SCM
from the outer class.
This version works when you follow the common convention, where a descriptor
is written as the static nested class of the describable class.Copyright © 2004–2021. All rights reserved.