public class InclusionState extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<String> |
contexts
Webresource contexts that have been included in previous calls to includeResources
|
boolean |
superbatch
Has the superbatch been included
|
Set<String> |
topLevel
Webresources and contexts that were explicitly excluded from the request.
|
Set<String> |
webresources
Webresources that have been included in previous calls to includeResources, and all the individual resources
in included contexts
|
public boolean superbatch
public final Set<String> webresources
public final Set<String> contexts
public final Set<String> topLevel
webresources and contexts sets should be
discoverable through the dependency graphs of these items.Copyright © 2024 Atlassian. All rights reserved.