Uses of Interface
com.almworks.jira.structure.api.sync.SyncInstance
Packages that use SyncInstance
-
Uses of SyncInstance in com.almworks.jira.structure.api.sync
Methods in com.almworks.jira.structure.api.sync that return SyncInstanceModifier and TypeMethodDescriptionStructureSyncManager.getInstalledSynchronizer(Long instanceId) Retrieves an instance of installed synchronizer.StructureSyncManager.installSynchronizer(StructureSynchronizer synchronizer, Long structureId, Object params, ApplicationUser user) Installs a new synchronizer for a structure.StructureSyncManager.updateSynchronizer(Long instanceId, Object params, ApplicationUser user) Updates the parameters and/or the owner of an installed synchronizer.Methods in com.almworks.jira.structure.api.sync that return types with arguments of type SyncInstanceModifier and TypeMethodDescriptionStructureSyncManager.getInstalledSynchronizersForStructure(Long structureId) Retrieves all synchronizer instances installed for the given structure.Methods in com.almworks.jira.structure.api.sync with parameters of type SyncInstanceModifier and TypeMethodDescriptionstatic MapObjectSyncAuditLogHelper.createAuditLogEntryDescription(SyncInstance instance, IncrementalSyncData data, Map<String, Object> aux) protected abstract AbstractSynchronizer.SyncRunAuditEntryAbstractSynchronizer.doResync(SyncInstance instance, ForestSource forestSource) protected abstract AbstractSynchronizer.SyncRunAuditEntryAbstractSynchronizer.doSync(SyncInstance instance, IncrementalSyncData data, ForestSource forestSource) voidSyncAuditLog.recordActions(SyncInstance syncInstance, MapObject description, List<MapObject> actions) Adds records to the audit log for a logical group of actions taken by one synchronizer in the course of one run.voidAbstractSynchronizer.resync(SyncInstance instance, ForestSource forestSource) voidStructureSynchronizer.resync(SyncInstance instance, ForestSource forestSource) Perform full resync.voidAbstractSynchronizer.sync(SyncInstance instance, IncrementalSyncData syncData, ForestSource forestSource) voidStructureSynchronizer.sync(SyncInstance instance, IncrementalSyncData data, ForestSource forestSource) Perform incremental synchronization. -
Uses of SyncInstance in com.almworks.jira.structure.api.sync.util
Constructors in com.almworks.jira.structure.api.sync.util with parameters of type SyncInstanceModifierConstructorDescriptionSyncLogger(Logger logger, SyncInstance sync, StructureManager structureManager, RowManager rowManager, boolean auto)