Class JobDashboardProgressBar


  • public class JobDashboardProgressBar
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JOB_RUNR_LOG_KEY  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getProgress()  
      void increaseByOne()  
      void setValue​(int currentProgress)  
      void setValue​(long currentProgress)  
      • Methods inherited from class java.lang.Object

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

      • JOB_RUNR_LOG_KEY

        public static final java.lang.String JOB_RUNR_LOG_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • JobDashboardProgressBar

        public JobDashboardProgressBar​(Job job,
                                       java.lang.Long totalAmount)
    • Method Detail

      • increaseByOne

        public void increaseByOne()
      • getProgress

        public int getProgress()
      • setValue

        public void setValue​(int currentProgress)
      • setValue

        public void setValue​(long currentProgress)