|
Class Summary |
| AddActorsToProjectRole |
Jelly Tag that will add 'actors' to a ProjectRole. |
| AddDefaultActorsToProjectRole |
Jelly Tag that will add default 'actors' to a ProjectRole. |
| CreateProjectRole |
Creates a ProjectRole, a Jelly front end to
ProjectRoleService.createProjectRole(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) . |
| DeleteProjectRole |
This Jelly Tag will delete a project role from the system. |
| GetDefaultRoleActors |
Copyright All Rights Reserved. |
| GetProjectRole |
Copyright All Rights Reserved. |
| GetProjectRoleActors |
Copyright All Rights Reserved. |
| GetProjectRoles |
Copyright All Rights Reserved. |
| IsProjectRoleNameUnique |
Jelly tag that provides jelly access to ProjectRoleService.isProjectRoleNameUnique(com.atlassian.crowd.embedded.api.User, String, com.atlassian.jira.util.ErrorCollection) |
| ProjectRoleTagSupport |
Copyright All Rights Reserved. |
| RemoveActorsFromProjectRole |
Jelly tag for ProjectRoleService.removeActorsFromProjectRole(com.atlassian.crowd.embedded.api.User, java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, String, com.atlassian.jira.util.ErrorCollection) |
| RemoveDefaultActorsFromProjectRole |
Jelly tag for ProjectRoleService.removeDefaultActorsFromProjectRole(com.atlassian.crowd.embedded.api.User, java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, String, com.atlassian.jira.util.ErrorCollection) |
| UpdateProjectRole |
Jelly tag for ProjectRoleService.updateProjectRole(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection) |