Uses of Enum
org.sourcelab.github.client.objects.WorkflowState
Packages that use WorkflowState
-
Uses of WorkflowState in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return WorkflowStateModifier and TypeMethodDescriptionWorkflow.getState()static WorkflowStateReturns the enum constant of this type with the specified name.static WorkflowState[]WorkflowState.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 WorkflowStateModifierConstructorDescriptionWorkflow(long id, String name, String path, WorkflowState state, ZonedDateTime createdAt, ZonedDateTime updatedAt, String htmlUrl) Constructor.