Package org.jobrunr.spring.autoconfigure
Class JobRunrProperties
- java.lang.Object
-
- org.jobrunr.spring.autoconfigure.JobRunrProperties
-
@ConfigurationProperties(prefix="org.jobrunr") public class JobRunrProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobRunrProperties.BackgroundJobServerJobRunr BackgroundJobServer related settingsstatic classJobRunrProperties.DashboardJobRunr dashboard related settingsstatic classJobRunrProperties.DatabaseJobRunr dashboard related settings.static classJobRunrProperties.JobsJobRunr job related settingsstatic classJobRunrProperties.JobSchedulerJobRunr JobScheduler related settings
-
Constructor Summary
Constructors Constructor Description JobRunrProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobRunrProperties.BackgroundJobServergetBackgroundJobServer()JobRunrProperties.DashboardgetDashboard()JobRunrProperties.DatabasegetDatabase()JobRunrProperties.JobsgetJobs()JobRunrProperties.JobSchedulergetJobScheduler()voidsetBackgroundJobServer(JobRunrProperties.BackgroundJobServer backgroundJobServer)voidsetDashboard(JobRunrProperties.Dashboard dashboard)voidsetDatabase(JobRunrProperties.Database database)voidsetJobs(JobRunrProperties.Jobs jobs)voidsetJobScheduler(JobRunrProperties.JobScheduler jobScheduler)
-
-
-
Method Detail
-
getDatabase
public JobRunrProperties.Database getDatabase()
-
setDatabase
public void setDatabase(JobRunrProperties.Database database)
-
getJobs
public JobRunrProperties.Jobs getJobs()
-
setJobs
public void setJobs(JobRunrProperties.Jobs jobs)
-
getJobScheduler
public JobRunrProperties.JobScheduler getJobScheduler()
-
setJobScheduler
public void setJobScheduler(JobRunrProperties.JobScheduler jobScheduler)
-
getDashboard
public JobRunrProperties.Dashboard getDashboard()
-
setDashboard
public void setDashboard(JobRunrProperties.Dashboard dashboard)
-
getBackgroundJobServer
public JobRunrProperties.BackgroundJobServer getBackgroundJobServer()
-
setBackgroundJobServer
public void setBackgroundJobServer(JobRunrProperties.BackgroundJobServer backgroundJobServer)
-
-