@Internal
public interface SubTaskIssueCache
| Modifier and Type | Method and Description |
|---|---|
void |
collectSubTaskIssues(LongIterable issues,
LongCollector collector)
Collects sub-task issue IDs.
|
void collectSubTaskIssues(LongIterable issues,
LongCollector collector)
issues - Issue IDs to check.collector - Collector to receive sub-task issue IDs. It's safe for the collector to modify
the issues collection, because the implementation copies it.Copyright © 2021 ALM Works. All Rights Reserved.