- scheduleUntilTrue(Callable<Boolean>, long, long, TimeUnit) - Method in interface org.arquillian.spacelift.process.ProcessExecutor
-
Schedules a callable to be executed in regular intervals
- Sentence - Interface in org.arquillian.spacelift.process
-
Represents a line on standard output or standard error output
- setEnvironment(Map<String, String>) - Method in interface org.arquillian.spacelift.process.ProcessExecutor
-
Adds given environment map to the default inherited environment be used for next process execution.
- shouldOutput(Sentence) - Method in interface org.arquillian.spacelift.process.ProcessInteraction
-
Checks if the current line should be propagate to standard output
- shouldOutputToErr(Sentence) - Method in interface org.arquillian.spacelift.process.ProcessInteraction
-
Checks if the current line should be propagate to standard error output
- size() - Method in interface org.arquillian.spacelift.process.Command
-
- spawn(ProcessInteraction, String[]) - Method in interface org.arquillian.spacelift.process.ProcessExecutor
-
Spawns a process defined by command.
- spawn(ProcessInteraction, Command) - Method in interface org.arquillian.spacelift.process.ProcessExecutor
-
Spawns a process defined by command.
- spawn(String...) - Method in interface org.arquillian.spacelift.process.ProcessExecutor
-
Spawns a process defined by command.
- spawn(Command) - Method in interface org.arquillian.spacelift.process.ProcessExecutor
-
Spawns a process defined by command.
- submit(Callable<T>) - Method in interface org.arquillian.spacelift.process.ProcessExecutor
-
Submit callable to be executed
- subSequence(int, int) - Method in enum org.arquillian.spacelift.process.NoAnswer
-
- subSequence(int, int) - Method in enum org.arquillian.spacelift.process.TerminateAnswer
-
- subSequence(int, int) - Method in class org.arquillian.spacelift.process.TextAnswer
-