Class JobStatus

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JobStatus.StateEnum  
    • Constructor Summary

      Constructors 
      Constructor Description
      JobStatus()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getProgress()
      Get progress minimum: 0 maximum: 100
      JobStatus.StateEnum getState()  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JobStatus

        public JobStatus()
    • Method Detail

      • getProgress

        public java.lang.Integer getProgress()
        Get progress minimum: 0 maximum: 100
        Returns:
        progress