@Extension public static class DeployApplication.DeployApplicationDescriptor extends AbstractDescriptor
| Modifier and Type | Field and Description |
|---|---|
String |
publicKeyPath |
| Constructor and Description |
|---|
DeployApplication.DeployApplicationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckLogin(String brokerAddress,
String username,
String password) |
hudson.util.FormValidation |
doCheckPublicKeyPath(String path) |
hudson.util.ListBoxModel |
doFillDeploymentTypeItems() |
hudson.util.ListBoxModel |
doFillGearProfileItems(String serverName) |
hudson.util.FormValidation |
doUploadSSHKeys(String brokerAddress,
String username,
String password,
String publicKeyPath) |
String |
getDisplayName() |
String |
getPublicKeyPath() |
List<Server> |
getServers() |
doFillDomainItems, doFillServerNameItems, isApplicableaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 publicKeyPath
public DeployApplication.DeployApplicationDescriptor()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public String getPublicKeyPath()
public hudson.util.FormValidation doCheckLogin(@QueryParameter(value="brokerAddress")
String brokerAddress,
@QueryParameter(value="username")
String username,
@QueryParameter(value="password")
String password)
public hudson.util.FormValidation doUploadSSHKeys(@QueryParameter(value="brokerAddress")
String brokerAddress,
@QueryParameter(value="username")
String username,
@QueryParameter(value="password")
String password,
@QueryParameter(value="publicKeyPath")
String publicKeyPath)
public hudson.util.ListBoxModel doFillGearProfileItems(@QueryParameter(value="serverName")
String serverName)
public hudson.util.ListBoxModel doFillDeploymentTypeItems()
public hudson.util.FormValidation doCheckPublicKeyPath(@QueryParameter(value="publicKeyPath")
String path)
Copyright © 2004-2015. All Rights Reserved.