Uses of Enum Class
org.jdrupes.vmoperator.runner.qemu.events.RunnerStateChange.RunState
Packages that use RunnerStateChange.RunState
-
Uses of RunnerStateChange.RunState in org.jdrupes.vmoperator.runner.qemu.events
Methods in org.jdrupes.vmoperator.runner.qemu.events that return RunnerStateChange.RunStateModifier and TypeMethodDescriptionConfigureQemu.runState()Returns the runner’s state when the event was fired.RunnerStateChange.runState()Returns the new state.static RunnerStateChange.RunStateReturns 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.Constructors in org.jdrupes.vmoperator.runner.qemu.events with parameters of type RunnerStateChange.RunStateModifierConstructorDescriptionConfigureQemu(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.