Uses of Enum
org.sourcelab.github.client.objects.WorkflowRunStatus
Packages that use WorkflowRunStatus
-
Uses of WorkflowRunStatus in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return WorkflowRunStatusModifier and TypeMethodDescriptionWorkflowRun.getStatus()static WorkflowRunStatusReturns the enum constant of this type with the specified name.static WorkflowRunStatus[]WorkflowRunStatus.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 WorkflowRunStatusModifierConstructorDescriptionWorkflowRun(long id, String name, long checkSuiteId, String headBranch, String headSha, long runNumber, String event, WorkflowRunStatus status, WorkflowRunConclusion conclusion, long workflowId, String htmlUrl, String jobsUrl, String cancelUrl, String rerunUrl, long runAttempt, ZonedDateTime createdAt, ZonedDateTime updatedAt, ZonedDateTime runStartedAt, HeadCommit headCommit, Repository repository, List<PullRequest> pullRequests, Actor actor, Actor triggeringActor) Constructor. -
Uses of WorkflowRunStatus in org.sourcelab.github.client.request
Methods in org.sourcelab.github.client.request that return WorkflowRunStatusMethods in org.sourcelab.github.client.request with parameters of type WorkflowRunStatusModifier and TypeMethodDescriptionWorkflowRunFilterCriteriaBuilder.withStatus(WorkflowRunStatus status) Constructors in org.sourcelab.github.client.request with parameters of type WorkflowRunStatusModifierConstructorDescriptionWorkflowRunFilterCriteria(String owner, String repo, Long workflowId, String actor, String branch, WorkflowTriggerEventType event, WorkflowRunStatus status, Boolean excludePullRequests, Long checkSuiteId, String headSha, String created, PageOptions pageOptions) Constructor.