hudson.triggers
Class TimerTrigger.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<Trigger<?>>
      extended by hudson.triggers.TriggerDescriptor
          extended by hudson.triggers.TimerTrigger.DescriptorImpl
All Implemented Interfaces:
Saveable
Enclosing class:
TimerTrigger

@Extension
public static class TimerTrigger.DescriptorImpl
extends TriggerDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
TimerTrigger.DescriptorImpl()
           
 
Method Summary
 FormValidation doCheck(String value)
           
 FormValidation doCheckSpec(String value)
          Performs syntax check.
 String getDisplayName()
          Human readable name of this kind of configurable object.
 boolean isApplicable(Item item)
          Returns true if this trigger is applicable to the given Item.
 
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
 

Constructor Detail

TimerTrigger.DescriptorImpl

public TimerTrigger.DescriptorImpl()
Method Detail

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.