Uses of Enum Class
org.jdrupes.vmoperator.runner.qemu.events.RunnerStateChange.RunState
-
Uses of RunnerStateChange.RunState in org.jdrupes.vmoperator.runner.qemu.events
Modifier and TypeMethodDescriptionConfigureQemu.runState()
Returns the runner’s state when the event was fired.RunnerStateChange.runState()
Returns the new state.static RunnerStateChange.RunState
Returns the enum constant of this class with the specified name.static RunnerStateChange.RunState[]
RunnerStateChange.RunState.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConfigureQemu
(Configuration configuration, RunnerStateChange.RunState state, Channel... channels) Instantiates a new configuration event.RunnerStateChange
(RunnerStateChange.RunState state, String reason, String message, boolean failed, Channel... channels) Instantiates a new runner state change.RunnerStateChange
(RunnerStateChange.RunState state, String reason, String message, Channel... channels) Instantiates a new runner state change.