Package | Description |
---|---|
com.atlassian.jira.bc.project |
Modifier and Type | Method and Description |
---|---|
ProjectService.UpdateProjectSchemesValidationResult |
DefaultProjectService.validateUpdateProjectSchemes(ApplicationUser user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result,
Project project) |
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-2017 Atlassian. All Rights Reserved.