Uses of Class
com.almworks.jira.structure.api.structure.history.HistoryQuery
Packages that use HistoryQuery
-
Uses of HistoryQuery in com.almworks.jira.structure.api.structure.history
Methods in com.almworks.jira.structure.api.structure.history with parameters of type HistoryQueryModifier and TypeMethodDescriptionvoidHistoryService.queryActivity(HistoryQuery hq, int limit, int changesLimit, LimitedHistoryConsumer consumer) 'Streams' results of history query to consumer while limiting the total amount of changes that are loaded per entry.voidHistoryService.queryActivity(HistoryQuery hq, int limit, HistoryConsumer consumer) 'Streams' results of history query to consumer.