| Constructor and Description |
|---|
PluginResourceContainer(Snapshot snapshot,
String pluginKey,
Date updatedAt,
String version) |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Globals.getSnapshot()
Analyzes current state of the plugin system and return web resources.
|
Snapshot |
RequestCache.getSnapshot()
Get all bundles.
|
Snapshot |
RequestState.getSnapshot()
Get all bundles.
|
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Config.getWebResourcesWithoutCache()
Analyzes current state of the plugin system and return web resources.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Config.ensureNoLegacyStuff(Snapshot snapshot)
Analyzes current state of the plugin system and return web resources.
|
void |
Config.runResourceCompilation(Snapshot snapshot) |
| Constructor and Description |
|---|
BundleFinder(Snapshot snapshot) |
BundleWalker(Snapshot snapshot) |
| Modifier and Type | Field and Description |
|---|---|
protected Snapshot |
Bundle.snapshot |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Bundle.getSnapshot() |
| Constructor and Description |
|---|
Bundle(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) |
Context(Snapshot snapshot,
String key,
List<String> dependencies,
List<String> moduleDependencies,
Date updatedAt,
String version,
boolean isTransformable)
Deprecated.
|
WebResource(Snapshot snapshot,
String key,
List<String> dependencies,
Date updatedAt,
String version,
boolean isTransformable,
TransformerParameters transformerParameters,
Map<String,Set<String>> locationResourceTypes) |
Copyright © 2024 Atlassian. All rights reserved.