abstract class AbstractInstance : Instance
<init> |
AbstractInstance(aem: AemExtension) |
aem |
val aem: AemExtension |
available |
open val available: Boolean |
environment |
open lateinit var environment: String |
httpUrl |
open lateinit var httpUrl: String |
id |
open lateinit var id: String |
logger |
val logger: Logger! |
name |
open var name: String |
properties |
open var properties: MutableMap<String, String?> |
sync |
open val sync: InstanceSync |
systemProperties |
open val systemProperties: Map<String, String> |
version |
open val version: String |
zoneId |
open val zoneId: ZoneId |
awaitUp |
fun awaitUp(options: AwaitUpAction.() -> Unit = {}): Unit |
equals |
open fun equals(other: Any?): Boolean |
hashCode |
open fun hashCode(): Int |
property |
open fun property(key: String, value: String?): Unitfun property(key: String): String? |
reload |
fun reload(options: ReloadAction.() -> Unit = {}): Unit |
reloadAndAwaitUp |
fun reloadAndAwaitUp(): Unit |
LocalInstance |
class LocalInstance : AbstractInstance, Serializable |
RemoteInstance |
class RemoteInstance : AbstractInstance, Serializable |