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 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) 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.Messages
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
-
BapFtpHostConfigurationDescriptor
public BapFtpHostConfigurationDescriptor()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<BapFtpHostConfiguration>
-
getDefaultPort
public int getDefaultPort() -
getDefaultTimeout
public int getDefaultTimeout() -
doCheckName
-
doCheckHostname
-
doCheckPort
-
doCheckTimeout
-
doTestConnection
public 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) -
getCommonFieldNames
public jenkins.plugins.publish_over.view_defaults.HostConfiguration.Messages getCommonFieldNames()
-