Uses of Class
hudson.model.ViewProperty
-
Packages that use ViewProperty Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of ViewProperty in hudson.model
Methods in hudson.model that return ViewProperty Modifier and Type Method Description ViewProperty
ViewPropertyDescriptor. newInstance(View view)
Creates a default instance ofViewProperty
to be associated withView
object that wasn't created from a persisted XML data.ViewProperty
ViewProperty. reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form)
Methods in hudson.model that return types with arguments of type ViewProperty Modifier and Type Method Description static DescriptorExtensionList<ViewProperty,ViewPropertyDescriptor>
ViewProperty. all()
List<ViewProperty>
View. getAllProperties()
List of allViewProperty
s exposed primarily for the remoting API.DescribableList<ViewProperty,ViewPropertyDescriptor>
View. getProperties()
Gets the view properties configured for this view.Constructor parameters in hudson.model with type arguments of type ViewProperty Constructor Description ViewPropertyDescriptor(Class<? extends ViewProperty> clazz)
-