@Extension(ordinal=1.0) public static class PerfectoCredentials.DescriptorImpl extends com.cloudbees.plugins.credentials.CredentialsDescriptor
com.cloudbees.plugins.credentials.CredentialsDescriptor.EnhancedCheckMethodDescriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doAuthenticate(String userName,
String cloudName,
String apiKey) |
FormValidation |
doCheckApiKey(String value) |
FormValidation |
doCheckCloudName(String value) |
FormValidation |
doCheckUserName(String value) |
String |
getDisplayName() |
String |
getIconClassName() |
calcAutoCompleteSettings, calcFillSettings, doFillScopeItems, findContextInPath, findContextInPath, getCheckMethod, getCredentialsPage, isApplicable, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, lookupContext, unwrapContextaddHelpFileRedirect, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, toMappublic String getDisplayName()
getDisplayName in class Descriptor<com.cloudbees.plugins.credentials.Credentials>public String getIconClassName()
getIconClassName in interface org.jenkins.ui.icon.IconSpecgetIconClassName in class com.cloudbees.plugins.credentials.CredentialsDescriptor@POST public final FormValidation doAuthenticate(@QueryParameter(value="userName") String userName, @QueryParameter(value="cloudName") String cloudName, @QueryParameter(value="apiKey") String apiKey)
@POST public FormValidation doCheckCloudName(@QueryParameter String value)
@POST public FormValidation doCheckApiKey(@QueryParameter String value)
@POST public FormValidation doCheckUserName(@QueryParameter String value)
Copyright © 2016–2020. All rights reserved.