Class JobService


  • @Service
    public class JobService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JobService​(org.springframework.batch.core.configuration.JobRegistry jobRegistry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Job job​(java.lang.String jobName)  
      java.util.Collection<Job> jobs()  
      • Methods inherited from class java.lang.Object

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

      • JobService

        @Autowired
        public JobService​(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
    • Method Detail

      • jobs

        public java.util.Collection<Job> jobs()
      • job

        public Job job​(java.lang.String jobName)