-
public final class InstanceStepRepresents provision step to be performed on concrete AEM instance.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleangreedyprivate final DatestartedAtprivate final Booleanstartedprivate final Booleanendedprivate final Stringversionprivate final Booleanchangedprivate final DateendedAtprivate final Booleanfailedprivate final Longdurationprivate final StringdurationStringprivate final Longcounterprivate final Booleanperformableprivate final Instanceinstanceprivate final Stepdefinition
-
Constructor Summary
Constructors Constructor Description InstanceStep(Instance instance, Step definition)
-
Method Summary
Modifier and Type Method Description final Actionperform()StringtoString()final BooleangetGreedy()final DategetStartedAt()final BooleangetStarted()final BooleangetEnded()final StringgetVersion()final BooleangetChanged()final DategetEndedAt()final BooleangetFailed()final LonggetDuration()final StringgetDurationString()final LonggetCounter()final BooleangetPerformable()final InstancegetInstance()final StepgetDefinition()-
-
Method Detail
-
getStartedAt
final Date getStartedAt()
-
getStarted
final Boolean getStarted()
-
getVersion
final String getVersion()
-
getChanged
final Boolean getChanged()
-
getEndedAt
final Date getEndedAt()
-
getDuration
final Long getDuration()
-
getDurationString
final String getDurationString()
-
getCounter
final Long getCounter()
-
getPerformable
final Boolean getPerformable()
-
getInstance
final Instance getInstance()
-
getDefinition
final Step getDefinition()
-
-
-
-