public class SkriptManager
extends java.lang.Object
Constructor and Description |
---|
SkriptManager() |
SkriptManager(StartStopp startStopp) |
Modifier and Type | Method and Description |
---|---|
StartStoppKonfiguration |
getCurrentSkript() |
de.bsvrz.sys.startstopp.api.jsonschema.StartStoppSkriptStatus |
getCurrentSkriptStatus() |
de.muspellheim.events.Event<java.util.Map.Entry<java.lang.Boolean,StartStoppKonfiguration>> |
onKonfigurationChanged() |
de.bsvrz.sys.startstopp.api.jsonschema.StartStoppSkript |
setNewSkript(de.bsvrz.sys.startstopp.api.jsonschema.VersionierungsRequest request) |
StartStoppKonfiguration |
versionieren(StartStoppKonfiguration skript,
de.bsvrz.sys.startstopp.api.jsonschema.VersionierungsRequest request) |
public SkriptManager()
public SkriptManager(StartStopp startStopp)
public StartStoppKonfiguration getCurrentSkript() throws de.bsvrz.sys.startstopp.api.StartStoppException
de.bsvrz.sys.startstopp.api.StartStoppException
public de.bsvrz.sys.startstopp.api.jsonschema.StartStoppSkriptStatus getCurrentSkriptStatus() throws de.bsvrz.sys.startstopp.api.StartStoppException
de.bsvrz.sys.startstopp.api.StartStoppException
public de.bsvrz.sys.startstopp.api.jsonschema.StartStoppSkript setNewSkript(de.bsvrz.sys.startstopp.api.jsonschema.VersionierungsRequest request) throws de.bsvrz.sys.startstopp.api.StartStoppException
de.bsvrz.sys.startstopp.api.StartStoppException
public StartStoppKonfiguration versionieren(StartStoppKonfiguration skript, de.bsvrz.sys.startstopp.api.jsonschema.VersionierungsRequest request) throws de.bsvrz.sys.startstopp.api.StartStoppException
de.bsvrz.sys.startstopp.api.StartStoppException
public de.muspellheim.events.Event<java.util.Map.Entry<java.lang.Boolean,StartStoppKonfiguration>> onKonfigurationChanged()