org.jenkinsci.plugins.mailwatcher
Class WatcherNodeProperty.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<P>
      extended by hudson.tools.PropertyDescriptor<hudson.slaves.NodeProperty<?>,hudson.model.Node>
          extended by hudson.slaves.NodePropertyDescriptor
              extended by org.jenkinsci.plugins.mailwatcher.WatcherNodeProperty.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
WatcherNodeProperty

@Extension
public static class WatcherNodeProperty.DescriptorImpl
extends hudson.slaves.NodePropertyDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
static String OFFLINE_ADDRESSES
           
static String ONLINE_ADDRESSES
           
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
WatcherNodeProperty.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckOfflineAddresses(String value)
           
 hudson.util.FormValidation doCheckOnlineAddresses(String value)
           
 String getDisplayName()
           
 boolean isApplicable(Class<? extends hudson.model.Node> nodeType)
           
 hudson.slaves.NodeProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.tools.PropertyDescriptor
for_, for_
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, 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
 

Field Detail

OFFLINE_ADDRESSES

public static final String OFFLINE_ADDRESSES
See Also:
Constant Field Values

ONLINE_ADDRESSES

public static final String ONLINE_ADDRESSES
See Also:
Constant Field Values
Constructor Detail

WatcherNodeProperty.DescriptorImpl

public WatcherNodeProperty.DescriptorImpl()
Method Detail

isApplicable

public boolean isApplicable(Class<? extends hudson.model.Node> nodeType)
Overrides:
isApplicable in class hudson.tools.PropertyDescriptor<hudson.slaves.NodeProperty<?>,hudson.model.Node>

newInstance

public hudson.slaves.NodeProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req,
                                                 net.sf.json.JSONObject formData)
                                          throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.model.Descriptor<hudson.slaves.NodeProperty<?>>
Throws:
hudson.model.Descriptor.FormException

doCheckOnlineAddresses

public hudson.util.FormValidation doCheckOnlineAddresses(@QueryParameter
                                                         String value)

doCheckOfflineAddresses

public hudson.util.FormValidation doCheckOfflineAddresses(@QueryParameter
                                                          String value)

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.slaves.NodeProperty<?>>


Copyright © 2004-2012. All Rights Reserved.