Uses of Class
org.springframework.batch.core.job.builder.JobBuilderHelper
Packages that use JobBuilderHelper
Package
Description
Job and flow level builders for java based configuration of batch jobs
-
Uses of JobBuilderHelper in org.springframework.batch.core.job.builder
Classes in org.springframework.batch.core.job.builder with type parameters of type JobBuilderHelperModifier and TypeClassDescriptionclassJobBuilderHelper<B extends JobBuilderHelper<B>>A base class and utility for other job builders providing access to common properties like job repository.Subclasses of JobBuilderHelper in org.springframework.batch.core.job.builderModifier and TypeClassDescriptionclassA job builder forFlowJobinstances.classConvenience for building jobs of various kinds.classConstructors in org.springframework.batch.core.job.builder with parameters of type JobBuilderHelperModifierConstructorDescriptionFlowJobBuilder(JobBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.protectedJobBuilderHelper(JobBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.SimpleJobBuilder(JobBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.