Package | Description |
---|---|
com.atlassian.jira.bc.project |
Modifier and Type | Method and Description |
---|---|
ProjectService.DeleteProjectValidationResult |
DefaultProjectService.validateDeleteProject(ApplicationUser user,
String key) |
ProjectService.DeleteProjectValidationResult |
ProjectService.validateDeleteProject(ApplicationUser user,
String key)
Validation to delete a project is quite straightforward.
|
Modifier and Type | Method and Description |
---|---|
ProjectService.DeleteProjectResult |
DefaultProjectService.deleteProject(ApplicationUser user,
ProjectService.DeleteProjectValidationResult deleteProjectValidationResult) |
ProjectService.DeleteProjectResult |
ProjectService.deleteProject(ApplicationUser user,
ProjectService.DeleteProjectValidationResult deleteProjectValidationResult)
Deletes the project provided by the deleteProjectValidationResult.
|
ProjectService.DeleteProjectResult |
DefaultProjectService.deleteProjectAsynchronous(ApplicationUser user,
ProjectService.DeleteProjectValidationResult deleteProjectValidationResult) |
ProjectService.DeleteProjectResult |
ProjectService.deleteProjectAsynchronous(ApplicationUser user,
ProjectService.DeleteProjectValidationResult deleteProjectValidationResult)
Deletes the project provided by the deleteProjectValidationResult in a backgound task and provides a progress URL
that may be used to monitor the delete progress.
|
Copyright © 2002-2018 Atlassian. All Rights Reserved.