Uses of Class
org.kohsuke.github.GHWorkflowJob
Packages that use GHWorkflowJob
-
Uses of GHWorkflowJob in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowJobModifier and TypeMethodDescriptionGHEventPayload.WorkflowJob.getWorkflowJob()
Gets the workflow job.GHRepository.getWorkflowJob
(long id) Gets a job from a workflow run by id.Methods in org.kohsuke.github that return types with arguments of type GHWorkflowJobModifier and TypeMethodDescriptionGHWorkflowJobQueryBuilder.list()
List.GHWorkflowRun.listAllJobs()
Returns the list of jobs from all the executions of this workflow run.GHWorkflowRun.listJobs()
Returns the list of jobs of this workflow run for the last execution.