Class WaitForEventHandler


  • public class WaitForEventHandler
    extends step.core.artefacts.handlers.ArtefactHandler<WaitForEvent,​step.core.artefacts.reports.ReportNode>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String EBC_KEY  
      • Fields inherited from class step.core.artefacts.handlers.ArtefactHandler

        context, FILE_VARIABLE_PREFIX, FORCE_PERSIST_BEFORE, TEC_EXECUTION_REPORTNODES_PERSISTAFTER, TEC_EXECUTION_REPORTNODES_PERSISTBEFORE, TEC_EXECUTION_REPORTNODES_PERSISTONLYNONPASSED
    • Field Detail

      • EBC_KEY

        public static String EBC_KEY
    • Constructor Detail

      • WaitForEventHandler

        public WaitForEventHandler()
    • Method Detail

      • createReportSkeleton_

        protected void createReportSkeleton_​(step.core.artefacts.reports.ReportNode parentNode,
                                             WaitForEvent testArtefact)
        Specified by:
        createReportSkeleton_ in class step.core.artefacts.handlers.ArtefactHandler<WaitForEvent,​step.core.artefacts.reports.ReportNode>
      • execute_

        protected void execute_​(step.core.artefacts.reports.ReportNode node,
                                WaitForEvent testArtefact)
        Specified by:
        execute_ in class step.core.artefacts.handlers.ArtefactHandler<WaitForEvent,​step.core.artefacts.reports.ReportNode>
      • createReportNode_

        public WaitForEventReportNode createReportNode_​(step.core.artefacts.reports.ReportNode parentNode,
                                                        WaitForEvent testArtefact)
        Specified by:
        createReportNode_ in class step.core.artefacts.handlers.ArtefactHandler<WaitForEvent,​step.core.artefacts.reports.ReportNode>