Interface JobRunrConfiguration.DashboardConfiguration

  • Enclosing interface:
    JobRunrConfiguration

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getPassword()
      The password for the basic authentication which protects the dashboard.
      java.util.Optional<java.lang.Integer> getPort()
      The port on which the Dashboard should run
      java.util.Optional<java.lang.String> getUsername()
      The username for the basic authentication which protects the dashboard
      boolean isEnabled()
      Enables the JobRunr dashboard.
    • Method Detail

      • isEnabled

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

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

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

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