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 TypeMethodDescriptionvoidAuthorizationMatrixProperty.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 TypeMethodDescriptionvoidAuthorizationMatrixProperty.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 TypeMethodDescriptionvoidAuthorizationMatrixNodeProperty.setInheritanceStrategy(InheritanceStrategy inheritanceStrategy) voidAuthorizationProperty.setInheritanceStrategy(InheritanceStrategy inheritanceStrategy) -
Uses of InheritanceStrategy in org.jenkinsci.plugins.matrixauth.inheritance
Subclasses of InheritanceStrategy in org.jenkinsci.plugins.matrixauth.inheritanceModifier and TypeClassDescriptionclassStrategy that inherits only the global ACL -- parent, grandparent, etc.classStrategy that inherits the ACL from the parent.classStrategy 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