Class IssueSecurityLevelService.UpdateValidationResult

java.lang.Object
com.atlassian.jira.issue.security.IssueSecurityLevelService.LevelValidationResult
com.atlassian.jira.issue.security.IssueSecurityLevelService.UpdateValidationResult
Enclosing interface:
IssueSecurityLevelService

public static class IssueSecurityLevelService.UpdateValidationResult extends IssueSecurityLevelService.LevelValidationResult
A simple object that holds the information about validating an update IssueSecurityLevel operation. This object should not be constructed directly, you should invoke the IssueSecurityLevelService.validateUpdate(ApplicationUser, IssueSecurityLevel, String, String) method to obtain this.