EventInfo

class EventInfo

Information about an event. The event might be a push, pull request, scheduled request, or another type of event.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the event. The possible names are pull_request, workflow_dispatch, schedule, and push

Link copied to clipboard

The state of an event. The state might be open, closed, or another state.

Functions

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