Uses of Interface
com.almworks.jira.structure.api.sync.StructureSynchronizer
Packages that use StructureSynchronizer
-
Uses of StructureSynchronizer in com.almworks.jira.structure.api.sync
Subinterfaces of StructureSynchronizer in com.almworks.jira.structure.api.syncModifier and TypeInterfaceDescriptioninterfaceinterfaceAStructureSynchronizerthat is able to undo synchronizer actions.Classes in com.almworks.jira.structure.api.sync that implement StructureSynchronizerModifier and TypeClassDescriptionclassAbstractSynchronizeris an abstract base class for the synchronizers that provides basic implementation for some of theStructureSynchronizermethods and offers some utility methods for the synchronizers.Methods in com.almworks.jira.structure.api.sync that return StructureSynchronizerModifier and TypeMethodDescriptionSyncInstance.getSynchronizer()Returns the synchronizer for this sync instance.Methods in com.almworks.jira.structure.api.sync with parameters of type StructureSynchronizerModifier and TypeMethodDescriptionStructureSyncManager.installSynchronizer(StructureSynchronizer synchronizer, Long structureId, Object params, ApplicationUser user) Installs a new synchronizer for a structure.voidStructureSyncManager.resyncOnce(StructureSynchronizer synchronizer, Object params, Long structureId, ApplicationUser user, Long processId) Runs full resync without installing the synchronizer.