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