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 theGlobalRoles on which thisAuthorizationStrategyworks.Methods in io.jenkins.plugins.folderauth with parameters of type GlobalRoleModifier and TypeMethodDescriptionstatic voidFolderAuthorizationStrategyAPI.addGlobalRole(GlobalRole role) Adds aGlobalRoleto 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