Uses of Enum Class
dev.le_app.mcss_api_java.ServerAction
Packages that use ServerAction
-
Uses of ServerAction in dev.le_app.mcss_api_java
Methods in dev.le_app.mcss_api_java that return ServerActionModifier and TypeMethodDescriptionBackupJob.getAction()abstract ServerActionJob.getAction()Get the action of the task.RunCommandsJob.getAction()ServerActionJob.getAction()Get the action of the job.static ServerActionReturns the enum constant of this class with the specified name.static ServerAction[]ServerAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.le_app.mcss_api_java with parameters of type ServerActionModifier and TypeMethodDescriptionvoidServer.executeServerAction(ServerAction action) Execute a power action on the server.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.