Uses of Class
org.kohsuke.github.GHWorkflowJob
-
Packages that use GHWorkflowJob Package Description org.kohsuke.github -
-
Uses of GHWorkflowJob in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowJob Modifier and Type Method Description GHWorkflowJobGHRepository. getWorkflowJob(long id)Gets a job from a workflow run by id.Methods in org.kohsuke.github that return types with arguments of type GHWorkflowJob Modifier and Type Method Description PagedIterable<GHWorkflowJob>GHWorkflowJobQueryBuilder. list()PagedIterable<GHWorkflowJob>GHWorkflowRun. listAllJobs()Returns the list of jobs from all the executions of this workflow run.PagedIterable<GHWorkflowJob>GHWorkflowRun. listJobs()Returns the list of jobs of this workflow run for the last execution.
-