Uses of Class
com.almworks.jira.structure.api.pull.VersionedDataUpdate
Packages that use VersionedDataUpdate
Package
Description
-
Uses of VersionedDataUpdate in com.almworks.jira.structure.api.attribute.subscription
-
Uses of VersionedDataUpdate in com.almworks.jira.structure.api.forest
Subclasses of VersionedDataUpdate in com.almworks.jira.structure.api.forestModifier and TypeClassDescriptionclass
Represents an update fromForestSource
.static final class
Represents a full update.static final class
Represents an incremental update. -
Uses of VersionedDataUpdate in com.almworks.jira.structure.api.item
Subclasses of VersionedDataUpdate in com.almworks.jira.structure.api.itemModifier and TypeClassDescriptionclass
static final class
static final class
-
Uses of VersionedDataUpdate in com.almworks.jira.structure.api.pull
Classes in com.almworks.jira.structure.api.pull with type parameters of type VersionedDataUpdateModifier and TypeInterfaceDescriptioninterface
VersionedDataSource<T extends VersionedDataUpdate>
VersionedDataSource
establishes a way for sources of some data to version their content, to allow caching and incremental updates.