Class JobRunrConfiguration.DashboardConfiguration

  • Enclosing class:
    JobRunrConfiguration

    public static class JobRunrConfiguration.DashboardConfiguration
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean enabled
      Enables the JobRunr dashboard.
      java.util.Optional<java.lang.String> password
      The password for the basic authentication which protects the dashboard.
      java.util.Optional<java.lang.Integer> port
      The port on which the Dashboard should run
      java.util.Optional<java.lang.String> username
      The username for the basic authentication which protects the dashboard
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • enabled

        @ConfigItem(defaultValue="false")
        public boolean enabled
        Enables the JobRunr dashboard.
      • port

        @ConfigItem
        public java.util.Optional<java.lang.Integer> port
        The port on which the Dashboard should run
      • username

        @ConfigItem
        public java.util.Optional<java.lang.String> username
        The username for the basic authentication which protects the dashboard
      • password

        @ConfigItem
        public java.util.Optional<java.lang.String> password
        The password for the basic authentication which protects the dashboard. WARNING: this is insecure as it is in clear text
    • Constructor Detail

      • DashboardConfiguration

        public DashboardConfiguration()