Uses of Enum
org.sourcelab.github.client.objects.WorkflowRunConclusion
Packages that use WorkflowRunConclusion
-
Uses of WorkflowRunConclusion in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return WorkflowRunConclusionModifier and TypeMethodDescriptionWorkflowRun.getConclusion()static WorkflowRunConclusionReturns the enum constant of this type with the specified name.static WorkflowRunConclusion[]WorkflowRunConclusion.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 WorkflowRunConclusionModifierConstructorDescriptionWorkflowRun(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.