Uses of Class
io.jenkins.plugins.gerritchecksapi.PatchSetId
Packages that use PatchSetId
-
Uses of PatchSetId in io.jenkins.plugins.gerritchecksapi
Methods in io.jenkins.plugins.gerritchecksapi that return PatchSetIdModifier and TypeMethodDescriptionstatic PatchSetIdPatchSetId.create(int changeId, int patchSetNumber) Methods in io.jenkins.plugins.gerritchecksapi with parameters of type PatchSetIdModifier and TypeMethodDescriptionCachingCheckRunCollector.collectFor(PatchSetId ps) CheckRunCollector.collectFor(PatchSetId ps) DirectCheckRunCollector.collectFor(PatchSetId ps) PermissionAwareCheckRunCollector.collectFor(PatchSetId ps) -
Uses of PatchSetId in io.jenkins.plugins.gerritchecksapi.rest
Methods in io.jenkins.plugins.gerritchecksapi.rest with parameters of type PatchSetIdModifier and TypeMethodDescriptionabstract CheckRunAbstractCheckRunFactory.create(PatchSetId ps, Job<?, ?> job, Run<?, ?> run, int attempt) GerritMultiBranchCheckRunFactory.create(PatchSetId ps, Job<?, ?> job, Run<?, ?> run, int attempt) GerritTriggerCheckRunFactory.create(PatchSetId ps, Job<?, ?> job, Run<?, ?> run, int attempt)