Uses of Class
io.jenkins.plugins.gerritchecksapi.rest.CheckRun
Packages that use CheckRun
-
Uses of CheckRun in io.jenkins.plugins.gerritchecksapi
Methods in io.jenkins.plugins.gerritchecksapi that return types with arguments of type CheckRunModifier and TypeMethodDescriptionCachingCheckRunCollector.collectFor(PatchSetId ps) CheckRunCollector.collectFor(PatchSetId ps) DirectCheckRunCollector.collectFor(PatchSetId ps) PermissionAwareCheckRunCollector.collectFor(PatchSetId ps) -
Uses of CheckRun in io.jenkins.plugins.gerritchecksapi.rest
Methods in io.jenkins.plugins.gerritchecksapi.rest that return CheckRunModifier 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) Methods in io.jenkins.plugins.gerritchecksapi.rest that return types with arguments of type CheckRunMethods in io.jenkins.plugins.gerritchecksapi.rest with parameters of type CheckRunMethod parameters in io.jenkins.plugins.gerritchecksapi.rest with type arguments of type CheckRunConstructor parameters in io.jenkins.plugins.gerritchecksapi.rest with type arguments of type CheckRun