|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.ParameterValue
hudson.model.StringParameterValue
hudson.model.TextParameterValue
public class TextParameterValue
Field Summary |
---|
Fields inherited from class hudson.model.StringParameterValue |
---|
value |
Fields inherited from class hudson.model.ParameterValue |
---|
name |
Constructor Summary | |
---|---|
TextParameterValue(String name,
String value)
|
|
TextParameterValue(String name,
String value,
String description)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class hudson.model.StringParameterValue |
---|
buildEnvVars, createVariableResolver, equals, getShortDescription, hashCode |
Methods inherited from class hudson.model.ParameterValue |
---|
buildEnvVars, createBuildWrapper, getAssignedLabel, getDefinition, getDescription, getName, isSensitive, setDescription |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@DataBoundConstructor public TextParameterValue(String name, String value)
public TextParameterValue(String name, String value, String description)
Method Detail |
---|
public String toString()
toString
in class StringParameterValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |