Uses of Enum Class
net.uaznia.lukanus.hudson.plugins.gitparameter.SelectedValue
Packages that use SelectedValue
-
Uses of SelectedValue in net.uaznia.lukanus.hudson.plugins.gitparameter
Methods in net.uaznia.lukanus.hudson.plugins.gitparameter that return SelectedValueModifier 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.Constructors in net.uaznia.lukanus.hudson.plugins.gitparameter with parameters of type SelectedValueModifierConstructorDescriptionGitParameterDefinition
(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)