Uses of Class
com.atlassian.plugin.webresource.impl.snapshot.Snapshot
Packages that use Snapshot
Package
Description
-
Uses of Snapshot in com.atlassian.plugin.webresource
Constructors in com.atlassian.plugin.webresource with parameters of type SnapshotModifierConstructorDescriptionPluginResourceContainer(Snapshot snapshot, String pluginKey, Date updatedAt, String version) -
Uses of Snapshot in com.atlassian.plugin.webresource.impl
Methods in com.atlassian.plugin.webresource.impl that return SnapshotModifier and TypeMethodDescriptionGlobals.getSnapshot()Analyzes current state of the plugin system and return web resources.RequestCache.getSnapshot()Get all bundles.RequestState.getSnapshot()Get all bundles. -
Uses of Snapshot in com.atlassian.plugin.webresource.impl.config
Methods in com.atlassian.plugin.webresource.impl.config that return SnapshotModifier and TypeMethodDescriptionConfig.getWebResourcesWithoutCache()Analyzes current state of the plugin system and return web resources. -
Uses of Snapshot in com.atlassian.plugin.webresource.impl.discovery
Constructors in com.atlassian.plugin.webresource.impl.discovery with parameters of type Snapshot -
Uses of Snapshot in com.atlassian.plugin.webresource.impl.snapshot
Fields in com.atlassian.plugin.webresource.impl.snapshot declared as SnapshotMethods in com.atlassian.plugin.webresource.impl.snapshot that return SnapshotConstructors in com.atlassian.plugin.webresource.impl.snapshot with parameters of type SnapshotModifierConstructorDescriptionBundle(Snapshot snapshot, String key, List<String> dependencies, Date updatedAt, String version, boolean isTransformable) Context(Snapshot snapshot, String key, List<String> dependencies, Date updatedAt, String version, boolean isTransformable) WebResource(Snapshot snapshot, String key, List<String> dependencies, Date updatedAt, String version, boolean isTransformable, TransformerParameters transformerParameters, Map<String, Set<String>> locationResourceTypes)