com.pmease.quickbuild.variable
Class PromptAsMultiSelectionBox
java.lang.Object
com.pmease.quickbuild.variable.PromptSetting
com.pmease.quickbuild.variable.PromptAsMultiSelectionBox
- All Implemented Interfaces:
- java.io.Serializable
public class PromptAsMultiSelectionBox
- extends PromptSetting
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getChoices()
|
java.lang.String |
getPropertyDef(java.lang.String name,
int index)
|
void |
setChoices(java.lang.String choices)
|
static java.util.List<java.lang.String> |
toList(java.lang.String choices,
java.lang.Long configurationId,
java.lang.Long buildId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromptAsMultiSelectionBox
public PromptAsMultiSelectionBox()
getChoices
@NotEmpty
public java.lang.String getChoices()
setChoices
public void setChoices(java.lang.String choices)
getPropertyDef
public java.lang.String getPropertyDef(java.lang.String name,
int index)
- Specified by:
getPropertyDef
in class PromptSetting
toList
public static java.util.List<java.lang.String> toList(java.lang.String choices,
java.lang.Long configurationId,
java.lang.Long buildId)
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.