- java.lang.Object
-
- net.bis5.mattermost.model.config.JobSettings
-
public class JobSettings extends Object
Job settings.- Since:
- Mattermost Server 4.1 (Enterprise Edition)
- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description JobSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetCleanupJobsThresholdDays()inthashCode()booleanisRunJobs()booleanisRunScheduler()voidsetCleanupJobsThresholdDays(int cleanupJobsThresholdDays)voidsetRunJobs(boolean runJobs)voidsetRunScheduler(boolean runScheduler)StringtoString()
-
-
-
Method Detail
-
isRunJobs
public boolean isRunJobs()
-
isRunScheduler
public boolean isRunScheduler()
-
getCleanupJobsThresholdDays
public int getCleanupJobsThresholdDays()
- Since:
- Mattermost Server 6.1
-
setRunJobs
public void setRunJobs(boolean runJobs)
-
setRunScheduler
public void setRunScheduler(boolean runScheduler)
-
setCleanupJobsThresholdDays
public void setCleanupJobsThresholdDays(int cleanupJobsThresholdDays)
- Since:
- Mattermost Server 6.1
-
canEqual
protected boolean canEqual(Object other)
-
-