PullRequestEvent

Returns information about a pull request event.

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 user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.

Link copied to clipboard

Information about a pull request event.

Link copied to clipboard

Information about an approval rule override event for a pull request.

Link copied to clipboard

Information about an approval state change for a pull request.

Link copied to clipboard

The day and time of the pull request event, in timestamp format.

Link copied to clipboard

Information about the source and destination branches for the pull request.

Link copied to clipboard

The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).

Link copied to clipboard

The system-generated ID of the pull request.

Information about the change in mergability state for the pull request event.

Information about the updated source branch for the pull request event.

Link copied to clipboard

Information about the change in status for the pull request event.

Functions

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