Java org.springframework.batch.core.step.job JobStep fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.step.job JobStep fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.step.job JobStep.

The text is from its open source code.

Constructor

Method

voidsetJob(Job job)
The Job to delegate to in this step.
voidsetJobLauncher(JobLauncher jobLauncher)
A JobLauncher is required to be able to run the enclosed Job .
voidsetJobParametersExtractor(JobParametersExtractor jobParametersExtractor)
The JobParametersExtractor is used to extract JobParametersExtractor from the StepExecution to run the Job .