@Extension public static class WatcherNodeProperty.DescriptorImpl extends NodePropertyDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self| Modifier and Type | Field and Description |
|---|---|
static String |
OFFLINE_ADDRESSES |
static String |
ONLINE_ADDRESSES |
clazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckOfflineAddresses(String value) |
FormValidation |
doCheckOnlineAddresses(String value) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends Node> nodeType) |
NodeProperty<?> |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
isApplicableAsGlobalfor_, for_addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String OFFLINE_ADDRESSES
public static final String ONLINE_ADDRESSES
public boolean isApplicable(Class<? extends Node> nodeType)
isApplicable in class PropertyDescriptor<NodeProperty<?>,Node>public NodeProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
newInstance in class Descriptor<NodeProperty<?>>Descriptor.FormExceptionpublic FormValidation doCheckOnlineAddresses(@QueryParameter String value)
public FormValidation doCheckOfflineAddresses(@QueryParameter String value)
public String getDisplayName()
getDisplayName in class Descriptor<NodeProperty<?>>Copyright © 2016–2023. All rights reserved.