Interface JobRunrConfiguration.DashboardConfiguration

Enclosing interface:
JobRunrConfiguration

@ConfigurationProperties("dashboard") public static interface JobRunrConfiguration.DashboardConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    The password for the basic authentication which protects the dashboard.
    The port on which the Dashboard should run
    The username for the basic authentication which protects the dashboard
    boolean
    Enables the JobRunr dashboard.
  • Method Details

    • isEnabled

      @Bindable(defaultValue="false") boolean isEnabled()
      Enables the JobRunr dashboard.
    • getPort

      Optional<Integer> getPort()
      The port on which the Dashboard should run
    • getUsername

      Optional<String> getUsername()
      The username for the basic authentication which protects the dashboard
    • getPassword

      Optional<String> getPassword()
      The password for the basic authentication which protects the dashboard. WARNING: this is insecure as it is in clear text