Uses of Class
software.amazon.awssdk.services.codebuild.model.GetReportGroupTrendResponse
-
Packages that use GetReportGroupTrendResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of GetReportGroupTrendResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return GetReportGroupTrendResponse Modifier and Type Method Description default GetReportGroupTrendResponseCodeBuildClient. getReportGroupTrend(Consumer<GetReportGroupTrendRequest.Builder> getReportGroupTrendRequest)Analyzes and accumulates test report values for the specified test reports.default GetReportGroupTrendResponseCodeBuildClient. getReportGroupTrend(GetReportGroupTrendRequest getReportGroupTrendRequest)Analyzes and accumulates test report values for the specified test reports.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type GetReportGroupTrendResponse Modifier and Type Method Description default CompletableFuture<GetReportGroupTrendResponse>CodeBuildAsyncClient. getReportGroupTrend(Consumer<GetReportGroupTrendRequest.Builder> getReportGroupTrendRequest)Analyzes and accumulates test report values for the specified test reports.default CompletableFuture<GetReportGroupTrendResponse>CodeBuildAsyncClient. getReportGroupTrend(GetReportGroupTrendRequest getReportGroupTrendRequest)Analyzes and accumulates test report values for the specified test reports.
-