@Extension public static class CredentialsStoreAction.DomainWrapper.DescriptorImpl extends Descriptor<CredentialsStoreAction.DomainWrapper>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckName(CredentialsStoreAction.DomainWrapper wrapper,
CredentialsStoreAction action,
String value)
Form validation for creating a new domain / renaming an existing domain.
|
String |
getDisplayName() |
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class Descriptor<CredentialsStoreAction.DomainWrapper>
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckName(@AncestorInPath CredentialsStoreAction.DomainWrapper wrapper, @AncestorInPath CredentialsStoreAction action, @QueryParameter String value)
wrapper
- the existing domain or null
action
- the CredentialsStoreAction
in the request.value
- the proposed name.FormValidation
Copyright © 2016–2020. All rights reserved.