Package | Description |
---|---|
com.atlassian.jira.bc.project |
Modifier and Type | Method and Description |
---|---|
ProjectService.UpdateProjectSchemesValidationResult |
ProjectService.validateUpdateProjectSchemes(ApplicationUser user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
If the scheme ids are not null or -1 (-1 is often used to reset schemes), then an attempt will be made to
retrieve the scheme.
|
ProjectService.UpdateProjectSchemesValidationResult |
ProjectService.validateUpdateProjectSchemes(com.atlassian.crowd.embedded.api.User user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
If the scheme ids are not null or -1 (-1 is often used to reset schemes), then an attempt will be made to
retrieve the scheme.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result,
Project project)
Updates the project schemes for a particular project, given a validation result and project to update.
|
Copyright © 2002-2014 Atlassian. All Rights Reserved.