Class LocationDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<Location>
-
- org.jenkinsci.plugins.periodicbackup.LocationDescriptor
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Saveable
,jenkins.util.io.OnMaster
- Direct Known Subclasses:
LocalDirectory.DescriptorImpl
,S3.DescriptorImpl
public abstract class LocationDescriptor extends hudson.model.Descriptor<Location> implements hudson.ExtensionPoint
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LocationDescriptor()
protected
LocationDescriptor(Class<? extends Location> clazz)
-
Method Summary
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-