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