Uses of Class
org.kohsuke.github.GHCheckRun
-
Packages that use GHCheckRun Package Description org.kohsuke.github -
-
Uses of GHCheckRun in org.kohsuke.github
Methods in org.kohsuke.github that return GHCheckRun Modifier and Type Method Description GHCheckRunGHCheckRunBuilder. create()Actually creates the check run.GHCheckRunGHEventPayload.CheckRun. getCheckRun()Gets Check Run object.Methods in org.kohsuke.github that return types with arguments of type GHCheckRun Modifier and Type Method Description PagedIterable<GHCheckRun>GHCommit. getCheckRuns()Gets check-runs for given sha.PagedIterable<GHCheckRun>GHRepository. getCheckRuns(String ref)Gets check runs for given ref.PagedIterable<GHCheckRun>GHRepository. getCheckRuns(String ref, Map<String,Object> params)Gets check runs for given ref which validate provided parametersMethods in org.kohsuke.github with parameters of type GHCheckRun Modifier and Type Method Description voidGHEventPayload.CheckRun. setCheckRun(GHCheckRun currentCheckRun)Deprecated.Do not use this method.
-