module GitHub::REST::WorkflowRuns
Overview
This module is specifically for interacting with the WorkflowRuns endpoints GitHub offers us to use. see GitHub WorkflowRuns endpoints
Direct including types
Defined in:
githubcr/rest.crInstance Method Summary
- #cancel_workflow(owner : String, repository : String, run_id : String) : Nil
- #get_workflow_run(owner : String, repository : String, run_id : String) : WorkflowRun::WorkflowRunData
- #list_repository_workflow_runs(owner : String, repository : String) : WorkflowRun
-
#list_workflow_run_logs
TODO
- #list_workflow_runs(owner : String, repository : String, workflow_id : String) : WorkflowRun
- #rerun_workflow(owner : String, repository : String, run_id : String) : Nil
Instance Method Detail
def get_workflow_run(owner : String, repository : String, run_id : String) : WorkflowRun::WorkflowRunData
#
def list_repository_workflow_runs(owner : String, repository : String) : WorkflowRun
#
def list_workflow_runs(owner : String, repository : String, workflow_id : String) : WorkflowRun
#