class InstanceStep
Represents provision step to be performed on concrete AEM instance.
<init> |
Represents provision step to be performed on concrete AEM instance. InstanceStep(instance: Instance, definition: Step) |
counter |
val counter: Long |
definition |
val definition: Step |
duration |
val duration: Long |
durationString |
val durationString: String |
ended |
val ended: Boolean |
endedAt |
val endedAt: Date |
failed |
val failed: Boolean |
instance |
val instance: Instance |
started |
val started: Boolean |
startedAt |
val startedAt: Date |
isPerformable |
fun isPerformable(): Boolean |
perform |
Perform provision step on AEM instance. fun perform(): Unit |
toString |
fun toString(): String |
update |
Update provision step metadata on AEM instance. fun update(): Unit |
COUNTER_PROP |
const val COUNTER_PROP: String |
ENDED_AT_PROP |
const val ENDED_AT_PROP: String |
FAILED_PROP |
const val FAILED_PROP: String |
STARTED_AT_PROP |
const val STARTED_AT_PROP: String |