CodeReviewSummary

Information about the summary of the code review.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the CodeReview object.

Link copied to clipboard

The time, in milliseconds since the epoch, when the code review was created.

Link copied to clipboard

The time, in milliseconds since the epoch, when the code review was last updated.

Link copied to clipboard

The statistics from the code review.

Link copied to clipboard
val name: String?

The name of the code review.

Link copied to clipboard

The owner of the repository. For an Amazon Web Services CodeCommit repository, this is the Amazon Web Services account ID of the account that owns the repository. For a GitHub, GitHub Enterprise Server, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, it can be the username or Amazon Web Services account ID.

Link copied to clipboard

The provider type of the repository association.

Link copied to clipboard

The pull request ID for the code review.

Link copied to clipboard

The name of the repository.

Link copied to clipboard

Specifies the source code that is analyzed in a code review.

Link copied to clipboard

The state of the code review.

Link copied to clipboard
val type: Type?

The type of the code review.

Functions

Link copied to clipboard
inline fun copy(block: CodeReviewSummary.Builder.() -> Unit = {}): CodeReviewSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String