hudson.triggers
Class TimerTrigger.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<Trigger<?>>
hudson.triggers.TriggerDescriptor
hudson.triggers.TimerTrigger.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- TimerTrigger
@Extension
public static class TimerTrigger.DescriptorImpl
- extends TriggerDescriptor
Methods inherited from class hudson.model.Descriptor |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerTrigger.DescriptorImpl
public TimerTrigger.DescriptorImpl()
isApplicable
public boolean isApplicable(Item item)
- Description copied from class:
TriggerDescriptor
- Returns true if this trigger is applicable to the
given
Item
.
- Specified by:
isApplicable
in class TriggerDescriptor
- Returns:
- true to allow user to configure a trigger for this item.
getDisplayName
public String getDisplayName()
- Description copied from class:
Descriptor
- Human readable name of this kind of configurable object.
- Specified by:
getDisplayName
in class Descriptor<Trigger<?>>
doCheck
public FormValidation doCheck(@QueryParameter
String value)
doCheckSpec
public FormValidation doCheckSpec(@QueryParameter
String value)
- Performs syntax check.
Copyright © 2004-2013. All Rights Reserved.