Uses of Interface
software.amazon.awssdk.services.codebuild.model.TestReportSummary.Builder
-
Packages that use TestReportSummary.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of TestReportSummary.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return TestReportSummary.Builder Modifier and Type Method Description static TestReportSummary.BuilderTestReportSummary. builder()TestReportSummary.BuilderTestReportSummary.Builder. durationInNanoSeconds(Long durationInNanoSeconds)The number of nanoseconds it took to run all of the test cases in this report.TestReportSummary.BuilderTestReportSummary.Builder. statusCounts(Map<String,Integer> statusCounts)A map that contains the number of each type of status returned by the test results in thisTestReportSummary.TestReportSummary.BuilderTestReportSummary. toBuilder()TestReportSummary.BuilderTestReportSummary.Builder. total(Integer total)The number of test cases in thisTestReportSummary.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type TestReportSummary.Builder Modifier and Type Method Description static Class<? extends TestReportSummary.Builder>TestReportSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type TestReportSummary.Builder Modifier and Type Method Description default Report.BuilderReport.Builder. testSummary(Consumer<TestReportSummary.Builder> testSummary)ATestReportSummaryobject that contains information about this test report.
-