|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.model.AbstractDescribableImpl<GlobalTextareaChoiceListEntry>
jp.ikedam.jenkins.plugins.extensible_choice_parameter.GlobalTextareaChoiceListEntry
public class GlobalTextareaChoiceListEntry
A set of choices that can be used in Global Choice Parameter. Holds a name and a list of choices. Added in the System Configuration page.
| 入れ子のクラスの概要 | |
|---|---|
static class |
GlobalTextareaChoiceListEntry.DescriptorImpl
The internal class to work with views. |
| コンストラクタの概要 | |
|---|---|
GlobalTextareaChoiceListEntry(String name,
String choiceListText,
boolean allowAddEditedValue)
Constructor instantiating with parameters in the configuration page. |
|
| メソッドの概要 | |
|---|---|
void |
addEditedValue(String value)
|
boolean |
equals(Object o)
|
List<String> |
getChoiceList()
The list of choices. |
String |
getChoiceListText()
The list of choices, joined into a string. |
String |
getName()
the name of this set of choices. |
static Pattern |
getNamePattern()
|
boolean |
isAllowAddEditedValue()
Return whether users can add a new value by building a job using this choice list. |
boolean |
isValid()
Returns whether this object is configured correctly. |
protected void |
setChoiceList(List<String> choiceList)
Set choiceList |
String |
toString()
|
| クラス hudson.model.AbstractDescribableImpl から継承されたメソッド |
|---|
getDescriptor |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
@DataBoundConstructor
public GlobalTextareaChoiceListEntry(String name,
String choiceListText,
boolean allowAddEditedValue)
name - the name of this set of choices.choiceListText - the text where choices are written in each line.allowAddEditedValue - whether users can add a new value by building a job using this choice list.| メソッドの詳細 |
|---|
public static Pattern getNamePattern()
public String getName()
public List<String> getChoiceList()
public String getChoiceListText()
protected void setChoiceList(List<String> choiceList)
choiceList - the choiceList to setpublic boolean isAllowAddEditedValue()
public boolean isValid()
public void addEditedValue(String value)
value - public boolean equals(Object o)
Object 内の equalso -
Object.equals(java.lang.Object)public String toString()
Object 内の toStringObject.toString()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||