public static interface TestCaseFilter.Builder extends SdkPojo, CopyableBuilder<TestCaseFilter.Builder,TestCaseFilter>
| Modifier and Type | Method and Description |
|---|---|
TestCaseFilter.Builder |
keyword(String keyword)
A keyword that is used to filter on the
name or the prefix of the test cases. |
TestCaseFilter.Builder |
status(String status)
The status used to filter test cases.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestCaseFilter.Builder status(String status)
The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:
SUCCEEDED
FAILED
ERROR
SKIPPED
UNKNOWN
status - The status used to filter test cases. A TestCaseFilter can have one status. Valid values
are:
SUCCEEDED
FAILED
ERROR
SKIPPED
UNKNOWN
TestCaseFilter.Builder keyword(String keyword)
A keyword that is used to filter on the name or the prefix of the test cases. Only
test cases where the keyword is a substring of the name or the prefix will be
returned.
keyword - A keyword that is used to filter on the name or the prefix of the test
cases. Only test cases where the keyword is a substring of the name or the
prefix will be returned.Copyright © 2023. All rights reserved.