Package | Description |
---|---|
com.michelin.cio.hudson.plugins.rolestrategy | |
com.synopsys.arc.jenkins.plugins.rolestrategy | |
com.synopsys.arc.jenkins.plugins.rolestrategy.macros |
Modifier and Type | Method and Description |
---|---|
RoleType |
RoleStrategyConfig.getGlobalRoleType() |
RoleType |
RoleStrategyConfig.getProjectRoleType() |
RoleType |
RoleStrategyConfig.getSlaveRoleType() |
Modifier and Type | Method and Description |
---|---|
hudson.security.SidACL |
RoleMap.getACL(RoleType roleType,
hudson.security.AccessControlled controlledItem)
Get the ACL for the current
RoleMap . |
Modifier and Type | Method and Description |
---|---|
static RoleType |
RoleType.fromString(String roleName)
Get Role Type for
RoleBasedAuthorizationStrategy 's item |
static RoleType |
RoleType.FromString(String roleName)
Deprecated.
Naming convention violation, use
fromString(java.lang.String) . |
static RoleType |
RoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleType[] |
RoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IMacroExtension.hasPermission(String sid,
hudson.security.Permission p,
RoleType type,
hudson.security.AccessControlled item,
Macro macro)
Check if user belongs to specified Macro
|
boolean |
IMacroExtension.IsApplicable(RoleType roleType)
Check if the macro extension is applicable to specified role type
|
Modifier and Type | Method and Description |
---|---|
boolean |
BuildableJobMacro.hasPermission(String sid,
hudson.security.Permission p,
RoleType type,
hudson.security.AccessControlled item,
Macro macro) |
boolean |
StubMacro.hasPermission(String sid,
hudson.security.Permission p,
RoleType type,
hudson.security.AccessControlled item,
Macro macro) |
boolean |
LoggedUserMacro.hasPermission(String sid,
hudson.security.Permission p,
RoleType type,
hudson.security.AccessControlled item,
Macro macro)
Deprecated.
|
boolean |
BuildableJobMacro.IsApplicable(RoleType roleType) |
boolean |
StubMacro.IsApplicable(RoleType roleType) |
boolean |
LoggedUserMacro.IsApplicable(RoleType roleType)
Deprecated.
|
Copyright © 2016–2018. All rights reserved.