Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.security |
Security-related code.
|
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) |
boolean |
ViewDescriptor.isApplicableIn(ViewGroup owner)
|
boolean |
AllView.DescriptorImpl.isApplicableIn(ViewGroup owner) |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewDescriptor.isApplicable(Class<? extends ViewGroup> ownerType)
|
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 | Method and Description |
---|---|
void |
ACL.checkCreatePermission(ViewGroup c,
ViewDescriptor d)
Checks if the current security principal has the permission to create views within the specified view group.
|
boolean |
ACL.hasCreatePermission(org.acegisecurity.Authentication a,
ViewGroup c,
ViewDescriptor d)
Checks if the given principal has the permission to create views within the specified view group.
|
Modifier and Type | Class and Description |
---|---|
class |
Jenkins
Root object of the system.
|
Copyright © 2004–2017. All rights reserved.