
org.sourcelab.github.client.objects.WorkflowRunStatus Maven / Gradle / Ivy
The newest version!
package org.sourcelab.github.client.objects;
public enum WorkflowRunStatus {
completed,
action_required,
cancelled,
failure,
neutral,
skipped,
stale,
success,
timed_out,
in_progress,
queued,
requested,
waiting,
pending;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy