Uses of Class
dev.le_app.mcss_api_java.Job
Packages that use Job
-
Uses of Job in dev.le_app.mcss_api_java
Subclasses of Job in dev.le_app.mcss_api_javaModifier and TypeClassDescriptionclassRepresents a backup job.classRepresents a job.classRepresents a job.Methods in dev.le_app.mcss_api_java that return JobModifier and TypeMethodDescriptionTask.getJob()BackupJob.setAction(ServerAction action) abstract JobJob.setAction(ServerAction action) Set the new action to executeRunCommandsJob.setAction(ServerAction action) ServerActionJob.setAction(ServerAction action) The action to be performed on the server.BackupJob.setBackupGUID(String backupGUID) abstract JobJob.setBackupGUID(String backupGUID) Set the new backup to executeRunCommandsJob.setBackupGUID(String backupGUID) ServerActionJob.setBackupGUID(String backupGUID) BackupJob.setCommands(String... commands) abstract JobJob.setCommands(String... commands) Set the new commands to executeRunCommandsJob.setCommands(String... commands) Update the commands to be executed by the taskServerActionJob.setCommands(String... commands) Methods in dev.le_app.mcss_api_java with parameters of type JobModifier and TypeMethodDescriptionScheduler.createFixedTimeTask(String Name, Boolean Enabled, Boolean repeating, LocalTime time, Job job) Create a new Fixed Time taskScheduler.createIntervalTask(String Name, Boolean Enabled, Boolean repeating, int interval, Job job) Create a new Interval TaskScheduler.createTimelessTask(String Name, Boolean Enabled, Job job) Create a new Interval Task