Class BlobStoreProfile.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<BlobStoreProfile>
jenkins.plugins.jclouds.blobstore.BlobStoreProfile.DescriptorImpl
- Enclosing class:
- BlobStoreProfile
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckCredentialsId
(String value) doCheckEndPointUrl
(String value) doCheckProfileName
(String value) doCheckProviderName
(String value) doFillCredentialsIdItems
(ItemGroup context, String currentValue) doFillLocationIdItems
(String providerName, String credentialsId, String endPointUrl) doFillProviderNameItems
(ItemGroup context) doTestConnection
(String provider, String credId, String url, boolean relaxed) doValidateLocationId
(String provider, String credId, String url, String locId) Methods inherited from class hudson.model.Descriptor
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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<BlobStoreProfile>
-
doCheckProfileName
-
doCheckProviderName
-
doCheckCredentialsId
-
doCheckEndPointUrl
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath ItemGroup context, @QueryParameter String currentValue) -
defaultProviderName
-
doFillProviderNameItems
-
doTestConnection
@POST public FormValidation doTestConnection(@QueryParameter("providerName") String provider, @QueryParameter("credentialsId") String credId, @QueryParameter("endPointUrl") String url, @QueryParameter("trustAll") boolean relaxed) throws IOException - Throws:
IOException
-
doFillLocationIdItems
public ListBoxModel doFillLocationIdItems(@QueryParameter String providerName, @QueryParameter String credentialsId, @QueryParameter String endPointUrl) -
doValidateLocationId
public FormValidation doValidateLocationId(@QueryParameter("providerName") String provider, @QueryParameter("credentialsId") String credId, @QueryParameter("endPointUrl") String url, @QueryParameter("locationId") String locId)
-