| Package | Description |
|---|---|
| org.arquillian.spacelift.process |
| Modifier and Type | Method and Description |
|---|---|
ProcessInteractionBuilder |
ProcessInteractionBuilder.outputPrefix(String prefix)
Defines a prefix for standard output and standard error output.
|
ProcessInteractionBuilder |
ProcessInteractionBuilder.MatchedOutputProcessInteractionBuilder.printToErr()
Echoes the line to error output of the process running Spacelift
|
ProcessInteractionBuilder |
ProcessInteractionBuilder.MatchedOutputProcessInteractionBuilder.printToOut()
Echoes the line to standard output of the process running Spacelift
|
ProcessInteractionBuilder |
ProcessInteractionBuilder.MatchedOutputProcessInteractionBuilder.replyWith(String response)
Prints the
response to stdin of the process |
ProcessInteractionBuilder |
ProcessInteractionBuilder.MatchedOutputProcessInteractionBuilder.terminate()
Forces current process to terminate
|
ProcessInteractionBuilder |
ProcessInteractionBuilder.StartingProcessInteractionBuilder.typeIn(String sentence)
Types in the
sentence when process is started |
Copyright © 2014 JBoss by Red Hat. All rights reserved.