java.lang.Object | |
↳ | com.atlassian.jira.bc.config.DefaultStatusService |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Validates and when validation is performed successfully creates new status basing on given parameters
| |||||||||||
Validates and when validation is performed successfully alters given status basing on given parameters
| |||||||||||
Get a status by id.
| |||||||||||
Removes a status.
| |||||||||||
Validates new status basing on given parameters
| |||||||||||
Validates given status basing on given parameters
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.bc.config.StatusService
|
Validates and when validation is performed successfully creates new status basing on given parameters
user | User performing operation |
---|---|
name | Name of the status. Should neither be blank nor duplicate existing name |
description | Optional description of the status |
iconUrl | URL of the icon for representing given status. May be relative or absolute. Cannot be null |
statusCategory | StatusCategory for given status. Cannot be null |
Validates and when validation is performed successfully alters given status basing on given parameters
user | User performing operation |
---|---|
status | The status to be edited |
name | Name of the status. Should neither be blank nor duplicate existing name |
description | Optional description of the status |
iconUrl | URL of the icon for representing given status. May be relative or absolute. Cannot be null |
statusCategory | StatusCategory for given status. Cannot be null |
Get a status by id.
user | User performing operation |
---|---|
id | status id |
Status
, or null if no status with this id exists.
Removes a status.
user | User performing operation |
---|---|
status | Status |
Validates new status basing on given parameters
user | User performing operation |
---|---|
name | Name of the status. Should neither be blank nor duplicate existing name |
description | Optional description of the status |
iconUrl | URL of the icon for representing given status. May be relative or absolute. Cannot be null |
statusCategory | StatusCategory for given status. Cannot be null |
Validates given status basing on given parameters
user | User performing operation |
---|---|
status | The status to be edited |
name | Name of the status. Should neither be blank nor duplicate existing name |
description | Optional description of the status |
iconUrl | URL of the icon for representing given status. May be relative or absolute. Cannot be null |
statusCategory | StatusCategory for given status. Cannot be null |