Uses of Enum
org.sourcelab.github.client.objects.WorkflowJobStatus
Packages that use WorkflowJobStatus
-
Uses of WorkflowJobStatus in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return WorkflowJobStatusModifier and TypeMethodDescriptionWorkflowJob.getStatus()WorkflowJobStep.getStatus()static WorkflowJobStatusReturns the enum constant of this type with the specified name.static WorkflowJobStatus[]WorkflowJobStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sourcelab.github.client.objects with parameters of type WorkflowJobStatusModifierConstructorDescriptionWorkflowJob(long id, String name, long runId, long runAttempt, String headSha, String htmlUrl, WorkflowJobStatus status, WorkflowJobConclusion conclusion, ZonedDateTime startedAt, ZonedDateTime completedAt, List<WorkflowJobStep> steps) Constructor.WorkflowJobStep(String name, WorkflowJobStatus status, WorkflowJobConclusion conclusion, long number, ZonedDateTime startedAt, ZonedDateTime completedAt) Constructor.