Uses of Class
dev.le_app.mcss_api_java.exceptions.APIInvalidTaskDetailsException
Packages that use APIInvalidTaskDetailsException
-
Uses of APIInvalidTaskDetailsException in dev.le_app.mcss_api_java
Methods in dev.le_app.mcss_api_java that throw APIInvalidTaskDetailsExceptionModifier and TypeMethodDescriptionvoidTask.changeName(String newName) Change the task nameScheduler.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 TaskBackupJob.getAction()abstract ServerActionJob.getAction()Get the action of the task.ServerActionJob.getAction()Get the action of the job.BackupJob.getCommands()Job.getCommands()Get the commands of the task.RunCommandsJob.getCommands()Get an array list of commands that the task executesServerActionJob.getCommands()longTask.getInterval()Get the interval information for the Task.Scheduler.getTasks()Get an arraylist of all the tasksTask.getTime()Get the timing information for the Task.booleanTask.isRepeating()Check if the task repeats at the set interval/fixed timevoidTask.runTask()Manually run the taskBackupJob.setAction(ServerAction action) abstract JobJob.setAction(ServerAction action) Set the new action to executeServerActionJob.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 executeBackupJob.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) voidTask.setDisabled()Disables the taskvoidTask.setEnabled()Enables the taskvoidTask.setInterval(long newInterval) Change the interval of an Interval taskvoidTask.setPlayerRequirement(PlayerRequirement playerRequirement) voidTask.setRepeating(boolean repeat) Set the task to repeatvoidConstructors in dev.le_app.mcss_api_java that throw APIInvalidTaskDetailsException