Uses of Interface
com.almworks.jira.structure.api.row.RowManager
Packages that use RowManager
Package
Description
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
-
Uses of RowManager in com.almworks.jira.structure.api
Methods in com.almworks.jira.structure.api that return RowManagerModifier and TypeMethodDescriptionStructureComponents.getRowManager()Returns row manager, which is responsible for managing a mapping between numeric row IDs and item IDs. -
Uses of RowManager in com.almworks.jira.structure.api.forest.item
Constructors in com.almworks.jira.structure.api.forest.item with parameters of type RowManagerModifierConstructorDescriptionManagerBackedItemForest(Forest forest, RowManager rowManager) ManagerBackedItemForest(Forest forest, RowManager rowManager, ItemAccessMode defaultAccessMode) -
Uses of RowManager in com.almworks.jira.structure.api.sync
Fields in com.almworks.jira.structure.api.sync declared as RowManager -
Uses of RowManager in com.almworks.jira.structure.api.sync.util
Constructors in com.almworks.jira.structure.api.sync.util with parameters of type RowManagerModifierConstructorDescriptionSyncLogger(Logger logger, SyncInstance sync, StructureManager structureManager, RowManager rowManager, boolean auto)