Class GrantedRoles
java.lang.Object
org.jenkinsci.plugins.rolestrategy.casc.GrantedRoles
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class GrantedRoles
extends Object
Casc wrapper for Roles.
- Since:
- 2.11
- Author:
- Nicolas De Loof
-
Constructor Summary
ConstructorDescriptionGrantedRoles
(Set<RoleDefinition> global, Set<RoleDefinition> items, Set<RoleDefinition> agents) Create GrantedRoles. -
Method Summary
-
Constructor Details
-
GrantedRoles
@DataBoundConstructor public GrantedRoles(Set<RoleDefinition> global, Set<RoleDefinition> items, Set<RoleDefinition> agents) Create GrantedRoles.- Parameters:
global
- List of global Rolesitems
- List of item Rolesagents
- List of agent Roles
-
-
Method Details
-
toMap
-
getGlobal
-
getItems
-
getAgents
-