| Package | Description |
|---|---|
| com.atlassian.jira.mock | |
| com.atlassian.jira.security.roles | |
| com.atlassian.jira.security.roles.actor |
| Modifier and Type | Method and Description |
|---|---|
ProjectRoleActor |
MockProjectRoleManager.MockRoleActorFactory.createRoleActor(Long id,
Long projectRoleId,
Long projectId,
String type,
String parameter) |
void |
MockProjectRoleManager.MockRoleActor.setParameter(String parameter) |
| Constructor and Description |
|---|
MockRoleActor(Long id,
Long projectRoleId,
Long projectId,
Set<ApplicationUser> users,
String type,
String parameter) |
| Modifier and Type | Method and Description |
|---|---|
ProjectRoleActor |
PluginDelegatingRoleActorFactory.createRoleActor(Long id,
Long projectRoleId,
Long projectId,
String type,
String parameter) |
ProjectRoleActor |
RoleActorFactory.createRoleActor(Long id,
Long projectRoleId,
Long projectId,
String type,
String parameter)
Create instance of the ProjectRoleActor representing a role actor stored in the database.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectRoleActor |
GroupRoleActorFactory.createRoleActor(Long id,
Long projectRoleId,
Long projectId,
String type,
String groupName) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.