Package | Description |
---|---|
com.atlassian.jira.bc.project | |
com.atlassian.jira.web.action.project |
Modifier and Type | Method and Description |
---|---|
ProjectService.DeleteProjectResult |
DeleteProjectCommand.call() |
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.
|
Modifier and Type | Method and Description |
---|---|
TaskDescriptorBean<ProjectService.DeleteProjectResult> |
DeleteProject.getCurrentTask() |
Copyright © 2002-2022 Atlassian. All Rights Reserved.