class ProjectUpdateDelegate extends AbstractProjectsDelegate
Modifiers | Name | Description |
---|---|---|
protected com.atlassian.jira.bc.project.ProjectService$UpdateProjectRequest |
updateProjectRequest |
Constructor and description |
---|
ProjectUpdateDelegate(com.atlassian.jira.user.util.UserManager userManager, com.atlassian.jira.project.ProjectManager projectManager, com.atlassian.jira.project.Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
setAvatarId(java.lang.Long avatarId) |
|
void |
setDefaultAssignee(java.lang.Long assigneeType) |
|
void |
setDefaultAssigneeToProjectLead() |
|
void |
setDefaultAssigneeToUnassigned() |
|
void |
setDescription(java.lang.String description) |
|
void |
setKey(java.lang.String key) Sets the key of this project |
|
void |
setName(java.lang.String name) Sets the name of this project |
|
void |
setProjectCategory(java.lang.String projectCategoryName) Sets the project category to the category identified by the given name. |
|
void |
setProjectLead(com.atlassian.jira.user.ApplicationUser projectLead) |
|
void |
setProjectTypeKey(com.atlassian.jira.project.type.ProjectTypeKey projectTypeKey) |
|
void |
setUrl(java.lang.String url) |
Methods inherited from class | Name |
---|---|
class AbstractProjectsDelegate |
setAvatarId, setDefaultAssignee, setDefaultAssigneeToProjectLead, setDefaultAssigneeToUnassigned, setDescription, setProjectLead, setProjectLead, setProjectType, setProjectTypeKey, setUrl |
Sets the key of this project
key
- The new key for this projectSets the name of this project
name
- The new name for this projectSets the project category to the category identified by the given name.
projectCategoryName
- The name of the project category to set