java.lang.Object | |
↳ | com.atlassian.jira.bc.config.DefaultStatusService |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.bc.config.StatusService
|
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
| |||||||||||
Gets a list of workflows which contains given status
| |||||||||||
Get a status by id.
| |||||||||||
Returns a boolean whether status lozenge is enabled or not
| |||||||||||
Removes a status.
| |||||||||||
Validates new status basing on given parameters
| |||||||||||
Validates given status basing on given parameters
| |||||||||||
Validates removal of given status
|
[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 |
Gets a list of workflows which contains given status
user | User performing operation |
---|---|
status | The Status |
Get a status by id.
user | User performing operation |
---|---|
id | status id |
Status
, or null if no status with this id exists.
Returns a boolean whether status lozenge is enabled or not
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 |
Validates removal of given status
user | User performing operation |
---|---|
status | The Status |