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.listenerMethods in com.deiser.jira.profields.api.event.listener with parameters of type StatusItemModifier and TypeMethodDescriptionprotected voidProfieldsListener.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.statusMethods 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 TypeMethodDescriptionintStatusItem.compareTo(StatusItem otherItem) Compare two itemsvoidStatusItemService.delete(StatusItem item) Delete the status itemvoidStatusItemService.update(StatusItem item) Change the status item
- 
Uses of StatusItem in com.deiser.jira.profields.api.field.unknownSubinterfaces of StatusItem in com.deiser.jira.profields.api.field.unknown
- 
Uses of StatusItem in com.deiser.jira.profields.api.valueMethods 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 TypeMethodDescriptionvoidValueService.setValue(com.atlassian.jira.project.Project project, StatusField field, StatusItem value) Set the value for a status field in a projectvoidValueService.setValue(com.atlassian.jira.project.Project project, StatusField field, StatusItem value, boolean saveHistory) Set the value for a status field in a project