public class ProcessInteractionBuilder.MatchedOutputProcessInteractionBuilder extends Object
| Constructor and Description |
|---|
ProcessInteractionBuilder.MatchedOutputProcessInteractionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ProcessInteractionBuilder |
printToErr()
Echoes the line to error output of the process running Spacelift
|
ProcessInteractionBuilder |
printToOut()
Echoes the line to standard output of the process running Spacelift
|
ProcessInteractionBuilder |
replyWith(String response)
Prints the
response to stdin of the process |
ProcessInteractionBuilder |
terminate()
Forces current process to terminate
|
public ProcessInteractionBuilder.MatchedOutputProcessInteractionBuilder()
public ProcessInteractionBuilder replyWith(String response)
response to stdin of the processresponse - the responsepublic ProcessInteractionBuilder terminate()
public ProcessInteractionBuilder printToOut()
public ProcessInteractionBuilder printToErr()
Copyright © 2014 JBoss by Red Hat. All rights reserved.