Uses of Class
io.github.coho04.githubapi.entities.GHWorkflowRun
Packages that use GHWorkflowRun
Package
Description
-
Uses of GHWorkflowRun in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHWorkflowRunModifier and TypeMethodDescriptionGHArtifact.getWorkflowRun()
Returns the workflow run of the artifact. -
Uses of GHWorkflowRun in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHWorkflowRunModifier and TypeMethodDescriptionGHRepository.getWorkflowRun
(int id) Fetches the workflow run with the given ID in this repository.