Package com.atlassian.jira.bc.project
Class ProjectService.UpdateProjectRequest
java.lang.Object
com.atlassian.jira.bc.project.ProjectService.UpdateProjectRequest
- Enclosing interface:
- ProjectService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassigneeType
(Long assigneeType) description
(String description) protected RequestSourceType
protected UpdateProjectParameters
leadUserKey
(String leadUserKey) leadUsername
(String leadUsername) Set lead to a user identified by name.projectCategoryId
(Long projectCategoryId) projectType
(String projectType) requestSourceType
(RequestSourceType requestSourceType) Stores how the action was invoked (useful for analytics, for example)
-
Constructor Details
-
UpdateProjectRequest
-
-
Method Details
-
key
-
name
-
description
-
leadUserKey
-
leadUsername
Set lead to a user identified by name. Always useleadUserKey(String)
whenever possible. If both name and key are set, key is used.- Parameters:
leadUsername
-- Returns:
- this
-
url
-
assigneeType
-
avatarId
-
projectType
-
projectCategoryId
-
requestSourceType
Stores how the action was invoked (useful for analytics, for example)- Parameters:
requestSourceType
-- Returns:
- the respective type
-
getUpdateProjectParameters
-
getRequestSourceType
-