DeployTargetEvent

A lifecycle event for the deploy action.

Types

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

Properties

Link copied to clipboard

The context for the event for the deploy action.

Link copied to clipboard

The end time for the event for the deploy action.

Link copied to clipboard
val name: String?

The name of the event for the deploy action.

Link copied to clipboard

The start time for the event for the deploy action.

Link copied to clipboard

The status of the event for the deploy action.

Functions

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