|
||||||||||
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
jenkins.plugins.shiningpanda.matrix.PythonAxis.DescriptorImpl
@Extension public static class PythonAxis.DescriptorImpl
Descriptor for this axis.
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 | |
---|---|
static boolean |
HOSTED
Let Jelly access the hosted flag. |
static PythonAxisTree |
TREE
Store a tree helper. |
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
PythonAxis.DescriptorImpl()
|
Method Summary | |
---|---|
String |
buildCheckBox(PythonInstallation installation)
Build the tree check box |
String |
getDisplayName()
|
String |
getHelpFile()
|
PythonInstallation[] |
getInstallations()
Get the list of PYTHON installations. |
boolean |
isInstantiable()
|
String |
jsStringEscape(String body)
Escape strings |
String |
jsStringEscape(String body,
Object... args)
Escape strings |
Methods inherited from class hudson.matrix.AxisDescriptor |
---|
doCheckName |
Methods inherited from class hudson.model.Descriptor |
---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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 |
Field Detail |
---|
public static boolean HOSTED
public static PythonAxisTree TREE
Constructor Detail |
---|
public PythonAxis.DescriptorImpl()
Method Detail |
---|
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.matrix.Axis>
public String getHelpFile()
getHelpFile
in class hudson.model.Descriptor<hudson.matrix.Axis>
public boolean isInstantiable()
isInstantiable
in class hudson.matrix.AxisDescriptor
public PythonInstallation[] getInstallations()
public String jsStringEscape(String body, Object... args)
body
- The bodyargs
- The arguments
public String jsStringEscape(String body)
body
- The body
public String buildCheckBox(PythonInstallation installation)
installation
- The PYTHON installation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |