Uses of Class
io.github.coho04.githubapi.entities.GHWorkflowJob
Packages that use GHWorkflowJob
-
Uses of GHWorkflowJob in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHWorkflowJobModifier and TypeMethodDescriptionGHRepository.getJobFromWorkflowRun
(int id) Fetches the workflow job with the given ID in this repository.Methods in io.github.coho04.githubapi.entities.repositories that return types with arguments of type GHWorkflowJobModifier and TypeMethodDescriptionGHRepository.listJobsForWorkflowAttempt
(int id, int attempt) Fetches the list of jobs for the specified workflow attempt.GHRepository.listJobsFromWorkflowRun
(int id) Fetches the list of jobs in the specified workflow run.