Uses of Interface
com.deiser.jira.profields.api.field.item.status.StatusItem
Packages that use StatusItem
Package
Description
-
Uses of StatusItem in com.deiser.jira.profields.api.event.listener
Methods in com.deiser.jira.profields.api.event.listener with parameters of type StatusItemModifier 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
Methods in com.deiser.jira.profields.api.field.item.status that return StatusItemModifier and TypeMethodDescriptionStatusItemService.create
(StatusItemBuilder builder) Create a new status itemStatusItemService.getItemByText
(StatusField field, String text) Get the item in Status by its textMethods in com.deiser.jira.profields.api.field.item.status that return types with arguments of type StatusItemModifier and TypeMethodDescriptionStatusItemService.getAllItems()
Get list of all items in the systemStatusItemService.getItems
(StatusField field) Get the list of items for a status fieldMethods in com.deiser.jira.profields.api.field.item.status with parameters of type StatusItemModifier 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
Subinterfaces of StatusItem in com.deiser.jira.profields.api.field.unknown -
Uses of StatusItem in com.deiser.jira.profields.api.value
Methods in com.deiser.jira.profields.api.value that return StatusItemModifier and TypeMethodDescriptionValueService.getValue
(com.atlassian.jira.project.Project project, StatusField field) Get the value for a status field in a projectMethods in com.deiser.jira.profields.api.value with parameters of type StatusItemModifier 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