Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
ViewPropertyDescriptor(Class<? extends ViewProperty> clazz) |
Copyright © 2015. All rights reserved.