Summer.Batch.Core.Job.Builder Namespace Reference

Classes

class  FlowBuilder
 A builder for a flow of steps that can be executed as a job or as part of a job. Steps can be linked together with conditional transitions that depend on the exit status of the previous step. More...
 
class  FlowBuilderException
 Utility exception thrown by builders when they encounter unexpected exceptions. More...
 
class  FlowJobBuilder
 A job builder for FlowJob instances. A flow job delegates processing to a nested flow composed of steps and conditional transitions between steps. More...
 
class  JobBuilder
 Convenient entry point for building jobs of various kinds. More...
 
class  JobBuilderException
 Utility exception thrown by builders when they encounter unexpected exceptions. More...
 
class  JobBuilderHelper
 A base class and utility for other job builders providing access to common properties like job repository. More...
 
class  JobFlowBuilder
 Job Flow builder. More...
 
class  SimpleJobBuilder
 Simple job builder. More...