@Extension @Symbol(value="deployEDASK8sApplication") public static class EDASK8sDeploySetup.DescriptorImpl extends BaseSetupDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
构造器和说明 |
---|
DescriptorImpl() |
限定符和类型 | 方法和说明 |
---|---|
FormValidation |
doCheckAppId(String value) |
FormValidation |
doCheckCredentialId(String value,
Item owner) |
FormValidation |
doCheckNamespace(String value) |
FormValidation |
doCheckTargetObject(String value) |
ListBoxModel |
doFillCredentialIdItems(Item owner) |
FormValidation |
doPingEDAS(Item owner,
String credentialId,
String namespace,
String endpoint) |
String |
getDisplayName() |
all
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()
getDisplayName
在类中 Descriptor<BaseSetup>
public ListBoxModel doFillCredentialIdItems(@AncestorInPath Item owner)
public FormValidation doCheckCredentialId(@QueryParameter String value, @AncestorInPath Item owner)
public FormValidation doCheckNamespace(@QueryParameter String value)
public FormValidation doCheckAppId(@QueryParameter String value)
public FormValidation doCheckTargetObject(@QueryParameter String value)
public FormValidation doPingEDAS(@AncestorInPath Item owner, @QueryParameter(value="credentialId") String credentialId, @QueryParameter(value="namespace") String namespace, @QueryParameter(value="endpoint") String endpoint)
Copyright © 2016–2020. All rights reserved.