public static final class TestFlowEvent.TestStepStartedEvent<T> extends TestFlowEvent<T,TestFlowEvent.TestStepStartedEvent<T>> implements StepStartedEvent<T>
TestFlowEvent.TestStepFailedEvent<T>, TestFlowEvent.TestStepStartedEvent<T>, TestFlowEvent.TestStepSucceededEvent<T>| Modifier and Type | Method and Description |
|---|---|
Map<String,T> |
getScratchpadState() |
<V> V |
translate(FlowEventTranslator<T,V> translator) |
TestFlowEvent.TestStepStartedEvent<T> |
withScratchpadState(String key,
T value) |
failed, getFlowId, getStepId, getTimestamp, started, startedWith, succeededclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFlowId, getStepId, getTimestamppublic TestFlowEvent.TestStepStartedEvent<T> withScratchpadState(String key, T value)
public Map<String,T> getScratchpadState()
getScratchpadState in interface StepStartedEvent<T>public <V> V translate(FlowEventTranslator<T,V> translator)
Copyright © 2017. All Rights Reserved.