java.lang.Object | ||
↳ | com.atlassian.jira.config.AbstractIssueConstantsManager<T extends com.atlassian.jira.issue.IssueConstant> | |
↳ | com.atlassian.jira.config.DefaultStatusManager |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new status.
| |||||||||||
Creates a new status.
| |||||||||||
Edit an existing status.
| |||||||||||
Edit an existing status.
| |||||||||||
Get a status by id.
| |||||||||||
Move the status down in the order.
| |||||||||||
Move the status up in the order.
| |||||||||||
Removes a status.
| |||||||||||
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new status.
name | name of the status. Cannot be blank or null and has to be unique. |
---|---|
description | description of the status. |
iconUrl | icon url for this status. Cannot be blank or null. |
statusCategory | status category of the status. Cannot be null |
Status
.Creates a new status.
name | name of the status. Cannot be blank or null and has to be unique. |
---|---|
description | description of the status. |
iconUrl | icon url for this status. Cannot be blank or null. |
Status
.
Edit an existing status.
status | status to edit. |
---|---|
name | new name. Has to be unique. |
description | new description |
iconUrl | new icon url |
statusCategory | status category of the status. Cannot be null |
Edit an existing status.
status | status to edit. |
---|---|
name | new name. Has to be unique. |
description | new description |
iconUrl | new icon url |
Get a status by id.
id | status id |
---|
Status
, or null if no status with this id exists.
Move the status down in the order.
id | id of the status. |
---|
Move the status up in the order.
id | id of the status. |
---|
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.