Uses of Class
com.atlassian.jira.bc.project.ProjectService.DeleteProjectValidationResult
Packages that use ProjectService.DeleteProjectValidationResult
-
Uses of ProjectService.DeleteProjectValidationResult in com.atlassian.jira.bc.project
Methods in com.atlassian.jira.bc.project that return ProjectService.DeleteProjectValidationResultModifier and TypeMethodDescriptionDefaultProjectService.validateDeleteProject(ApplicationUser user, String key) ProjectService.validateDeleteProject(ApplicationUser user, String key) Validation to delete a project is quite straightforward.Methods in com.atlassian.jira.bc.project with parameters of type ProjectService.DeleteProjectValidationResultModifier and TypeMethodDescriptionDefaultProjectService.deleteProject(ApplicationUser user, ProjectService.DeleteProjectValidationResult deleteProjectValidationResult) ProjectService.deleteProject(ApplicationUser user, ProjectService.DeleteProjectValidationResult deleteProjectValidationResult) Deletes the project provided by the deleteProjectValidationResult.DefaultProjectService.deleteProjectAsynchronous(ApplicationUser user, ProjectService.DeleteProjectValidationResult deleteProjectValidationResult) ProjectService.deleteProjectAsynchronous(ApplicationUser user, ProjectService.DeleteProjectValidationResult deleteProjectValidationResult) Deletes the project provided by the deleteProjectValidationResult in a background task and provides a progress URL that may be used to monitor the delete progress.