|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewGroup | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
jenkins.model | |
org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
Uses of ViewGroup in hudson.model |
---|
Classes in hudson.model that implement ViewGroup | |
---|---|
class |
AbstractCIBase
|
class |
Hudson
|
class |
MyViewsProperty
A UserProperty that remembers user-private views. |
class |
TreeView
EXPERIMENTAL |
Fields in hudson.model declared as ViewGroup | |
---|---|
protected ViewGroup |
View.owner
Container of this view. |
Methods in hudson.model that return ViewGroup | |
---|---|
ViewGroup |
View.getOwner()
Gets the ViewGroup that this view belongs to. |
Methods in hudson.model with parameters of type ViewGroup | |
---|---|
static View |
View.create(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
ViewGroup owner)
|
Constructors in hudson.model with parameters of type ViewGroup | |
---|---|
AllView(String name,
ViewGroup owner)
|
|
ListView(String name,
ViewGroup owner)
|
|
MyView(String name,
ViewGroup owner)
|
|
View(String name,
ViewGroup owner)
|
|
ViewGroupMixIn(ViewGroup owner)
|
Uses of ViewGroup in jenkins.model |
---|
Classes in jenkins.model that implement ViewGroup | |
---|---|
class |
Jenkins
Root object of the system. |
Uses of ViewGroup in org.jvnet.hudson.test |
---|
Classes in org.jvnet.hudson.test that implement ViewGroup | |
---|---|
class |
MockFolder
Minimal implementation of a modifiable item group akin to the CloudBees Folders plugin. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |