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  
      static Object simpleLock  
      • Fields inherited from class step.core.artefacts.handlers.ArtefactHandler

        context, CONTINUE_EXECUTION, CONTINUE_EXECUTION_ONCE, FILE_VARIABLE_PREFIX, reportNodeAttachmentManager, reportNodeAttributesManager
    • Field Detail

      • simpleLock

        public static Object simpleLock
      • 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)
                         throws Exception
        Specified by:
        execute_ in class step.core.artefacts.handlers.ArtefactHandler<WaitForEvent,​step.core.artefacts.reports.ReportNode>
        Throws:
        Exception
      • 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>