Uses of Class
io.jenkins.plugins.gerritchecksapi.PatchSetId
-
Packages that use PatchSetId Package Description io.jenkins.plugins.gerritchecksapi io.jenkins.plugins.gerritchecksapi.rest -
-
Uses of PatchSetId in io.jenkins.plugins.gerritchecksapi
Methods in io.jenkins.plugins.gerritchecksapi that return PatchSetId Modifier and Type Method Description static PatchSetId
PatchSetId. create(int changeId, int patchSetNumber)
Methods in io.jenkins.plugins.gerritchecksapi with parameters of type PatchSetId Modifier and Type Method Description Map<Job<?,?>,List<CheckRun>>
CachingCheckRunCollector. collectFor(PatchSetId ps)
Map<Job<?,?>,List<CheckRun>>
CheckRunCollector. collectFor(PatchSetId ps)
Map<Job<?,?>,List<CheckRun>>
DirectCheckRunCollector. collectFor(PatchSetId ps)
Map<Job<?,?>,List<CheckRun>>
PermissionAwareCheckRunCollector. collectFor(PatchSetId ps)
-
Uses of PatchSetId in io.jenkins.plugins.gerritchecksapi.rest
Methods in io.jenkins.plugins.gerritchecksapi.rest with parameters of type PatchSetId Modifier and Type Method Description abstract CheckRun
AbstractCheckRunFactory. create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)
CheckRun
GerritMultiBranchCheckRunFactory. create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)
CheckRun
GerritTriggerCheckRunFactory. create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)
-