Uses of Class
hudson.util.ListBoxModel
-
Packages that use ListBoxModel Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.util Other miscellaneous utility code -
-
Uses of ListBoxModel in hudson.model
Methods in hudson.model that return ListBoxModel Modifier and Type Method Description ListBoxModel
TimeZoneProperty.DescriptorImpl. doFillTimeZoneNameItems(User user)
-
Uses of ListBoxModel in hudson.util
Methods in hudson.util that return ListBoxModel Modifier and Type Method Description ListBoxModel
ListBoxModel. add(String nameAndValue)
A version of theadd(String, String)
method where the display name and the value are the same.
-