Interface TestResultServiceAsync
-
- All Implemented Interfaces:
public interface TestResultServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTestResultServiceAsync.WithRawResponseA view of TestResultServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract TestResultServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract TestResultServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<TestResultListResponse> list(String projectVersionId)
List the test results for a project commit (project version).
-
list
CompletableFuture<TestResultListResponse> list(String projectVersionId, TestResultListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<TestResultListResponse> list(String projectVersionId, TestResultListParams params)
-
list
abstract CompletableFuture<TestResultListResponse> list(TestResultListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<TestResultListResponse> list(TestResultListParams params)
-
list
CompletableFuture<TestResultListResponse> list(String projectVersionId, RequestOptions requestOptions)
-
-
-
-