Class DirectCheckRunCollector
- java.lang.Object
-
- io.jenkins.plugins.gerritchecksapi.DirectCheckRunCollector
-
- All Implemented Interfaces:
CheckRunCollector
public class DirectCheckRunCollector extends Object implements CheckRunCollector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Job<?,?>,List<CheckRun>>
collectFor(PatchSetId ps)
-
-
-
Method Detail
-
collectFor
public Map<Job<?,?>,List<CheckRun>> collectFor(PatchSetId ps)
- Specified by:
collectFor
in interfaceCheckRunCollector
-
-