@Internal
public interface ProjectScopeCache
| Modifier and Type | Method and Description |
|---|---|
void |
collectOutOfScopeIssues(LongIterable issues,
LongCollector collector)
Collects out-of-scope issues, i.e.
|
void collectOutOfScopeIssues(LongIterable issues,
LongCollector collector)
issues - Issue IDs to check.collector - Collector to receive out-of-scope issue IDs. It's safe for the collector to modify
the issues collection, because the implementation copies it.Copyright © 2023 ALM Works. All Rights Reserved.