@Generated(value="software.amazon.awssdk:codegen") public final class GetReportGroupTrendRequest extends CodeBuildRequest implements ToCopyableBuilder<GetReportGroupTrendRequest.Builder,GetReportGroupTrendRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetReportGroupTrendRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetReportGroupTrendRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
numOfReports()
The number of reports to analyze.
|
String |
reportGroupArn()
The ARN of the report group that contains the reports to analyze.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetReportGroupTrendRequest.Builder> |
serializableBuilderClass() |
GetReportGroupTrendRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ReportGroupTrendFieldType |
trendField()
The test report value to accumulate.
|
String |
trendFieldAsString()
The test report value to accumulate.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String reportGroupArn()
The ARN of the report group that contains the reports to analyze.
public final 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.
If this parameter is omitted, the most recent 100 reports are analyzed.
public final 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.
If the service returns an enum value that is not available in the current SDK version, trendField will
return ReportGroupTrendFieldType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from trendFieldAsString().
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.
ReportGroupTrendFieldTypepublic final String trendFieldAsString()
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.
If the service returns an enum value that is not available in the current SDK version, trendField will
return ReportGroupTrendFieldType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from trendFieldAsString().
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.
ReportGroupTrendFieldTypepublic GetReportGroupTrendRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetReportGroupTrendRequest.Builder,GetReportGroupTrendRequest>toBuilder in class CodeBuildRequestpublic static GetReportGroupTrendRequest.Builder builder()
public static Class<? extends GetReportGroupTrendRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.