Uses of Class
com.almworks.jira.structure.api.forest.ForestChange
Packages that use ForestChange
-
Uses of ForestChange in com.almworks.jira.structure.api.forest
Subclasses of ForestChange in com.almworks.jira.structure.api.forestModifier and TypeClassDescriptionstatic classRepresents addition to the forest.static classRepresents moving one or more rows from their current places in forest under the specified position.static classRepresents removal of one or more rows.static classRepresents a complete reorder of the direct children of a given row.Methods in com.almworks.jira.structure.api.forest that return ForestChangeModifier and TypeMethodDescriptionstatic ForestChangeCreates an "add" forest change.static ForestChangeForestChange.move(long under, long after, LongList rows) Creates a "move" forest change.static ForestChangeForestChange.remove(LongList rows) Creates a "remove" forest change.static ForestChangeForestChange.reorder(long under, LongList children) Creates a "reorder" forest change.Methods in com.almworks.jira.structure.api.forest that return types with arguments of type ForestChangeConstructor parameters in com.almworks.jira.structure.api.forest with type arguments of type ForestChangeModifierConstructorDescriptionIncremental(VersionedForest latest, List<ForestChange> updates) Incremental(VersionedForest latest, List<ForestChange> updates, ForestSourceHealthStatus health)