Package org.jobrunr.spring.autoconfigure
Class JobRunrProperties
java.lang.Object
org.jobrunr.spring.autoconfigure.JobRunrProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
JobRunr BackgroundJobServer related settingsstatic class
JobRunr dashboard related settingsstatic class
JobRunr dashboard related settings.static class
JobRunr job related settingsstatic class
JobRunr JobScheduler related settingsstatic class
JobRunr MicroMeter Metrics related settingsstatic class
Miscellaneous settings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJobs()
void
setBackgroundJobServer
(JobRunrProperties.BackgroundJobServer backgroundJobServer) void
setDashboard
(JobRunrProperties.Dashboard dashboard) void
setDatabase
(JobRunrProperties.Database database) void
void
setJobScheduler
(JobRunrProperties.JobScheduler jobScheduler) void
setMiscellaneous
(JobRunrProperties.Miscellaneous miscellaneous)
-
Constructor Details
-
JobRunrProperties
public JobRunrProperties()
-
-
Method Details
-
getDatabase
-
setDatabase
-
getJobs
-
setJobs
-
getJobScheduler
-
setJobScheduler
-
getDashboard
-
setDashboard
-
getBackgroundJobServer
-
setBackgroundJobServer
-
getMiscellaneous
-
setMiscellaneous
-