Package com.aventstack.extentreports
Class AbstractProcessor
- java.lang.Object
-
- com.aventstack.extentreports.AbstractProcessor
-
- Direct Known Subclasses:
ExtentReports
public abstract class AbstractProcessor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleankeepLastRetryOnly
-
Constructor Summary
Constructors Constructor Description AbstractProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidattachReporter(ExtentObserver... observers)protected voidconvertRawEntities(ExtentReports extent, File f)protected voidonAuthorAdded(Author x, Test test)protected voidonAuthorAssigned(Author x, Test test)protected voidonCategoryAdded(Category x, Test test)protected voidonCategoryAssigned(Category x, Test test)protected voidonDeviceAdded(Device x, Test test)protected voidonDeviceAssigned(Device x, Test test)protected voidonFlush()protected voidonLogCreated(Log log, Test test)protected voidonMediaAdded(Media m, Log log, Test test)protected voidonMediaAdded(Media m, Test test)protected voidonNodeCreated(Test node)protected voidonReportLogAdded(String log)protected voidonSystemInfoAdded(SystemEnvInfo env)protected voidonTestCreated(Test test)protected voidonTestRemoved(Test test)
-
-
-
Method Detail
-
onTestCreated
protected void onTestCreated(Test test)
-
onTestRemoved
protected void onTestRemoved(Test test)
-
onNodeCreated
protected void onNodeCreated(Test node)
-
onFlush
protected void onFlush()
-
onReportLogAdded
protected void onReportLogAdded(String log)
-
onSystemInfoAdded
protected void onSystemInfoAdded(SystemEnvInfo env)
-
convertRawEntities
protected void convertRawEntities(ExtentReports extent, File f) throws IOException
- Throws:
IOException
-
attachReporter
protected void attachReporter(ExtentObserver... observers)
-
-