Class WorkflowRunFilterCriteria
java.lang.Object
org.sourcelab.github.client.request.WorkflowRunFilterCriteria
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowRunFilterCriteria(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. -
Method Summary
-
Constructor Details
-
WorkflowRunFilterCriteria
public WorkflowRunFilterCriteria(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.
-
-
Method Details