class

Fluxion::Executor::AssertExecutor

Inherits Fluxion::Executor::StepExecutor < Reference < Object

assert — require a host condition before continuing.

Constants

TIMEOUT = 5.minutes

Instance methods

commands(step : Step, item : ModuleItem) : Array(Command)

Commands for one item, in order. Empty means there is nothing to do.

Source
execute(step : Step, item : ModuleItem, runner : ShellRunner, &sink : String -> ) : StepResult

The configured message replaces the command output: it is written for someone who has to go fix the machine, not for a debugging session.

Source
supports?(step : Step) : Bool
Source