|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericScriptResult
Interface representing a generic result of a Script
execution
providing a success qualifier and output to log.
Method Summary | |
---|---|
void |
logOutput(org.apache.maven.plugin.logging.Log log)
Log the test output (e.g. |
boolean |
success()
Returns whether script execution was successfull. |
Method Detail |
---|
boolean success()
true
if script succeeded, false
otherwise.void logOutput(org.apache.maven.plugin.logging.Log log)
log
- used to print the output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |