Package | Description |
---|---|
com.atlassian.jira.config |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput> |
IssueTypeService.DeleteValidationResult.getDeleteIssueTypeInput() |
Modifier and Type | Method and Description |
---|---|
IssueTypeService.DeleteValidationResult |
DefaultIssueTypeService.validateDeleteIssueType(ApplicationUser user,
IssueTypeService.IssueTypeDeleteInput issueTypeDeleteInput) |
IssueTypeService.DeleteValidationResult |
IssueTypeService.validateDeleteIssueType(ApplicationUser user,
IssueTypeService.IssueTypeDeleteInput issueTypeDeleteInput)
This method validates if it is possible to remove issue type with given id and executes permission checks.
|
Constructor and Description |
---|
DeleteValidationResult(ErrorCollection errorCollection,
io.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput> issueTypeId) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.