-
Deprecated ClassesClassDescriptionExtend
SynchronousNonBlockingStepExecutionand avoid Guice.ExtendSynchronousStepExecutionand avoid Guice.Moved to the structs plugin. SeeDescribableModel
-
Deprecated Annotation InterfacesAnnotation InterfaceDescriptionCall
StepContext.get(java.lang.Class<T>)as needed and avoid Guice.
-
Deprecated MethodsMethodDescriptionuse
BodyExecution.cancel(Throwable)to provide richer contextUseBodyInvoker.withCallback(BodyExecutionCallback)and callBodyExecutionCallback.wrap(com.google.common.util.concurrent.FutureCallback<java.lang.Object>)if this is what you really wanted.instead useCustomDescribableModelinstead useCustomDescribableModel
-
Deprecated ConstructorsConstructorDescriptionDirectly extend
StepExecutionand avoid Guice for a new step. Or seeAbstractStepExecutionImpl(StepContext)for an existing step.Directly extendStepand avoid Guice. Or seeAbstractStepImpl(boolean)for an existing step.Avoid Guice.UseSynchronousResumeNotSupportedException(StepContext)instead.
StepDescriptorand avoid Guice.