hudson.tools
Class ToolPropertyDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<P>
      extended by hudson.tools.PropertyDescriptor<ToolProperty<?>,ToolInstallation>
          extended by hudson.tools.ToolPropertyDescriptor
All Implemented Interfaces:
Saveable
Direct Known Subclasses:
InstallSourceProperty.DescriptorImpl

public abstract class ToolPropertyDescriptor
extends PropertyDescriptor<ToolProperty<?>,ToolInstallation>

Descriptor for ToolProperty.

Put Extension on your descriptor implementation to have it auto-registered.

Since:
1.286
Author:
Kohsuke Kawaguchi
See Also:
ToolProperty

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
protected ToolPropertyDescriptor()
           
protected ToolPropertyDescriptor(Class<? extends ToolProperty<?>> clazz)
           
 
Method Summary
 
Methods inherited from class hudson.tools.PropertyDescriptor
for_, for_, isApplicable
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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

ToolPropertyDescriptor

protected ToolPropertyDescriptor(Class<? extends ToolProperty<?>> clazz)

ToolPropertyDescriptor

protected ToolPropertyDescriptor()


Copyright © 2004-2013. All Rights Reserved.