Interface JobRunrConfiguration.DashboardConfiguration
- Enclosing interface:
JobRunrConfiguration
@ConfigurationProperties("dashboard")
public static interface JobRunrConfiguration.DashboardConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe password for the basic authentication which protects the dashboard.getPort()The port on which the Dashboard should runThe username for the basic authentication which protects the dashboardbooleanEnables the JobRunr dashboard.
-
Method Details
-
isEnabled
@Bindable(defaultValue="false") boolean isEnabled()Enables the JobRunr dashboard. -
getPort
The port on which the Dashboard should run -
getUsername
The username for the basic authentication which protects the dashboard -
getPassword
The password for the basic authentication which protects the dashboard. WARNING: this is insecure as it is in clear text
-