@Extension @Symbol(value="jdkInstaller") public static final class JDKInstaller.DescriptorImpl extends hudson.tools.ToolInstallerDescriptor<JDKInstaller>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAcceptLicense(boolean value) |
hudson.util.FormValidation |
doCheckId(String value) |
org.kohsuke.stapler.HttpResponse |
doPostCredential(String username,
String password)
Submits the Oracle account username/password.
|
String |
getDisplayName() |
List<JDKInstaller.JDKFamily> |
getInstallableJDKs()
List of installable JDKs.
|
hudson.util.Secret |
getPassword() |
String |
getUsername() |
boolean |
isApplicable(Class<? extends hudson.tools.ToolInstallation> toolType) |
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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tools.ToolInstaller>public boolean isApplicable(Class<? extends hudson.tools.ToolInstallation> toolType)
isApplicable in class hudson.tools.ToolInstallerDescriptor<JDKInstaller>public String getUsername()
public hudson.util.Secret getPassword()
public hudson.util.FormValidation doCheckId(@QueryParameter
String value)
public List<JDKInstaller.JDKFamily> getInstallableJDKs() throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckAcceptLicense(@QueryParameter
boolean value)
public org.kohsuke.stapler.HttpResponse doPostCredential(@QueryParameter
String username,
@QueryParameter
String password)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2016–2018. All rights reserved.