Uses of Class
org.jenkinsci.plugins.matrixauth.inheritance.InheritanceStrategy
Packages that use InheritanceStrategy
Package
Description
-
Uses of InheritanceStrategy in com.cloudbees.hudson.plugins.folder.properties
Methods in com.cloudbees.hudson.plugins.folder.properties that return InheritanceStrategyMethods in com.cloudbees.hudson.plugins.folder.properties with parameters of type InheritanceStrategyModifier and TypeMethodDescriptionvoid
AuthorizationMatrixProperty.setInheritanceStrategy
(InheritanceStrategy inheritanceStrategy) -
Uses of InheritanceStrategy in hudson.security
Methods in hudson.security that return InheritanceStrategyMethods in hudson.security with parameters of type InheritanceStrategyModifier and TypeMethodDescriptionvoid
AuthorizationMatrixProperty.setInheritanceStrategy
(InheritanceStrategy inheritanceStrategy) Constructors in hudson.security with parameters of type InheritanceStrategyModifierConstructorDescriptionAuthorizationMatrixProperty
(Map<Permission, Set<PermissionEntry>> grantedPermissions, InheritanceStrategy inheritanceStrategy) -
Uses of InheritanceStrategy in org.jenkinsci.plugins.matrixauth
Methods in org.jenkinsci.plugins.matrixauth that return InheritanceStrategyModifier and TypeMethodDescriptionAuthorizationMatrixNodeProperty.getInheritanceStrategy()
AuthorizationProperty.getInheritanceStrategy()
Methods in org.jenkinsci.plugins.matrixauth with parameters of type InheritanceStrategyModifier and TypeMethodDescriptionvoid
AuthorizationMatrixNodeProperty.setInheritanceStrategy
(InheritanceStrategy inheritanceStrategy) void
AuthorizationProperty.setInheritanceStrategy
(InheritanceStrategy inheritanceStrategy) -
Uses of InheritanceStrategy in org.jenkinsci.plugins.matrixauth.inheritance
Subclasses of InheritanceStrategy in org.jenkinsci.plugins.matrixauth.inheritanceModifier and TypeClassDescriptionclass
Strategy that inherits only the global ACL -- parent, grandparent, etc.class
Strategy that inherits the ACL from the parent.class
Strategy that disables inheritance except for the globally defined Administer permission.Methods in org.jenkinsci.plugins.matrixauth.inheritance that return types with arguments of type InheritanceStrategy