Uses of Class
org.kohsuke.github.GHWorkflowRun
-
Packages that use GHWorkflowRun Package Description org.kohsuke.github -
-
Uses of GHWorkflowRun in org.kohsuke.github
Methods in org.kohsuke.github that return GHWorkflowRun Modifier and Type Method Description GHWorkflowRunGHEventPayload.WorkflowRun. getWorkflowRun()Gets the workflow run.GHWorkflowRunGHRepository. getWorkflowRun(long id)Gets a workflow run.Methods in org.kohsuke.github that return types with arguments of type GHWorkflowRun Modifier and Type Method Description PagedIterable<GHWorkflowRun>GHWorkflowRunQueryBuilder. list()List.PagedIterable<GHWorkflowRun>GHWorkflow. listRuns()Lists the workflow runs belong to this workflow.
-