Uses of Enum
org.sourcelab.github.client.objects.WorkflowJobConclusion
Packages that use WorkflowJobConclusion
-
Uses of WorkflowJobConclusion in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return WorkflowJobConclusionModifier and TypeMethodDescriptionWorkflowJob.getConclusion()WorkflowJobStep.getConclusion()static WorkflowJobConclusionReturns the enum constant of this type with the specified name.static WorkflowJobConclusion[]WorkflowJobConclusion.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 WorkflowJobConclusionModifierConstructorDescriptionWorkflowJob(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.