Task
data class Task(val name: String, val nodes: List<String>, val templates: List<Template>, val maxMemory: Int, val maxPlayers: Int, val staticServices: Boolean, val minOnlineCount: Int, val serviceCount: Int, val services: List<ServiceInfo>, val maintenance: Boolean, val startPort: Int, val fallback: Boolean, val version: SingleVersion, val copyTemplateToStatic: Boolean, val serviceFactoryName: String, val environmentVars: MutableList<Pair<String, String>>)
Constructors
Link copied to clipboard
constructor(name: String, nodes: List<String>, templates: List<Template>, maxMemory: Int, maxPlayers: Int, staticServices: Boolean, minOnlineCount: Int, serviceCount: Int, services: List<ServiceInfo>, maintenance: Boolean, startPort: Int, fallback: Boolean, version: SingleVersion, copyTemplateToStatic: Boolean, serviceFactoryName: String, environmentVars: MutableList<Pair<String, String>>)