Uses of Enum Class
net.uaznia.lukanus.hudson.plugins.gitparameter.SelectedValue
-
Uses of SelectedValue in net.uaznia.lukanus.hudson.plugins.gitparameter
Modifier and TypeMethodDescriptionGitParameterDefinition.getSelectedValue()
static SelectedValue
Returns the enum constant of this class with the specified name.static SelectedValue[]
SelectedValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionGitParameterDefinition
(String name, String type, String defaultValue, String description, String branch, String branchFilter, String tagFilter, net.uaznia.lukanus.hudson.plugins.gitparameter.SortMode sortMode, SelectedValue selectedValue, String useRepository, Boolean quickFilterEnabled)