@Internal
public interface SubTaskIssueCache
Modifier and Type | Method and Description |
---|---|
void |
collectSubTaskIssues(com.almworks.integers.LongIterable issues,
com.almworks.integers.LongCollector collector)
Collects sub-task issue IDs.
|
void collectSubTaskIssues(com.almworks.integers.LongIterable issues, com.almworks.integers.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 © 2019 ALM Works. All Rights Reserved.