Class RuntimeCommandNotifier
java.lang.Object
com.tibco.ep.buildmavenplugin.admin.RuntimeCommandNotifier
- All Implemented Interfaces:
INotifier
The command notifier implementation
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeCommandNotifier
(org.apache.maven.plugin.logging.Log log, String command, String targetLocation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
complete()
void
errorHandling
(ErrorHandling errorHandling) void
failed
(int returnCode) void
recordOutput
(Boolean recordOutput) void
void
start()
-
Constructor Details
-
Method Details
-
errorHandling
- Parameters:
errorHandling
- Error handling (to drive logging severity)- Returns:
- This
-
recordOutput
- Parameters:
recordOutput
- True if the full output should be available ingetOutput()
- Returns:
- This
-
getOutput
- Returns:
- The command output
-
start
public void start() -
cancel
public void cancel() -
failed
public void failed(int returnCode) -
complete
public void complete() -
results
-
info
-
error
-