Uses of Class
io.jenkins.plugins.folderauth.roles.GlobalRole
Packages that use GlobalRole
Package
Description
-
Uses of GlobalRole in io.jenkins.plugins.folderauth
Methods in io.jenkins.plugins.folderauth that return types with arguments of type GlobalRoleModifier and TypeMethodDescriptionFolderAuthorizationStrategyManagementLink.getGlobalRoles()
FolderBasedAuthorizationStrategy.getGlobalRoles()
Returns theGlobalRole
s on which thisAuthorizationStrategy
works.Methods in io.jenkins.plugins.folderauth with parameters of type GlobalRoleModifier and TypeMethodDescriptionstatic void
FolderAuthorizationStrategyAPI.addGlobalRole
(GlobalRole role) Adds aGlobalRole
to theFolderBasedAuthorizationStrategy
.Constructor parameters in io.jenkins.plugins.folderauth with type arguments of type GlobalRoleModifierConstructorDescriptionFolderBasedAuthorizationStrategy
(Set<GlobalRole> globalRoles, Set<FolderRole> folderRoles, Set<AgentRole> agentRoles) -
Uses of GlobalRole in io.jenkins.plugins.folderauth.acls
Constructor parameters in io.jenkins.plugins.folderauth.acls with type arguments of type GlobalRoleModifierConstructorDescriptionGlobalAclImpl
(Set<GlobalRole> globalRoles) Initializes the ACL objects and preemptively calculates all permissions for all sids. -
Uses of GlobalRole in io.jenkins.plugins.folderauth.misc
Methods in io.jenkins.plugins.folderauth.misc that return GlobalRole