Class JobRunrProperties.Dashboard

  • Enclosing class:
    JobRunrProperties

    public static class JobRunrProperties.Dashboard
    extends java.lang.Object
    JobRunr dashboard related settings
    • Constructor Summary

      Constructors 
      Constructor Description
      Dashboard()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPort()  
      boolean isEnabled()  
      void setEnabled​(boolean enabled)  
      void setPort​(int port)  
      • Methods inherited from class java.lang.Object

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

      • Dashboard

        public Dashboard()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getPort

        public int getPort()
      • setPort

        public void setPort​(int port)