Uses of Interface
com.almworks.jira.structure.api.forest.ForestSource
Packages that use ForestSource
-
Uses of ForestSource in com.almworks.jira.structure.api.forest
Methods in com.almworks.jira.structure.api.forest that return ForestSourceModifier and TypeMethodDescriptionForestService.getForestSource(ForestSpec spec) Creates a forest source based on the forest spec. -
Uses of ForestSource in com.almworks.jira.structure.api.sync
Methods in com.almworks.jira.structure.api.sync with parameters of type ForestSourceModifier and TypeMethodDescriptionprotected abstract AbstractSynchronizer.SyncRunAuditEntryAbstractSynchronizer.doResync(SyncInstance instance, ForestSource forestSource) protected abstract AbstractSynchronizer.SyncRunAuditEntryAbstractSynchronizer.doSync(SyncInstance instance, IncrementalSyncData data, ForestSource forestSource) 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.