Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.queue | |
hudson.scm |
Hudson's interface with source code management systems.
|
hudson.security |
Security-related code.
|
hudson.slaves |
Code related to slaves.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
ACL |
AbstractItem.getACL()
Returns the
ACL for this object. |
ACL |
User.getACL() |
ACL |
Computer.getACL() |
ACL |
Node.getACL() |
ACL |
MyViewsProperty.getACL() |
ACL |
Job.getACL()
Returns the
ACL for this object. |
ACL |
Run.getACL() |
protected abstract ACL |
TaskAction.getACL()
Gets the
ACL against which TaskAction.getPermission() is checked. |
ACL |
View.getACL()
Returns the
ACL for this object. |
Modifier and Type | Field and Description |
---|---|
ACL |
MappingWorksheet.ExecutorChunk.nodeAcl |
Modifier and Type | Method and Description |
---|---|
protected ACL |
AbstractScmTagAction.getACL() |
Modifier and Type | Class and Description |
---|---|
class |
SidACL
|
class |
SparseACL
Access control list.
|
Modifier and Type | Method and Description |
---|---|
ACL |
AccessControlled.getACL()
Obtains the ACL associated with this object.
|
ACL |
HudsonPrivateSecurityRealm.getACL() |
ACL |
AuthorizationStrategy.getACL(AbstractItem item)
Implementation can choose to provide different ACL for different items.
|
ACL |
AuthorizationStrategy.getACL(AbstractProject<?,?> project)
Deprecated.
since 1.277
Override
AuthorizationStrategy.getACL(Job) instead. |
ACL |
AuthorizationStrategy.getACL(Cloud cloud)
Implementation can choose to provide different ACL for different
Cloud s. |
ACL |
AuthorizationStrategy.getACL(Computer computer)
Implementation can choose to provide different ACL for different computers.
|
ACL |
AuthorizationStrategy.getACL(Job<?,?> project) |
ACL |
AuthorizationStrategy.getACL(Node node) |
ACL |
AuthorizationStrategy.getACL(User user)
Implementation can choose to provide different ACL per user.
|
ACL |
AuthorizationStrategy.getACL(View item)
Implementation can choose to provide different ACL for different views.
|
ACL |
FullControlOnceLoggedInAuthorizationStrategy.getRootACL() |
abstract ACL |
AuthorizationStrategy.getRootACL()
|
ACL |
AuthorizationStrategy.Unsecured.getRootACL() |
ACL |
LegacyAuthorizationStrategy.getRootACL() |
Constructor and Description |
---|
SparseACL(ACL parent) |
Modifier and Type | Method and Description |
---|---|
ACL |
Cloud.getACL() |
Modifier and Type | Method and Description |
---|---|
ACL |
Jenkins.getACL()
Returns the root
ACL . |
Modifier and Type | Method and Description |
---|---|
static void |
Jenkins._doScript(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
javax.servlet.RequestDispatcher view,
hudson.remoting.VirtualChannel channel,
ACL acl) |
Copyright © 2017. All rights reserved.