Class ExecuteRequestParameter.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<ExecuteRequestParameter>
-
- com.worksoft.jenkinsci.plugins.em.ExecuteRequestParameter.DescriptorImpl
-
- All Implemented Interfaces:
hudson.model.Saveable
,jenkins.util.io.OnMaster
- Enclosing class:
- ExecuteRequestParameter
@Symbol("emParam") @Extension public static class ExecuteRequestParameter.DescriptorImpl extends hudson.model.Descriptor<ExecuteRequestParameter>
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hudson.util.FormValidation
doCheckKey(java.lang.String key)
hudson.util.FormValidation
doCheckValue(java.lang.String value)
java.lang.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 java.lang.String getDisplayName()
- Overrides:
getDisplayName
in classhudson.model.Descriptor<ExecuteRequestParameter>
-
doCheckKey
public hudson.util.FormValidation doCheckKey(@QueryParameter java.lang.String key)
-
doCheckValue
public hudson.util.FormValidation doCheckValue(@QueryParameter java.lang.String value)
-
-