Package | Description |
---|---|
com.atlassian.jira.issue.security |
Modifier and Type | Method and Description |
---|---|
IssueSecurityLevelService.CreateValidationResult |
IssueSecurityLevelServiceImpl.validateCreate(ApplicationUser user,
long schemeId,
String name,
String description) |
IssueSecurityLevelService.CreateValidationResult |
IssueSecurityLevelService.validateCreate(ApplicationUser user,
long schemeId,
String name,
String description)
Method that will validate arguments for and creation of IssueSecurityLevel operation
|
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<IssueSecurityLevel> |
IssueSecurityLevelServiceImpl.create(ApplicationUser callingUser,
IssueSecurityLevelService.CreateValidationResult validationResult) |
ServiceOutcome<IssueSecurityLevel> |
IssueSecurityLevelService.create(ApplicationUser callingUser,
IssueSecurityLevelService.CreateValidationResult validationResult)
This method will create new IssueSecurityLevel carried int CreateValidationResult if it's valid
it will throw an Exception otherwise
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.