@Extension public static class BlobStoreProfile.DescriptorImpl extends Descriptor<BlobStoreProfile>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
String |
defaultProviderName() |
FormValidation |
doCheckCredentialsId(String value) |
FormValidation |
doCheckEndPointUrl(String value) |
FormValidation |
doCheckProfileName(String value) |
FormValidation |
doCheckProviderName(String value) |
ListBoxModel |
doFillCredentialsIdItems(ItemGroup context,
String currentValue) |
ListBoxModel |
doFillLocationIdItems(String providerName,
String credentialsId,
String endPointUrl) |
ListBoxModel |
doFillProviderNameItems(ItemGroup context) |
FormValidation |
doTestConnection(String provider,
String credId,
String url,
boolean relaxed) |
FormValidation |
doValidateLocationId(String provider,
String credId,
String url,
String locId) |
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<BlobStoreProfile>
public FormValidation doCheckProfileName(@QueryParameter String value)
public FormValidation doCheckProviderName(@QueryParameter String value)
public FormValidation doCheckCredentialsId(@QueryParameter String value)
public FormValidation doCheckEndPointUrl(@QueryParameter String value)
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath ItemGroup context, @QueryParameter String currentValue)
public String defaultProviderName()
public ListBoxModel doFillProviderNameItems(@AncestorInPath ItemGroup context)
@POST public FormValidation doTestConnection(@QueryParameter(value="providerName") String provider, @QueryParameter(value="credentialsId") String credId, @QueryParameter(value="endPointUrl") String url, @QueryParameter(value="trustAll") boolean relaxed) throws IOException
IOException
public ListBoxModel doFillLocationIdItems(@QueryParameter String providerName, @QueryParameter String credentialsId, @QueryParameter String endPointUrl)
public FormValidation doValidateLocationId(@QueryParameter(value="providerName") String provider, @QueryParameter(value="credentialsId") String credId, @QueryParameter(value="endPointUrl") String url, @QueryParameter(value="locationId") String locId)
Copyright © 2016–2021. All rights reserved.