Uses of Class
org.sourcelab.github.client.objects.WorkflowJobStep
Packages that use WorkflowJobStep
-
Uses of WorkflowJobStep in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return types with arguments of type WorkflowJobStepConstructor parameters in org.sourcelab.github.client.objects with type arguments of type WorkflowJobStepModifierConstructorDescriptionWorkflowJob(long id, String name, long runId, long runAttempt, String headSha, String htmlUrl, WorkflowJobStatus status, WorkflowJobConclusion conclusion, ZonedDateTime startedAt, ZonedDateTime completedAt, List<WorkflowJobStep> steps) Constructor.