Uses of Class
hudson.security.PermissionScope

Packages that use PermissionScope
hudson.security Security-related code. 
 

Uses of PermissionScope in hudson.security
 

Fields in hudson.security declared as PermissionScope
static PermissionScope PermissionScope.COMPUTER
          Permissions scoped to current instances of Computers.
static PermissionScope PermissionScope.ITEM
          Permissions scoped to Items (including Jobs and other subtypes)
static PermissionScope PermissionScope.ITEM_GROUP
          Permissions scoped to containers of Items.
static PermissionScope PermissionScope.JENKINS
          Permissions scoped to the entire Jenkins instance.
static PermissionScope PermissionScope.RUN
          Permissions scoped to Runs (including Builds and other subtypes)
 

Methods in hudson.security with parameters of type PermissionScope
 boolean PermissionGroup.hasPermissionContainedBy(PermissionScope scope)
           
 boolean PermissionScope.isContainedBy(PermissionScope s)
          Returns true if this scope is directly or indirectly contained by the given scope.
 boolean Permission.isContainedBy(PermissionScope s)
          Checks if this permission is contained in the specified scope, (either directly or indirectly.)
 

Constructors in hudson.security with parameters of type PermissionScope
Permission(PermissionGroup group, String name, org.jvnet.localizer.Localizable description, Permission impliedBy, boolean enable, PermissionScope[] scopes)
          Defines a new permission.
Permission(PermissionGroup group, String name, org.jvnet.localizer.Localizable description, Permission impliedBy, PermissionScope scope)
           
PermissionScope(Class modelClass, PermissionScope... containers)
           
 



Copyright © 2004-2013. All Rights Reserved.