Uses of Enum Class
com.almworks.jira.structure.api.structure.history.HistoryEntry.Operation
Packages that use HistoryEntry.Operation
-
Uses of HistoryEntry.Operation in com.almworks.jira.structure.api.structure.history
Fields in com.almworks.jira.structure.api.structure.history with type parameters of type HistoryEntry.OperationModifier and TypeFieldDescriptionstatic final List<HistoryEntry.Operation>HistoryQuery.ALL_OPERATIONSfinal Set<HistoryEntry.Operation>HistoryQuery.operationsMethods in com.almworks.jira.structure.api.structure.history that return HistoryEntry.OperationModifier and TypeMethodDescriptionstatic HistoryEntry.OperationHistoryEntry.Operation.forExternalName(String externalName) HistoryEntry.Change.getOperation()static HistoryEntry.OperationReturns the enum constant of this class with the specified name.static HistoryEntry.Operation[]HistoryEntry.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.almworks.jira.structure.api.structure.history with parameters of type HistoryEntry.OperationModifierConstructorDescriptionChange(HistoryEntry.Operation operation, Forest forest, LongList pathFrom, LongList afterFrom, LongList pathTo, LongList afterTo, int direction, LongList originalRows) Constructor parameters in com.almworks.jira.structure.api.structure.history with type arguments of type HistoryEntry.OperationModifierConstructorDescriptionHistoryQuery(Iterable<HistoryEntry.Operation> operations, LongList isIssuesSorted, LongList notIssuesSorted, LongList isStructuresSorted, LongList notStructuresSorted, Iterable<String> isAuthors, Iterable<String> notAuthors, LongList isProjectsSorted, LongList notProjectsSorted, LongList isSynchronizersSorted, LongList notSynchronizersSorted, Set<ItemIdentity> isAncestors, Set<ItemIdentity> notAncestors, Date minDate, Date maxDate, Long startId)