|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<ParameterDefinition>
hudson.model.ParameterDefinition.ParameterDescriptor
hudson.model.PasswordParameterDefinition.ParameterDescriptorImpl
@Extension public static final class PasswordParameterDefinition.ParameterDescriptorImpl
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 |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
PasswordParameterDefinition.ParameterDescriptorImpl()
|
Method Summary | |
---|---|
String |
getDisplayName()
Human readable name of this kind of configurable object. |
String |
getHelpFile()
Returns the resource path to the help screen HTML, if any. |
Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor |
---|
getValuePage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PasswordParameterDefinition.ParameterDescriptorImpl()
Method Detail |
---|
public String getDisplayName()
Descriptor
getDisplayName
in class ParameterDefinition.ParameterDescriptor
public String getHelpFile()
Descriptor
Starting 1.282, this method uses "convention over configuration" — you should just put the "help.html" (and its localized versions, if any) in the same directory you put your Jelly view files, and this method will automatically does the right thing.
This value is relative to the context root of Hudson, so normally the values are something like "/plugin/emma/help.html" to refer to static resource files in a plugin, or "/publisher/EmmaPublisher/abc" to refer to Jelly script abc.jelly or a method EmmaPublisher.doAbc().
getHelpFile
in class Descriptor<ParameterDefinition>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |