| Interface | Description |
|---|---|
| AbstractSynchronizer.SyncRunAuditEntry | |
| IncrementalSyncData |
This is a temporary object that's passed to a synchronizer and tells what's been changed
in structure and in JIRA or in the external system.
|
| MigrationAwareSynchronizer | |
| Structure2xBackwardCompatibleSynchronizer | |
| StructureSynchronizer |
A
StructureSynchronizer is a pluggable Structure extension that
allows you to sync structure with any other aspect of issues, be it links, subtasks or anything
else. |
| StructureSyncManager |
StructureSyncManager manages the whole synchronization engine. |
| SyncAuditLog |
This interface is used by synchronizers to log audit information regarding their actions, configuration changes, etc.
|
| SynchronizerDescriptor | |
| SyncInstance |
SyncInstance represents an instance of a synchronizer, configured with user-specified parameters
to act on some structure under some user account. |
| UndoingSynchronizer |
A
StructureSynchronizer that is able to undo synchronizer actions. |
| Class | Description |
|---|---|
| AbstractSynchronizer |
AbstractSynchronizer is an abstract base class for the synchronizers that
provides basic implementation for some of the StructureSynchronizer methods
and offers some utility methods for the synchronizers. |
| AbstractSynchronizer.SyncRunAuditEntry.Failure | |
| AbstractSynchronizer.SyncRunAuditEntry.Success | |
| Structure2xBackwardCompatibleSynchronizer.SyncMigrationUtil | |
| SyncAuditLog.ActionGroup | |
| SyncAuditLogHelper | |
| SyncEvent |
SyncEvent with its only subclasses, SyncEvent.Structure and SyncEvent.Jira, is
used to represent to incremental synchronization a single change in JIRA or in Structure. |
| SyncEvent.Jira | |
| SyncEvent.Structure | |
| SyncEvents |
| Enum | Description |
|---|---|
| SourceOfTruth | |
| SyncDirection |
Defines two possible directions for the full synchronization.
|
| Exception | Description |
|---|---|
| StructureSynchronizerException |
This exception is thrown by the
StructureSyncManager when it cannot perform the requested operation. |
Copyright © 2018 ALM Works. All Rights Reserved.