Package hudson.plugins.sshslaves
Class SSHLauncher.DescriptorImpl
- Enclosing class:
- SSHLauncher
@Extension
@Symbol({"ssh","sSHLauncher"})
public static class SSHLauncher.DescriptorImpl
extends Descriptor<ComputerLauncher>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckCredentialsId
(ItemGroup context, AccessControlled _context, String host, String port, String value) doCheckHost
(String value) doCheckJavaPath
(String value) doCheckPort
(String value) doFillCredentialsIdItems
(AccessControlled context, String host, String port, String credentialsId) getHelpFile
(String fieldName) Delegates the help link to theSSHConnector
.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<ComputerLauncher>
-
getSshConnectorClass
-
getHelpFile
Delegates the help link to theSSHConnector
.- Overrides:
getHelpFile
in classDescriptor<ComputerLauncher>
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath AccessControlled context, @QueryParameter String host, @QueryParameter String port, @QueryParameter String credentialsId) -
doCheckCredentialsId
public FormValidation doCheckCredentialsId(@AncestorInPath ItemGroup context, @AncestorInPath AccessControlled _context, @QueryParameter String host, @QueryParameter String port, @QueryParameter String value) -
doCheckPort
-
doCheckHost
-
doCheckJavaPath
-