| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| jenkins.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModifiableViewGroup
ViewGroup that can be modified. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCIBase |
class |
Hudson |
class |
MyViewsProperty
A UserProperty that remembers user-private views.
|
class |
TreeView
EXPERIMENTAL
|
| Modifier and Type | Field and Description |
|---|---|
protected ViewGroup |
View.owner
Container of this view.
|
| Modifier and Type | Method and Description |
|---|---|
ViewGroup |
View.getOwner()
Gets the
ViewGroup that this view belongs to. |
| Modifier and Type | Method and Description |
|---|---|
static View |
View.create(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
ViewGroup owner) |
| Constructor and Description |
|---|
AllView(String name,
ViewGroup owner) |
ListView(String name,
ViewGroup owner) |
MyView(String name,
ViewGroup owner) |
View(String name,
ViewGroup owner) |
ViewGroupMixIn(ViewGroup owner) |
| Modifier and Type | Class and Description |
|---|---|
class |
Jenkins
Root object of the system.
|
Copyright © 2019. All rights reserved.