Class ExportAttributeConfig.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<TMSConfig>
de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig.DescriptorImpl
de.tracetronic.jenkins.plugins.ecutest.test.config.ExportAttributeConfig.DescriptorImpl
- Enclosing class:
- ExportAttributeConfig
DescriptorImpl for
ExportAttributeConfig
.-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig.DescriptorImpl
tmsValidator
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckExportPath
(String value) Validates the export target path.doCheckFilePath
(String value) Validates the file path to export.Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig.DescriptorImpl
doCheckTimeout, doFillCredentialsIdItems, getDefaultTimeout
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, getDisplayName, 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
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
doCheckFilePath
Validates the file path to export.- Parameters:
value
- the file path to export- Returns:
- the form validation
-
doCheckExportPath
Validates the export target path.- Parameters:
value
- the export path- Returns:
- the form validation
-