Uses of Class
com.atlassian.jira.config.IssueTypeService.IssueTypeDeleteInput
Packages that use IssueTypeService.IssueTypeDeleteInput
-
Uses of IssueTypeService.IssueTypeDeleteInput in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return types with arguments of type IssueTypeService.IssueTypeDeleteInputModifier and TypeMethodDescriptionio.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput>IssueTypeService.DeleteValidationResult.getDeleteIssueTypeInput()Methods in com.atlassian.jira.config with parameters of type IssueTypeService.IssueTypeDeleteInputModifier and TypeMethodDescriptionDefaultIssueTypeService.validateDeleteIssueType(ApplicationUser user, IssueTypeService.IssueTypeDeleteInput issueTypeDeleteInput) 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 parameters in com.atlassian.jira.config with type arguments of type IssueTypeService.IssueTypeDeleteInputModifierConstructorDescriptionDeleteValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput> issueTypeId)