aem-plugin / com.cognifide.gradle.aem.environment.health / HealthStatus

HealthStatus

class HealthStatus

Constructors

<init>

HealthStatus(check: HealthCheck, cause: Exception? = null)

Properties

cause

val cause: Exception?

check

val check: HealthCheck

passed

val passed: Boolean

status

val status: String

Functions

toString

fun toString(): String