Uses of Class
hudson.model.ViewProperty
Packages that use ViewProperty
-
Uses of ViewProperty in hudson.model
Methods in hudson.model that return ViewPropertyModifier and TypeMethodDescriptionViewPropertyDescriptor.newInstance
(View view) Creates a default instance ofViewProperty
to be associated withView
object that wasn't created from a persisted XML data.ViewProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) ViewProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.Methods in hudson.model that return types with arguments of type ViewPropertyModifier and TypeMethodDescriptionViewProperty.all()
View.getAllProperties()
List of allViewProperty
s exposed primarily for the remoting API.View.getProperties()
Gets the view properties configured for this view.Constructor parameters in hudson.model with type arguments of type ViewPropertyModifierConstructorDescriptionprotected
ViewPropertyDescriptor
(Class<? extends ViewProperty> clazz)