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 stepstatic final rx.subjects.PublishSubject<StepExecutionInfo>QtafEvents.stepExecutionFailureSubject that emits an event when a step method fails and transfers information about the executed stepstatic 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 TypeMethodDescriptionSet errorStepExecutionInfo.setId(int id) Set idStepExecutionInfo.setMethodInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Set methodInvocationSet resultSet step