|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ViewProperty 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 | |
---|---|
ViewPropertyDescriptor(Class<? extends ViewProperty> clazz)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |