Class BapFtpHostConfigurationDescriptor
java.lang.Object
hudson.model.Descriptor<BapFtpHostConfiguration>
jenkins.plugins.publish_over_ftp.descriptor.BapFtpHostConfigurationDescriptor
@Extension
public class BapFtpHostConfigurationDescriptor
extends Descriptor<BapFtpHostConfiguration>
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoCheckHostname(String value) doCheckName(String value) doCheckPort(String value) doCheckTimeout(String value) doTestConnection(String name, String hostname, String username, String encryptedPassword, String remoteRootDir, int port, int timeout, boolean useActiveData, String controlEncoding, boolean disableMakeNestedDirs, boolean disableRemoteVerification, boolean useFtpOverTls, boolean useImplicitTls, String trustedCertificate) jenkins.plugins.publish_over.view_defaults.HostConfiguration.MessagesintintMethods inherited from class hudson.model.DescriptoraddHelpFileRedirect, 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- 
BapFtpHostConfigurationDescriptorpublic BapFtpHostConfigurationDescriptor()
 
- 
- 
Method Details- 
getDisplayName- Overrides:
- getDisplayNamein class- Descriptor<BapFtpHostConfiguration>
 
- 
getDefaultPortpublic int getDefaultPort()
- 
getDefaultTimeoutpublic int getDefaultTimeout()
- 
doCheckName
- 
doCheckHostname
- 
doCheckPort
- 
doCheckTimeout
- 
doTestConnectionpublic FormValidation doTestConnection(@QueryParameter String name, @QueryParameter String hostname, @QueryParameter String username, @QueryParameter String encryptedPassword, @QueryParameter String remoteRootDir, @QueryParameter int port, @QueryParameter int timeout, @QueryParameter boolean useActiveData, @QueryParameter String controlEncoding, @QueryParameter boolean disableMakeNestedDirs, @QueryParameter boolean disableRemoteVerification, @QueryParameter boolean useFtpOverTls, @QueryParameter boolean useImplicitTls, @QueryParameter String trustedCertificate) 
- 
getCommonFieldNamespublic jenkins.plugins.publish_over.view_defaults.HostConfiguration.Messages getCommonFieldNames()
 
-