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> |
webresources
Webresources that have been included in previous calls to includeResources, and all the individual resources
in included contexts
|
| Constructor and Description |
|---|
InclusionState(boolean superbatch,
Set<String> webresources,
Set<String> contexts) |
Copyright © 2019 Atlassian. All rights reserved.