CodeReview

Information about a code review. A code review belongs to the associated repository that contains the reviewed code.

Types

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

Properties

Link copied to clipboard

The types of analysis performed during a repository analysis or a pull request review. You can specify either Security, CodeQuality, or both.

Link copied to clipboard

The Amazon Resource Name (ARN) of the RepositoryAssociation that contains the reviewed source code. You can retrieve associated repository ARNs by calling ListRepositoryAssociations.

Link copied to clipboard

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

Link copied to clipboard

The state of the aws-codeguru-reviewer.yml configuration file that allows the configuration of the CodeGuru Reviewer analysis. The file either exists, doesn't exist, or exists with errors at the root directory of your repository.

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 type of repository that contains the reviewed code (for example, GitHub or Bitbucket).

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

The type of the source code for the code review.

Link copied to clipboard

The valid code review states are:

Link copied to clipboard

The reason for the state of the code review.

Link copied to clipboard
val type: Type?

The type of code review.

Functions

Link copied to clipboard
inline fun copy(block: CodeReview.Builder.() -> Unit = {}): CodeReview
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