@Extension @Symbol(value="tmpSpace") public static class TemporarySpaceMonitor.DescriptorImpl extends DiskSpaceMonitorDescriptor
DiskSpaceMonitorDescriptor.DiskSpace, DiskSpaceMonitorDescriptor.GetUsableSpace
AbstractAsyncNodeMonitorDescriptor.Result<T>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
protected hudson.remoting.Callable<DiskSpaceMonitorDescriptor.DiskSpace,IOException> |
createCallable(Computer c)
Creates a
Callable that performs the monitoring when executed. |
String |
getDisplayName()
Human readable name of this kind of configurable object.
|
monitor, monitor, monitorDetailed
get, getMonitoringTimeOut, getTimestamp, getTimestampString, isIgnored, markOffline, markOffline, markOnline
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, 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
public String getDisplayName()
Descriptor
Class.getSimpleName()
on Descriptor.clazz
, so for example MyThing
from some.pkg.MyThing.DescriptorImpl
.
Historically some implementations returned null as a way of hiding the descriptor from the UI,
but this is generally managed by an explicit method such as isEnabled
or isApplicable
.getDisplayName
in class Descriptor<NodeMonitor>
protected hudson.remoting.Callable<DiskSpaceMonitorDescriptor.DiskSpace,IOException> createCallable(Computer c)
AbstractAsyncNodeMonitorDescriptor
Callable
that performs the monitoring when executed.createCallable
in class AbstractAsyncNodeMonitorDescriptor<DiskSpaceMonitorDescriptor.DiskSpace>
Copyright © 2004–2019. All rights reserved.