Class BapFtpCredentialsDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<BapFtpCredentials>
-
- jenkins.plugins.publish_over_ftp.descriptor.BapFtpCredentialsDescriptor
-
@Extension public class BapFtpCredentialsDescriptor extends Descriptor<BapFtpCredentials>
-
-
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
Constructors Constructor Description BapFtpCredentialsDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckPassword(String value)
FormValidation
doCheckUsername(String value)
FormValidation
doTestConnection(String configName, String username, String password, Item item)
jenkins.plugins.publish_over.view_defaults.HostConfiguration.Messages
getCommonFieldNames()
String
getDisplayName()
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, 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
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<BapFtpCredentials>
-
doCheckUsername
public FormValidation doCheckUsername(@QueryParameter String value)
-
doCheckPassword
public FormValidation doCheckPassword(@QueryParameter String value)
-
doTestConnection
public FormValidation doTestConnection(@QueryParameter String configName, @QueryParameter String username, @QueryParameter String password, @AncestorInPath Item item)
-
getCommonFieldNames
public jenkins.plugins.publish_over.view_defaults.HostConfiguration.Messages getCommonFieldNames()
-
-