Package | Description |
---|---|
com.cloudbees.hudson.plugins.folder.properties | |
hudson.security | |
org.jenkinsci.plugins.matrixauth | |
org.jenkinsci.plugins.matrixauth.inheritance |
Modifier and Type | Method and Description |
---|---|
InheritanceStrategy |
AuthorizationMatrixProperty.getInheritanceStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationMatrixProperty.setInheritanceStrategy(InheritanceStrategy inheritanceStrategy) |
Modifier and Type | Method and Description |
---|---|
InheritanceStrategy |
AuthorizationMatrixProperty.getInheritanceStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationMatrixProperty.setInheritanceStrategy(InheritanceStrategy inheritanceStrategy) |
Modifier and Type | Method and Description |
---|---|
InheritanceStrategy |
AuthorizationMatrixNodeProperty.getInheritanceStrategy() |
InheritanceStrategy |
AuthorizationProperty.getInheritanceStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationMatrixNodeProperty.setInheritanceStrategy(InheritanceStrategy inheritanceStrategy) |
void |
AuthorizationProperty.setInheritanceStrategy(InheritanceStrategy inheritanceStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
InheritGlobalStrategy
Strategy that inherits only the global ACL -- parent, grandparent, etc.
|
class |
InheritParentStrategy
Strategy that inherits the ACL from the parent.
|
class |
NonInheritingStrategy
Strategy that disables inheritance except for the globally defined Administer permission.
|
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<InheritanceStrategy,InheritanceStrategyDescriptor> |
InheritanceStrategyDescriptor.all() |
Copyright © 2016–2021. All rights reserved.