org.jenkinsci.plugins.periodicbackup
Class LocationDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<Location>
      extended by org.jenkinsci.plugins.periodicbackup.LocationDescriptor
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Saveable
Direct Known Subclasses:
LocalDirectory.DescriptorImpl

public abstract class LocationDescriptor
extends hudson.model.Descriptor<Location>
implements hudson.ExtensionPoint


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
protected LocationDescriptor()
           
protected LocationDescriptor(java.lang.Class<? extends Location> clazz)
           
 
Method Summary
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationDescriptor

protected LocationDescriptor(java.lang.Class<? extends Location> clazz)

LocationDescriptor

protected LocationDescriptor()


Copyright © 2004-2013. All Rights Reserved.