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 PatchSetIdPatchSetId. 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 CheckRunAbstractCheckRunFactory. create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)CheckRunGerritMultiBranchCheckRunFactory. create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)CheckRunGerritTriggerCheckRunFactory. create(PatchSetId ps, Job<?,?> job, Run<?,?> run, int attempt)
-