public interface StepProcessListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onCompletion(Step step,
Coordinator.Status status)
Indicates that process step has completed.
|
default void |
onOutput(Step step,
String line)
Notifies when a new line of output becomes available.
|
default void |
onStart(Step step,
String command)
Indicates that process step has started.
|
default void onStart(Step step, String command)
step - subject stepcommand - actual command executed; includes run-time substitutionsdefault void onCompletion(Step step, Coordinator.Status status)
step - subject stepstatus - step completion statusCopyright © 2015. All rights reserved.