@Extension @Symbol(value={"ssh","sSHLauncher"}) public static class SSHLauncher.DescriptorImpl extends Descriptor<ComputerLauncher>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckCredentialsId(ItemGroup context,
AccessControlled _context,
String host,
String port,
String value) |
FormValidation |
doCheckHost(String value) |
FormValidation |
doCheckJavaPath(String value) |
FormValidation |
doCheckPort(String value) |
ListBoxModel |
doFillCredentialsIdItems(AccessControlled context,
String host,
String port,
String credentialsId) |
String |
getDisplayName() |
String |
getHelpFile(String fieldName)
Delegates the help link to the
SSHConnector. |
Class |
getSshConnectorClass() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, 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@NonNull public String getDisplayName()
getDisplayName in class Descriptor<ComputerLauncher>public Class getSshConnectorClass()
public String getHelpFile(String fieldName)
SSHConnector.getHelpFile in class Descriptor<ComputerLauncher>public ListBoxModel doFillCredentialsIdItems(@AncestorInPath AccessControlled context, @QueryParameter String host, @QueryParameter String port, @QueryParameter String credentialsId)
public FormValidation doCheckCredentialsId(@AncestorInPath ItemGroup context, @AncestorInPath AccessControlled _context, @QueryParameter String host, @QueryParameter String port, @QueryParameter String value)
public FormValidation doCheckPort(@QueryParameter String value)
public FormValidation doCheckHost(@QueryParameter String value)
public FormValidation doCheckJavaPath(@QueryParameter String value)
Copyright © 2016–2022. All rights reserved.