Uses of Class
hudson.model.ViewPropertyDescriptor
-
Packages that use ViewPropertyDescriptor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of ViewPropertyDescriptor in hudson.model
Methods in hudson.model that return ViewPropertyDescriptor Modifier and Type Method Description ViewPropertyDescriptor
ViewProperty. getDescriptor()
Methods in hudson.model that return types with arguments of type ViewPropertyDescriptor Modifier and Type Method Description static DescriptorExtensionList<ViewProperty,ViewPropertyDescriptor>
ViewProperty. all()
List<ViewPropertyDescriptor>
View. getApplicablePropertyDescriptors()
Returns all theViewPropertyDescriptor
s that can be potentially configured on this view.DescribableList<ViewProperty,ViewPropertyDescriptor>
View. getProperties()
Gets the view properties configured for this view.List<ViewPropertyDescriptor>
View. getVisiblePropertyDescriptors()
-