|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<hudson.model.ParameterDefinition>
hudson.model.ParameterDefinition.ParameterDescriptor
com.seitenbau.jenkins.plugins.dynamicparameter.ScriptParameterDefinition.BaseDescriptor
public static class ScriptParameterDefinition.BaseDescriptor
Base parameter descriptor.
| 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 | |
|---|---|
ScriptParameterDefinition.BaseDescriptor()
|
|
| Method Summary | |
|---|---|
hudson.model.AutoCompletionCandidates |
doAutoCompleteClassPath(String value)
Auto-complete class path selection field. |
static String[] |
splitClassPaths(String value)
Split a string of class paths into separate values. |
| Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor |
|---|
getDisplayName, getValuePage |
| 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, getPossibleViewNames, 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 |
| Constructor Detail |
|---|
public ScriptParameterDefinition.BaseDescriptor()
| Method Detail |
|---|
public hudson.model.AutoCompletionCandidates doAutoCompleteClassPath(@QueryParameter
String value)
value - entered value
public static String[] splitClassPaths(String value)
value - concatenated class paths
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||