aem-plugin / com.cognifide.gradle.aem.instance.provision / InstanceStep

InstanceStep

class InstanceStep

Represents provision step to be performed on concrete AEM instance.

Constructors

<init>

Represents provision step to be performed on concrete AEM instance.

InstanceStep(instance: Instance, definition: Step)

Properties

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

Functions

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

Companion Object Properties

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