Package | Description |
---|---|
com.atlassian.jira.bc.project |
Modifier and Type | Method and Description |
---|---|
ProjectService.UpdateProjectValidationResult |
ProjectService.validateUpdateProject(ApplicationUser user,
Project originalProject,
String name,
String key,
String description,
ApplicationUser lead,
String url,
Long assigneeType,
Long avatarId)
Validates updating a project's details.
|
ProjectService.UpdateProjectValidationResult |
ProjectService.validateUpdateProject(ApplicationUser user,
String name,
String key,
String description,
ApplicationUser lead,
String url,
Long assigneeType)
Validates updating a project's details.
|
ProjectService.UpdateProjectValidationResult |
ProjectService.validateUpdateProject(ApplicationUser user,
String name,
String key,
String description,
ApplicationUser lead,
String url,
Long assigneeType,
Long avatarId)
Validates updating a project's details.
|
ProjectService.UpdateProjectValidationResult |
ProjectService.validateUpdateProject(com.atlassian.crowd.embedded.api.User user,
String name,
String key,
String description,
String leadName,
String url,
Long assigneeType)
Validates updating a project's details.
|
ProjectService.UpdateProjectValidationResult |
ProjectService.validateUpdateProject(com.atlassian.crowd.embedded.api.User user,
String name,
String key,
String description,
String leadName,
String url,
Long assigneeType,
Long avatarId)
Validates updating a project's details.
|
Modifier and Type | Method and Description |
---|---|
Project |
ProjectService.updateProject(ProjectService.UpdateProjectValidationResult updateProjectValidationResult)
Using the validation result from
ProjectService.validateUpdateProject(User, String, String,
String, String, String, Long) this method performs the actual update on the project. |
Copyright © 2002-2014 Atlassian. All Rights Reserved.