Class DescribeCodeCoveragesRequest

    • Method Detail

      • reportArn

        public final String reportArn()

        The ARN of the report for which test cases are returned.

        Returns:
        The ARN of the report for which test cases are returned.
      • nextToken

        public final String nextToken()

        The nextToken value returned from a previous call to DescribeCodeCoverages. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

        Returns:
        The nextToken value returned from a previous call to DescribeCodeCoverages. This specifies the next item to return. To return the beginning of the list, exclude this parameter.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return.

        Returns:
        The maximum number of results to return.
      • sortOrderAsString

        public final String sortOrderAsString()

        Specifies if the results are sorted in ascending or descending order.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        Specifies if the results are sorted in ascending or descending order.
        See Also:
        SortOrderType
      • sortBy

        public final ReportCodeCoverageSortByType sortBy()

        Specifies how the results are sorted. Possible values are:

        FILE_PATH

        The results are sorted by file path.

        LINE_COVERAGE_PERCENTAGE

        The results are sorted by the percentage of lines that are covered.

        If the service returns an enum value that is not available in the current SDK version, sortBy will return ReportCodeCoverageSortByType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        Specifies how the results are sorted. Possible values are:

        FILE_PATH

        The results are sorted by file path.

        LINE_COVERAGE_PERCENTAGE

        The results are sorted by the percentage of lines that are covered.

        See Also:
        ReportCodeCoverageSortByType
      • sortByAsString

        public final String sortByAsString()

        Specifies how the results are sorted. Possible values are:

        FILE_PATH

        The results are sorted by file path.

        LINE_COVERAGE_PERCENTAGE

        The results are sorted by the percentage of lines that are covered.

        If the service returns an enum value that is not available in the current SDK version, sortBy will return ReportCodeCoverageSortByType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        Specifies how the results are sorted. Possible values are:

        FILE_PATH

        The results are sorted by file path.

        LINE_COVERAGE_PERCENTAGE

        The results are sorted by the percentage of lines that are covered.

        See Also:
        ReportCodeCoverageSortByType
      • minLineCoveragePercentage

        public final Double minLineCoveragePercentage()

        The minimum line coverage percentage to report.

        Returns:
        The minimum line coverage percentage to report.
      • maxLineCoveragePercentage

        public final Double maxLineCoveragePercentage()

        The maximum line coverage percentage to report.

        Returns:
        The maximum line coverage percentage to report.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object