Class AbstractProcessor

  • Direct Known Subclasses:
    ExtentReports

    public abstract class AbstractProcessor
    extends Object
    • Field Detail

      • keepLastRetryOnly

        protected boolean keepLastRetryOnly
    • Constructor Detail

      • AbstractProcessor

        public AbstractProcessor()
    • Method Detail

      • onTestCreated

        protected void onTestCreated​(Test test)
      • onTestRemoved

        protected void onTestRemoved​(Test test)
      • onNodeCreated

        protected void onNodeCreated​(Test node)
      • onLogCreated

        protected void onLogCreated​(Log log,
                                    Test test)
      • onMediaAdded

        protected void onMediaAdded​(Media m,
                                    Test test)
      • onMediaAdded

        protected void onMediaAdded​(Media m,
                                    Log log,
                                    Test test)
      • onAuthorAdded

        protected void onAuthorAdded​(Author x,
                                     Test test)
      • onCategoryAdded

        protected void onCategoryAdded​(Category x,
                                       Test test)
      • onDeviceAdded

        protected void onDeviceAdded​(Device x,
                                     Test test)
      • onFlush

        protected void onFlush()
      • onReportLogAdded

        protected void onReportLogAdded​(String log)
      • onSystemInfoAdded

        protected void onSystemInfoAdded​(SystemEnvInfo env)
      • attachReporter

        protected void attachReporter​(ExtentObserver... observers)
      • onAuthorAssigned

        protected void onAuthorAssigned​(Author x,
                                        Test test)
      • onCategoryAssigned

        protected void onCategoryAssigned​(Category x,
                                          Test test)
      • onDeviceAssigned

        protected void onDeviceAssigned​(Device x,
                                        Test test)