Package jetbrains.buildServer.util
Class OptionValue<T>
- java.lang.Object
-
- jetbrains.buildServer.util.OptionValue<T>
-
public class OptionValue<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description OptionValue(Option<T> option, T value)
OptionValue(Option<T> option, T value, ControlDescription parsedSpec)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
compareByKey(Option left, Option right)
Option<T>
getOption()
String
getRawSpec()
ControlDescription
getSpec()
String
getStringValue()
T
getValue()
boolean
isChanged()
String
toString()
-
-
-
Method Detail
-
getSpec
@Nullable public ControlDescription getSpec()
-
getValue
@Nullable public T getValue()
-
getStringValue
@Nullable public String getStringValue()
-
isChanged
public boolean isChanged()
-
getRawSpec
@Nullable public String getRawSpec()
-
-