@Extension public static final class Credential.CredentialDescriptor extends hudson.model.Descriptor<Credential>
Constructor and Description |
---|
CredentialDescriptor() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckSecondaryProxyUrl(java.lang.String secondaryProxyUrl) |
hudson.util.FormValidation |
doCheckSecondaryServerUrl(java.lang.String secondaryServerUrl) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Project context) |
hudson.util.FormValidation |
doValidateCredential(java.lang.String xlReleaseServerUrl,
java.lang.String xlReleaseClientProxyUrl,
java.lang.String secondaryServerUrl,
java.lang.String secondaryProxyUrl,
java.lang.String credentialsId) |
hudson.util.FormValidation |
doValidateUserNamePassword(java.lang.String xlReleaseServerUrl,
java.lang.String xlReleaseClientProxyUrl,
java.lang.String username,
hudson.util.Secret password,
java.lang.String secondaryServerUrl,
java.lang.String secondaryProxyUrl) |
java.lang.String |
getDisplayName() |
static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials |
lookupSystemCredentials(java.lang.String credentialsId) |
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 java.lang.String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<Credential>
public hudson.util.FormValidation doCheckSecondaryServerUrl(@QueryParameter java.lang.String secondaryServerUrl)
public hudson.util.FormValidation doCheckSecondaryProxyUrl(@QueryParameter java.lang.String secondaryProxyUrl)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath hudson.model.Project context)
@POST public hudson.util.FormValidation doValidateUserNamePassword(@QueryParameter java.lang.String xlReleaseServerUrl, @QueryParameter java.lang.String xlReleaseClientProxyUrl, @QueryParameter java.lang.String username, @QueryParameter hudson.util.Secret password, @QueryParameter java.lang.String secondaryServerUrl, @QueryParameter java.lang.String secondaryProxyUrl) throws java.io.IOException
java.io.IOException
@POST public hudson.util.FormValidation doValidateCredential(@QueryParameter java.lang.String xlReleaseServerUrl, @QueryParameter java.lang.String xlReleaseClientProxyUrl, @QueryParameter java.lang.String secondaryServerUrl, @QueryParameter java.lang.String secondaryProxyUrl, @QueryParameter java.lang.String credentialsId) throws java.io.IOException
java.io.IOException
public static com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials lookupSystemCredentials(java.lang.String credentialsId)