Class WaitForEventHandler


  • public class WaitForEventHandler
    extends step.core.artefacts.handlers.ArtefactHandler<WaitForEvent,​step.core.artefacts.reports.ReportNode>
    • 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>