Uses of Class
hudson.model.ViewProperty

Packages that use ViewProperty
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of ViewProperty in hudson.model
 

Methods in hudson.model that return ViewProperty
 ViewProperty ViewPropertyDescriptor.newInstance(View view)
          Creates a default instance of ViewProperty to be associated with View 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
static DescriptorExtensionList<ViewProperty,ViewPropertyDescriptor> ViewProperty.all()
           
 List<ViewProperty> View.getAllProperties()
          List of all ViewPropertys 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
ViewPropertyDescriptor(Class<? extends ViewProperty> clazz)
           
 



Copyright © 2004-2013. All Rights Reserved.