public class ContextBatch extends Object
| Constructor and Description |
|---|
ContextBatch(List<String> included,
LinkedHashSet<String> excluded,
List<String> skippedWebResourcesWithUrlReadingConditions,
List<String> excludedWithoutApplyingConditions,
List<SubBatch> subBatches,
List<Resource> standaloneResources,
boolean isAdditionalSortingRequired) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSet<String> |
getExcluded() |
List<String> |
getExcludedWithoutApplyingConditions() |
List<String> |
getIncluded() |
List<String> |
getSkippedWebResourcesWithUrlReadingConditions() |
List<Resource> |
getStandaloneResourcesOfType(RequestCache requestCache,
String type) |
List<SubBatch> |
getSubBatches() |
boolean |
isAdditionalSortingRequired() |
String |
toString() |
public List<Resource> getStandaloneResourcesOfType(RequestCache requestCache, String type)
public LinkedHashSet<String> getExcluded()
public List<String> getSkippedWebResourcesWithUrlReadingConditions()
public boolean isAdditionalSortingRequired()
Copyright © 2024 Atlassian. All rights reserved.