@Extension
@Symbol(value="password")
public static class P4PasswordImpl.DescriptorImpl
extends com.cloudbees.plugins.credentials.CredentialsDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckP4port(String value) |
hudson.util.FormValidation |
doTestConnection(String p4port,
String ssl,
String trust,
String p4host,
String username,
String password,
boolean allhosts) |
String |
getDisplayName() |
calcAutoCompleteSettings, calcFillSettings, doFillScopeItems, findContextInPath, findContextInPath, getCheckMethod, getCredentialsPage, getIconClassName, isApplicable, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, isScopeRelevant, lookupContext, unwrapContext
addHelpFileRedirect, configure, configure, doHelp, find, find, findByDescribableClassName, findById, 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
in class hudson.model.Descriptor<com.cloudbees.plugins.credentials.Credentials>
public hudson.util.FormValidation doCheckP4port(@QueryParameter String value)
public hudson.util.FormValidation doTestConnection(@QueryParameter(value="p4port") String p4port, @QueryParameter(value="ssl") String ssl, @QueryParameter(value="trust") String trust, @QueryParameter(value="p4host") String p4host, @QueryParameter(value="username") String username, @QueryParameter(value="password") String password, @QueryParameter(value="allhosts") boolean allhosts) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2016–2017. All rights reserved.