Uses of Class
de.qytera.qtaf.core.guice.invokation.StepExecutionInfo
Packages that use StepExecutionInfo
-
Uses of StepExecutionInfo in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type StepExecutionInfoModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<StepExecutionInfo>QtafEvents.beforeStepExecutionSubject that emits an event before a step method is executed and transfers information about the executed step.static final rx.subjects.PublishSubject<StepExecutionInfo>QtafEvents.stepExecutionFailureSubject that emits an event when a step method fails and transfers information about the executed step.static final rx.subjects.PublishSubject<StepExecutionInfo>QtafEvents.stepExecutionSuccessSubject that emits an event when a step method is executed successfully and transfers information about the executed step. -
Uses of StepExecutionInfo in de.qytera.qtaf.core.guice.invokation
Methods in de.qytera.qtaf.core.guice.invokation that return StepExecutionInfoModifier and TypeMethodDescriptionStepExecutionInfo.setAnnotation(Step step) Set step.Set error.StepExecutionInfo.setMethodInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Set methodInvocation.Set result.StepExecutionInfo.setStackTraceElements(StackTraceElement[] stackTraceElements) Set stackTraceElements.Set thread.