Class JobBuilderFactory


  • public class JobBuilderFactory
    extends java.lang.Object
    Convenient factory for a JobBuilder which sets the JobRepository automatically.
    Author:
    Dave Syer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      JobBuilderget​(java.lang.String name)
      Creates a job builder and initializes its job repository.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobBuilderFactory

        public JobBuilderFactory​(JobRepository jobRepository)
    • Method Detail

      • get

        public JobBuilder get​(java.lang.String name)
        Creates a job builder and initializes its job repository. Note that if the builder is used to create a @Bean definition then the name of the job and the bean name might be different.
        Parameters:
        name - the name of the job
        Returns:
        a job builder