| java.lang.Object | |
| ↳ | com.atlassian.jira.project.ProjectImpl |
Represents an immutable Project domain object for JIRA.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the default assignee for issues that get created in this project.
| |||||||||||
Gives the currently-configured
Avatar for this project. | |||||||||||
Returns the components for this Project.
| |||||||||||
Returns the Project Lead
| |||||||||||
Returns the components for this Project.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.entity.WithId
| |||||||||||
From interface
com.atlassian.jira.entity.WithKey
| |||||||||||
From interface
com.atlassian.jira.project.Project
| |||||||||||
From interface
com.atlassian.jira.util.Named
| |||||||||||
From interface
com.atlassian.jira.util.NamedWithDescription
| |||||||||||
Returns the default assignee for issues that get created in this project.
Returns PROJECT_LEAD or UNASSIGNED.
Can return NULL if the default assignee has not been set for this project and this means the PROJECT LEAD is the default assignee.
TODO: Write upgrade task to ensure default assignee is always set.
Gives the currently-configured Avatar for this project.
Returns the components for this Project.
Returns the components for this Project.