RequestMetadata

Metadata that is associated with a code review. This applies to both pull request and repository analysis code reviews.

Types

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

Properties

Link copied to clipboard

Information about the event associated with a code review.

Link copied to clipboard

An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.

Link copied to clipboard

The ID of the request. This is required for a pull request code review.

Link copied to clipboard

The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation.

Functions

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