Uses of Enum
org.sourcelab.github.client.objects.WorkflowTriggerEventType
Packages that use WorkflowTriggerEventType
-
Uses of WorkflowTriggerEventType in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return WorkflowTriggerEventTypeModifier and TypeMethodDescriptionstatic WorkflowTriggerEventTypeReturns the enum constant of this type with the specified name.static WorkflowTriggerEventType[]WorkflowTriggerEventType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WorkflowTriggerEventType in org.sourcelab.github.client.request
Methods in org.sourcelab.github.client.request that return WorkflowTriggerEventTypeMethods in org.sourcelab.github.client.request with parameters of type WorkflowTriggerEventTypeModifier and TypeMethodDescriptionWorkflowRunFilterCriteriaBuilder.withEvent(WorkflowTriggerEventType event) Constructors in org.sourcelab.github.client.request with parameters of type WorkflowTriggerEventTypeModifierConstructorDescriptionWorkflowRunFilterCriteria(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.