Class ExecutionManagerConfig
- java.lang.Object
-
- hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
-
- jenkins.model.GlobalConfiguration
-
- com.worksoft.jenkinsci.plugins.em.config.ExecutionManagerConfig
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<jenkins.model.GlobalConfiguration>
,hudson.model.Saveable
,jenkins.util.io.OnMaster
@Extension public class ExecutionManagerConfig extends jenkins.model.GlobalConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description ExecuteRequestEMConfig
emConfig
-
Constructor Summary
Constructors Constructor Description ExecutionManagerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
hudson.util.FormValidation
doValidate(ExecuteRequestEMConfig altConfig)
Checks if the provided values are valid.ExecuteRequestEMConfig
getEmConfig()
void
setEmConfig(ExecuteRequestEMConfig emConfig)
-
Methods inherited from class jenkins.model.GlobalConfiguration
all, getDescriptor, getGlobalConfigPage
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
-
-
-
-
Field Detail
-
emConfig
public ExecuteRequestEMConfig emConfig
-
-
Method Detail
-
getEmConfig
public ExecuteRequestEMConfig getEmConfig()
-
setEmConfig
public void setEmConfig(ExecuteRequestEMConfig emConfig)
-
doValidate
public hudson.util.FormValidation doValidate(@QueryParameter ExecuteRequestEMConfig altConfig)
Checks if the provided values are valid.- Parameters:
altConfig
- The alternate EM server config to validate- Returns:
- true if config is valid, false otherwise
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
- Overrides:
configure
in classjenkins.model.GlobalConfiguration
- Throws:
hudson.model.Descriptor.FormException
-
-