Uses of Interface
com.deiser.jira.profields.api.field.item.status.StatusItem
Package
Description
-
Uses of StatusItem in com.deiser.jira.profields.api.event.listener
Modifier and TypeMethodDescriptionprotected void
ProfieldsListener.onStatusValueUpdated
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, StatusField field, StatusItem oldValue, StatusItem newValue) -
Uses of StatusItem in com.deiser.jira.profields.api.field.item.status
Modifier and TypeMethodDescriptionStatusItemService.create
(StatusItemBuilder builder) Create a new status itemStatusItemService.getItemByText
(StatusField field, String text) Get the item in Status by its textModifier and TypeMethodDescriptionStatusItemService.getAllItems()
Get list of all items in the systemStatusItemService.getItems
(StatusField field) Get the list of items for a status fieldModifier and TypeMethodDescriptionint
StatusItem.compareTo
(StatusItem otherItem) Compare two itemsvoid
StatusItemService.delete
(StatusItem item) Delete the status itemvoid
StatusItemService.update
(StatusItem item) Change the status item -
Uses of StatusItem in com.deiser.jira.profields.api.field.unknown
-
Uses of StatusItem in com.deiser.jira.profields.api.value
Modifier and TypeMethodDescriptionValueService.getValue
(com.atlassian.jira.project.Project project, StatusField field) Get the value for a status field in a projectModifier and TypeMethodDescriptionvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, StatusField field, StatusItem value) Set the value for a status field in a projectvoid
ValueService.setValue
(com.atlassian.jira.project.Project project, StatusField field, StatusItem value, boolean saveHistory) Set the value for a status field in a project