public static interface GetReportGroupTrendRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<GetReportGroupTrendRequest.Builder,GetReportGroupTrendRequest>
| Modifier and Type | Method and Description |
|---|---|
GetReportGroupTrendRequest.Builder |
numOfReports(Integer numOfReports)
The number of reports to analyze.
|
GetReportGroupTrendRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetReportGroupTrendRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetReportGroupTrendRequest.Builder |
reportGroupArn(String reportGroupArn)
The ARN of the report group that contains the reports to analyze.
|
GetReportGroupTrendRequest.Builder |
trendField(ReportGroupTrendFieldType trendField)
The test report value to accumulate.
|
GetReportGroupTrendRequest.Builder |
trendField(String trendField)
The test report value to accumulate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetReportGroupTrendRequest.Builder reportGroupArn(String reportGroupArn)
The ARN of the report group that contains the reports to analyze.
reportGroupArn - The ARN of the report group that contains the reports to analyze.GetReportGroupTrendRequest.Builder numOfReports(Integer numOfReports)
The number of reports to analyze. This operation always retrieves the most recent reports.
If this parameter is omitted, the most recent 100 reports are analyzed.
numOfReports - The number of reports to analyze. This operation always retrieves the most recent reports.
If this parameter is omitted, the most recent 100 reports are analyzed.
GetReportGroupTrendRequest.Builder trendField(String trendField)
The test report value to accumulate. This must be one of the following values:
Accumulate the test run times for the specified reports.
Accumulate the percentage of tests that passed for the specified test reports.
Accumulate the total number of tests for the specified test reports.
Accumulate the branch coverage percentages for the specified test reports.
Accumulate the branches covered values for the specified test reports.
Accumulate the branches missed values for the specified test reports.
Accumulate the line coverage percentages for the specified test reports.
Accumulate the lines covered values for the specified test reports.
Accumulate the lines not covered values for the specified test reports.
trendField - The test report value to accumulate. This must be one of the following values:
Accumulate the test run times for the specified reports.
Accumulate the percentage of tests that passed for the specified test reports.
Accumulate the total number of tests for the specified test reports.
Accumulate the branch coverage percentages for the specified test reports.
Accumulate the branches covered values for the specified test reports.
Accumulate the branches missed values for the specified test reports.
Accumulate the line coverage percentages for the specified test reports.
Accumulate the lines covered values for the specified test reports.
Accumulate the lines not covered values for the specified test reports.
ReportGroupTrendFieldType,
ReportGroupTrendFieldTypeGetReportGroupTrendRequest.Builder trendField(ReportGroupTrendFieldType trendField)
The test report value to accumulate. This must be one of the following values:
Accumulate the test run times for the specified reports.
Accumulate the percentage of tests that passed for the specified test reports.
Accumulate the total number of tests for the specified test reports.
Accumulate the branch coverage percentages for the specified test reports.
Accumulate the branches covered values for the specified test reports.
Accumulate the branches missed values for the specified test reports.
Accumulate the line coverage percentages for the specified test reports.
Accumulate the lines covered values for the specified test reports.
Accumulate the lines not covered values for the specified test reports.
trendField - The test report value to accumulate. This must be one of the following values:
Accumulate the test run times for the specified reports.
Accumulate the percentage of tests that passed for the specified test reports.
Accumulate the total number of tests for the specified test reports.
Accumulate the branch coverage percentages for the specified test reports.
Accumulate the branches covered values for the specified test reports.
Accumulate the branches missed values for the specified test reports.
Accumulate the line coverage percentages for the specified test reports.
Accumulate the lines covered values for the specified test reports.
Accumulate the lines not covered values for the specified test reports.
ReportGroupTrendFieldType,
ReportGroupTrendFieldTypeGetReportGroupTrendRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetReportGroupTrendRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.