Package | Description |
---|---|
com.atlassian.jira.bc.project |
Modifier and Type | Method and Description |
---|---|
ProjectService.DeleteProjectValidationResult |
ProjectService.validateDeleteProject(ApplicationUser user,
String key)
Validation to delete a project is quite straightforward.
|
ProjectService.DeleteProjectValidationResult |
ProjectService.validateDeleteProject(com.atlassian.crowd.embedded.api.User user,
String key)
Validation to delete a project is quite straightforward.
|
Modifier and Type | Method and Description |
---|---|
ProjectService.DeleteProjectResult |
ProjectService.deleteProject(ApplicationUser user,
ProjectService.DeleteProjectValidationResult deleteProjectValidationResult)
Deletes the project provided by the deleteProjectValidationResult.
|
ProjectService.DeleteProjectResult |
ProjectService.deleteProject(com.atlassian.crowd.embedded.api.User user,
ProjectService.DeleteProjectValidationResult deleteProjectValidationResult)
Deletes the project provided by the deleteProjectValidationResult.
|
Copyright © 2002-2014 Atlassian. All Rights Reserved.