Java org.springframework.batch.core.job.builder JobBuilder fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

JobFlowBuilderflow(Step step)
Create a new job builder that will execute a step or sequence of steps.
SimpleJobBuilderstart(Step step)
Create a new job builder that will execute a step or sequence of steps.
JobFlowBuilderstart(Flow flow)
Create a new job builder that will execute a flow.