| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageSummaryResponse |
CodeCoverageApi.getCodeCoverageBranchSummary(BranchCoverageSummaryRequest body)
Get code coverage summary for a branch.
|
CompletableFuture<CoverageSummaryResponse> |
CodeCoverageApi.getCodeCoverageBranchSummaryAsync(BranchCoverageSummaryRequest body)
Get code coverage summary for a branch.
|
ApiResponse<CoverageSummaryResponse> |
CodeCoverageApi.getCodeCoverageBranchSummaryWithHttpInfo(BranchCoverageSummaryRequest body)
Retrieve aggregated code coverage statistics for a specific branch in a repository.
|
CompletableFuture<ApiResponse<CoverageSummaryResponse>> |
CodeCoverageApi.getCodeCoverageBranchSummaryWithHttpInfoAsync(BranchCoverageSummaryRequest body)
Get code coverage summary for a branch.
|
| Modifier and Type | Method and Description |
|---|---|
BranchCoverageSummaryRequest |
BranchCoverageSummaryRequest.data(BranchCoverageSummaryRequestData data) |
BranchCoverageSummaryRequest |
BranchCoverageSummaryRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.