Uses of Package
com.almworks.jira.structure.api.sync
Packages that use com.almworks.jira.structure.api.sync
Package
Description
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
-
Classes in com.almworks.jira.structure.api.sync used by com.almworks.jira.structure.apiClassDescription
StructureSyncManagermanages the whole synchronization engine.This interface is used by synchronizers to log audit information regarding their actions, configuration changes, etc. -
Classes in com.almworks.jira.structure.api.sync used by com.almworks.jira.structure.api.syncClassDescriptionThis 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.A
StructureSynchronizeris a pluggable Structure extension that allows you to sync structure with any other aspect of issues, be it links, subtasks or anything else.This exception is thrown by theStructureSyncManagerwhen it cannot perform the requested operation.This interface is used by synchronizers to log audit information regarding their actions, configuration changes, etc.Defines two possible directions for the full synchronization.SyncEventwith its only subclasses,SyncEvent.StructureandSyncEvent.Jira, is used to represent to incremental synchronization a single change in JIRA or in Structure.SyncInstancerepresents an instance of a synchronizer, configured with user-specified parameters to act on some structure under some user account. -
Classes in com.almworks.jira.structure.api.sync used by com.almworks.jira.structure.api.sync.utilClassDescription
SyncInstancerepresents an instance of a synchronizer, configured with user-specified parameters to act on some structure under some user account.