Package | Description |
---|---|
com.almworks.jira.structure.api |
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
|
com.almworks.jira.structure.api.sync | |
com.almworks.jira.structure.api.sync.util |
Modifier and Type | Method and Description |
---|---|
RowManager |
StructureComponents.getRowManager()
Returns row manager, which is responsible for managing a mapping between numeric row IDs and item IDs.
|
Modifier and Type | Field and Description |
---|---|
protected RowManager |
AbstractSynchronizer.myRowManager |
Modifier and Type | Method and Description |
---|---|
static boolean |
SyncUtil.merge(ForestSource ufs,
RowManager rowManager,
long row,
long targetRow) |
static boolean |
SyncUtil.merge(ForestSource ufs,
RowManager rowManager,
long row,
long targetRow,
boolean followSymlinks) |
static boolean |
SyncUtil.merge(ForestSource ufs,
RowManager rowManager,
long row,
long targetRow,
boolean followSymlinks,
boolean removeRow,
com.almworks.integers.WritableLongLongMap mergedRows)
Merges the subtree of
row under targetRow . |
Constructor and Description |
---|
SyncLogger(org.slf4j.Logger logger,
SyncInstance sync,
StructureManager structureManager,
RowManager rowManager,
boolean auto) |
Copyright © 2017 ALM Works. All Rights Reserved.