Class BapSshHostConfigurationDescriptor
java.lang.Object
hudson.model.Descriptor<BapSshHostConfiguration>
jenkins.plugins.publish_over_ssh.descriptor.BapSshHostConfigurationDescriptor
@Extension
public class BapSshHostConfigurationDescriptor
extends Descriptor<BapSshHostConfiguration>
-
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 TypeMethodDescriptiondoCheckHostname
(String value) doCheckKeyPath
(String value) doCheckName
(String value) doCheckPort
(String value) doCheckTimeout
(String value) doCheckUsername
(String value) doTestConnection
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) jenkins.plugins.publish_over.view_defaults.HostConfiguration.Messages
boolean
int
int
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, 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
-
BapSshHostConfigurationDescriptor
public BapSshHostConfigurationDescriptor()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<BapSshHostConfiguration>
-
getDefaultJumpHost
-
getDefaultPort
public int getDefaultPort() -
getDefaultTimeout
public int getDefaultTimeout() -
getDefaultAvoidSameFileUploads
public boolean getDefaultAvoidSameFileUploads() -
doCheckName
-
doCheckHostname
-
doCheckUsername
-
doCheckPort
-
doCheckTimeout
-
doCheckKeyPath
-
doTestConnection
public FormValidation doTestConnection(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) -
getCommonFieldNames
public jenkins.plugins.publish_over.view_defaults.HostConfiguration.Messages getCommonFieldNames()
-