static <T> AFlowEvent<T> |
AFlowEvent.stepFailed() |
static <T> AFlowEvent<T> |
AFlowEvent.stepFailed(org.hamcrest.Matcher<? super T> reasonMatcher) |
static <T> AFlowEvent<T> |
AFlowEvent.stepFailed(T result) |
static <T> AFlowEvent<T> |
AFlowEvent.stepStarted() |
static <T> AFlowEvent<T> |
AFlowEvent.stepStarted(Map<String,T> scratchpadState) |
static <T> AFlowEvent<T> |
AFlowEvent.stepStarted(org.hamcrest.Matcher<? super Map<String,T>> scratchpadStateMatcher) |
static <T> AFlowEvent<T> |
AFlowEvent.stepSucceeded() |
static <T> AFlowEvent<T> |
AFlowEvent.stepSucceeded(org.hamcrest.Matcher<? super T> resultMatcher) |
static <T> AFlowEvent<T> |
AFlowEvent.stepSucceeded(T result) |
AFlowEvent<T> |
AFlowEvent.withFlowId(org.hamcrest.Matcher<? super UUID> flowIdMatcher) |
AFlowEvent<T> |
AFlowEvent.withFlowId(UUID flowId) |
AFlowEvent<T> |
AFlowEvent.withStepId(org.hamcrest.Matcher<? super UUID> stepIdMatcher) |
AFlowEvent<T> |
AFlowEvent.withStepId(UUID stepId) |
AFlowEvent<T> |
AFlowEvent.withTimestamp(long timestamp) |
AFlowEvent<T> |
AFlowEvent.withTimestamp(org.hamcrest.Matcher<? super Long> timestampMatcher) |