|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.Descriptor<hudson.matrix.Axis>
hudson.matrix.AxisDescriptor
ca.silvermaplesolutions.jenkins.plugins.daxis.DynamicAxis.DescriptorImpl
@Extension public static class DynamicAxis.DescriptorImpl
Descriptor for this plugin.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
DynamicAxis.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
hudson.util.FormValidation |
doCheckValueString(String value)
Ensures the value is a valid environment variable. |
String |
getDisplayName()
Overridden to provide our own display name. |
hudson.matrix.Axis |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Overridden to create a new instance of our Axis extension from UI values. |
| Methods inherited from class hudson.matrix.AxisDescriptor |
|---|
doCheckName, isInstantiable |
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicAxis.DescriptorImpl()
| Method Detail |
|---|
public hudson.matrix.Axis newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.matrix.Axis>hudson.model.Descriptor.FormExceptionDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest,
net.sf.json.JSONObject)public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.matrix.Axis>Descriptor.getDisplayName()
public hudson.util.FormValidation doCheckValueString(@QueryParameter
String value)
value -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||