Class WwSelectOption
- java.lang.Object
-
- com.atlassian.bamboo.webwork.util.WwSelectOption
-
public class WwSelectOption extends Object
-
-
Constructor Summary
Constructors Constructor Description WwSelectOption(@NotNull String displayName, String group)
WwSelectOption(@NotNull String displayName, String group, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getDisplayName()
String
getGroup()
@NotNull String
getValue()
-