class Stack
Represents AEM project specific AEM Docker stack and provides API for manipulating it.
<init> |
Represents AEM project specific AEM Docker stack and provides API for manipulating it. Stack(environment: Environment) |
deployRetry |
var deployRetry: Retry |
environment |
val environment: Environment |
initialized |
val initialized: Boolean |
initTimeout |
var initTimeout: Long |
internalName |
val internalName: String! |
networkAvailable |
val networkAvailable: Boolean |
networkTimeout |
var networkTimeout: Long |
running |
val running: Boolean |
undeployRetry |
var undeployRetry: Retry |
deploy |
fun deploy(): Unit |
reset |
fun reset(): Unit |
undeploy |
fun undeploy(): Unit |