Uses of Class
com.almworks.jira.structure.api.forest.VersionedForest
Packages that use VersionedForest
-
Uses of VersionedForest in com.almworks.jira.structure.api.forest
Fields in com.almworks.jira.structure.api.forest declared as VersionedForestMethods in com.almworks.jira.structure.api.forest that return VersionedForestModifier and TypeMethodDescriptionForestSource.getLatest()Returns a snapshot of the current state.VersionedForestUpdate.getLatest()Returns the full forest.Constructors in com.almworks.jira.structure.api.forest with parameters of type VersionedForestModifierConstructorDescriptionFull(VersionedForest latest) Full(VersionedForest latest, ForestSourceHealthStatus health) Incremental(VersionedForest latest, List<ForestChange> updates) Incremental(VersionedForest latest, List<ForestChange> updates, ForestSourceHealthStatus health)