Class: Aws::CodeBuild::Types::DescribeCodeCoveragesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_line_coverage_percentageFloat

The maximum line coverage percentage to report.

Returns:

  • (Float)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2072

class DescribeCodeCoveragesInput < Struct.new(
  :report_arn,
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :min_line_coverage_percentage,
  :max_line_coverage_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2072

class DescribeCodeCoveragesInput < Struct.new(
  :report_arn,
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :min_line_coverage_percentage,
  :max_line_coverage_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#min_line_coverage_percentageFloat

The minimum line coverage percentage to report.

Returns:

  • (Float)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2072

class DescribeCodeCoveragesInput < Struct.new(
  :report_arn,
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :min_line_coverage_percentage,
  :max_line_coverage_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2072

class DescribeCodeCoveragesInput < Struct.new(
  :report_arn,
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :min_line_coverage_percentage,
  :max_line_coverage_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#report_arnString

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

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2072

class DescribeCodeCoveragesInput < Struct.new(
  :report_arn,
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :min_line_coverage_percentage,
  :max_line_coverage_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

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.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2072

class DescribeCodeCoveragesInput < Struct.new(
  :report_arn,
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :min_line_coverage_percentage,
  :max_line_coverage_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

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

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2072

class DescribeCodeCoveragesInput < Struct.new(
  :report_arn,
  :next_token,
  :max_results,
  :sort_order,
  :sort_by,
  :min_line_coverage_percentage,
  :max_line_coverage_percentage)
  SENSITIVE = []
  include Aws::Structure
end