public interface Reporter
| Modifier and Type | Method and Description |
|---|---|
Object |
adapt(Object inputData)
Adapts input data to data usable by reporter.
|
Object |
build(int index,
Object data)
Builds report.
|
void |
send(Object report)
Send report.
|
Object adapt(Object inputData) throws Exception
inputData - ExceptionObject build(int index, Object data) throws Exception
index - data - Exceptionvoid send(Object report) throws javax.mail.MessagingException, ErrorTestModeException
report - Exceptionjavax.mail.MessagingExceptionErrorTestModeExceptionCopyright © 2019. All rights reserved.