Package com.mycompany.abapci
Class SAPSystem.SAPSystemDescriptor
- Enclosing class:
- SAPSystem
@Extension public static class SAPSystem.SAPSystemDescriptor extends Descriptor<SAPSystem>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SAPSystemDescriptor()
-
Method Summary
Modifier and Type Method Description FormValidation
doCheckLabel(String value)
FormValidation
doCheckSapMandant(String value)
FormValidation
doCheckSapPassword(String value)
FormValidation
doCheckSapProtocol(String value)
FormValidation
doCheckSapServername(String value)
FormValidation
doCheckSapUsername(String value)
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
-
Constructor Details
-
SAPSystemDescriptor
public SAPSystemDescriptor()
-
-
Method Details