Package org.jenkinsci.plugins.yamlaxis
Class YamlMatrixExecutionStrategy.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<hudson.matrix.MatrixExecutionStrategy>
hudson.matrix.MatrixExecutionStrategyDescriptor
org.jenkinsci.plugins.yamlaxis.YamlMatrixExecutionStrategy.DescriptorImpl
- Enclosing class:
- YamlMatrixExecutionStrategy
@Extension
public static class YamlMatrixExecutionStrategy.DescriptorImpl
extends hudson.matrix.MatrixExecutionStrategyDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoCheckYamlFile
(String value) doCheckYamlText
(String value) newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Methods inherited from class hudson.matrix.MatrixExecutionStrategyDescriptor
all
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, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<hudson.matrix.MatrixExecutionStrategy>
-
newInstance
public YamlMatrixExecutionStrategy newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) - Overrides:
newInstance
in classDescriptor<hudson.matrix.MatrixExecutionStrategy>
-
doCheckYamlFile
-
doCheckYamlText
-