Uses of Enum Class
com.syhuang.hudson.plugins.listgitbranchesparameter.SelectedValue
-
Uses of SelectedValue in com.syhuang.hudson.plugins.listgitbranchesparameter
Methods in com.syhuang.hudson.plugins.listgitbranchesparameter that return SelectedValueModifier and TypeMethodDescriptionListGitBranchesParameterDefinition.getSelectedValue()static SelectedValueReturns 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 com.syhuang.hudson.plugins.listgitbranchesparameter with parameters of type SelectedValueModifierConstructorDescriptionListGitBranchesParameterDefinition(String name, String description, String remoteURL, String credentialsId, String defaultValue, com.syhuang.hudson.plugins.listgitbranchesparameter.SortMode sortMode, SelectedValue selectedValue, Boolean quickFilterEnabled, String type, String tagFilter, String branchFilter, String listSize)