Uses of Class
com.almworks.jira.structure.api.sync.StructureSynchronizerException
Packages that use StructureSynchronizerException
-
Uses of StructureSynchronizerException in com.almworks.jira.structure.api.sync
Methods in com.almworks.jira.structure.api.sync that throw StructureSynchronizerExceptionModifier and TypeMethodDescriptionStructureSyncManager.installSynchronizer(StructureSynchronizer synchronizer, Long structureId, Object params, ApplicationUser user) Installs a new synchronizer for a structure.longStructureSyncManager.installSynchronizerOffline(String moduleKey, String parameters, Long structureId, String ownerKey, boolean autosyncEnabled) Installs synchronizer based on the serialized data.voidStarts full synchronization in the specified direction.voidStructureSyncManager.resyncOnce(StructureSynchronizer synchronizer, Object params, Long structureId, ApplicationUser user, Long processId) Runs full resync without installing the synchronizer.voidStructureSyncManager.setAutosyncEnabled(Long instanceId, boolean enabled) Enables or disables the incremental synchronization for the specified synchronizer.StructureSyncManager.updateSynchronizer(Long instanceId, Object params, ApplicationUser user) Updates the parameters and/or the owner of an installed synchronizer.