LifecycleEvent

Information about a deployment lifecycle event.

Types

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

Properties

Link copied to clipboard

Diagnostic information about the deployment lifecycle event.

Link copied to clipboard

A timestamp that indicates when the deployment lifecycle event ended.

Link copied to clipboard

The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

Link copied to clipboard

A timestamp that indicates when the deployment lifecycle event started.

Link copied to clipboard

The deployment lifecycle event status:

Functions

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