Uses of Class
com.almworks.jira.structure.api.structure.history.HistoryEntry
Packages that use HistoryEntry
Package
Description
This package features
StructureManager service,
which is used to create structures and change their properties (but not the forest), and
Structure interface, which represents structures.-
Uses of HistoryEntry in com.almworks.jira.structure.api.structure
Method parameters in com.almworks.jira.structure.api.structure with type arguments of type HistoryEntryModifier and TypeMethodDescriptionvoidStructureListener.onStructuresChanged(LongObjMap<HistoryEntry> structureChanges) Called after a related group of changes has been written to the database. -
Uses of HistoryEntry in com.almworks.jira.structure.api.structure.history
Fields in com.almworks.jira.structure.api.structure.history declared as HistoryEntryMethods in com.almworks.jira.structure.api.structure.history that return types with arguments of type HistoryEntryModifier and TypeMethodDescriptionHistoryService.getHistoryEntries(long structureId, int versionFrom, int versionTo) Returns history entries for the specified structure that have versions in the specified range.HistoryService.getHistoryEntriesWithoutChanges(long structureId, int versionFrom, int versionTo) Lightweight version ofHistoryService.getHistoryEntries(long, int, int)which does not fetch changes, works much faster.Methods in com.almworks.jira.structure.api.structure.history with parameters of type HistoryEntryModifier and TypeMethodDescriptionbooleanHistoryConsumer.consume(HistoryEntry entry) booleanLimitedHistoryConsumer.consume(HistoryEntry entry, int changesCount) Consume streamedHistoryEntrywith the total number of changes associated with it.Constructors in com.almworks.jira.structure.api.structure.history with parameters of type HistoryEntry -
Uses of HistoryEntry in com.almworks.jira.structure.api.sync
Methods in com.almworks.jira.structure.api.sync that return HistoryEntryConstructors in com.almworks.jira.structure.api.sync with parameters of type HistoryEntry