Class JobVersioner

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class JobVersioner
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      JobVersioner​(Job job)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void commitVersion()  
      boolean isNewJob()  
      • Methods inherited from class java.lang.Object

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

      • JobVersioner

        public JobVersioner​(Job job)
    • Method Detail

      • isNewJob

        public boolean isNewJob()
      • commitVersion

        public void commitVersion()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable