Interface CheckRunCollector
-
- All Known Implementing Classes:
CachingCheckRunCollector
,DirectCheckRunCollector
,PermissionAwareCheckRunCollector
public interface CheckRunCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Job<?,?>,List<CheckRun>>
collectFor(PatchSetId ps)
-
-
-
Method Detail
-
collectFor
Map<Job<?,?>,List<CheckRun>> collectFor(PatchSetId ps) throws MissingDependencyException
- Throws:
MissingDependencyException
-
-