| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
boolean |
createTmpCredential() |
hudson.util.FormValidation |
doDownloadHypercli() |
hudson.util.FormValidation |
doTestConnection(String hyperUrl,
String hyperAccessId,
String hyperSecretKey,
String dockerEmail,
String dockerUsername,
String dockerPassword) |
String |
getDisplayName() |
String |
getDockerEmail() |
String |
getDockerPassword() |
String |
getDockerUsername() |
String |
getHyperAccessId() |
String |
getHyperSecretKey() |
String |
getHyperUrl() |
boolean |
removeTmpCredential() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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 boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<Tools>hudson.model.Descriptor.FormExceptionpublic String getHyperUrl()
public String getHyperAccessId()
public String getHyperSecretKey()
public String getDockerEmail()
public String getDockerUsername()
public String getDockerPassword()
public boolean createTmpCredential()
throws IOException
IOExceptionpublic boolean removeTmpCredential()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<Tools>public hudson.util.FormValidation doTestConnection(@QueryParameter(value="hyperUrl")
String hyperUrl,
@QueryParameter(value="hyperAccessId")
String hyperAccessId,
@QueryParameter(value="hyperSecretKey")
String hyperSecretKey,
@QueryParameter(value="dockerEmail")
String dockerEmail,
@QueryParameter(value="dockerUsername")
String dockerUsername,
@QueryParameter(value="dockerPassword")
String dockerPassword)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doDownloadHypercli()
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2016. All rights reserved.