Uses of Class
com.almworks.jira.structure.api.sync.util.SyncLogger
Packages that use SyncLogger
-
Uses of SyncLogger in com.almworks.jira.structure.api.sync
Methods in com.almworks.jira.structure.api.sync with parameters of type SyncLoggerModifier and TypeMethodDescriptionprotected booleanAbstractSynchronizer.verifyStructureEditPermissions(long structureId, SyncLogger log) Checks that the user has at leastPermissionLevel.EDITpermission on the specified structure. -
Uses of SyncLogger in com.almworks.jira.structure.api.sync.util
Methods in com.almworks.jira.structure.api.sync.util that return SyncLoggerModifier and TypeMethodDescriptionstatic SyncLoggerSyncLogger.get()Retrieves SyncLogger from the thread-local storage.Methods in com.almworks.jira.structure.api.sync.util with parameters of type SyncLoggerModifier and TypeMethodDescriptionstatic voidSyncLogger.set(SyncLogger syncLog) This is internal method that is used by the synchronization subsystem.