| Class | Description |
|---|---|
| CalculatedBatches |
DTO representing three collections:
1) ordered list of context batches to serve,
2) ordered list of web resource batches to serve, and
3) unordered "excluded resolved" list, which is a combination of all web resources and contexts
discovered in the dependency graph while constructing the first two lists, whose content will either be
served in these batch files or was omitted from them.
|
| ContextBatch |
Data structure representing Context Batch, it is used in cache and shouldn't contain any references.
|
| ContextBatchKey |
Data structure representing Web Resource Batch Key.
|
| ParamsComparator |
Comparator for sorting sub batches.
|
| Resolved | |
| ResourceUrlGenerator | |
| SubBatch |
Data structure representing Sub Batch of both Web Resource Batch and Context Batch,
it is used in cache and shouldn't contain any references.
|
| UrlGenerationHelpers |
Stateless helper functions providing basic support for resource url generation.
|
| WebResourceBatch |
Data structure representing Web Resource Batch, it is used in cache and shouldn't contain any references.
|
Copyright © 2024 Atlassian. All rights reserved.