Package com.atlassian.jira.project
Class UpdateProjectParameters
java.lang.Object
com.atlassian.jira.project.UpdateProjectParameters
Creates a mutable version of a project, defined by the inputted projectId, which allows changes to be made for updating
the project using the
ProjectManager.updateProject(UpdateProjectParameters)
.-
Method Summary
Modifier and TypeMethodDescriptionassigneeType
(Long assigneeType) description
(String description) static UpdateProjectParameters
forProject
(Long projectId) io.atlassian.fugue.Option<Long>
io.atlassian.fugue.Option<Long>
io.atlassian.fugue.Option<String>
io.atlassian.fugue.Option<String>
getKey()
io.atlassian.fugue.Option<String>
io.atlassian.fugue.Option<String>
Deprecated.io.atlassian.fugue.Option<String>
getName()
io.atlassian.fugue.Option<Long>
io.atlassian.fugue.Option<String>
io.atlassian.fugue.Option<String>
getUrl()
leadUserKey
(String leadUserKey) leadUsername
(String leadUsername) Deprecated.useleadUserKey
andgetLeadUserKey()
insteadprojectCategoryId
(Long projectCategoryId) projectType
(String projectType)
-
Method Details
-
forProject
-
key
-
name
-
description
-
leadUserKey
-
leadUsername
Deprecated.useleadUserKey
andgetLeadUserKey()
instead- Parameters:
leadUsername
- to set the lead as- Returns:
- this
-
url
-
assigneeType
-
avatarId
-
projectType
-
projectCategoryId
-
getKey
-
getName
-
getDescription
-
getLeadUserKey
-
getLeadUsername
Deprecated.useleadUserKey
andgetLeadUserKey()
instead- Returns:
- Optional change for the lead.
-
getUrl
-
getAssigneeType
-
getAvatarId
-
getProjectTypeKey
-
getProjectCategoryId
-
getProjectId
-
leadUserKey
andgetLeadUserKey()
instead