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 java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WaitForEventReportNode createReportNode_​(step.core.artefacts.reports.ReportNode parentNode, WaitForEvent testArtefact)  
      protected void createReportSkeleton_​(step.core.artefacts.reports.ReportNode parentNode, WaitForEvent testArtefact)  
      protected void execute​(WaitForEventReportNode node, WaitForEvent testArtefact, boolean execution)  
      protected void execute_​(step.core.artefacts.reports.ReportNode node, WaitForEvent testArtefact)  
      java.lang.String getEBCKey​(java.lang.String url)  
      • Methods inherited from class step.core.artefacts.handlers.ArtefactHandler

        createReportSkeleton, createWorkArtefact, createWorkArtefact, createWorkArtefact, delegateCreateReportSkeleton, delegateCreateReportSkeleton, delegateExecute, delegateExecute, excludePropertyChildren, execute, fail, failWithException, failWithException, failWithException, filterPropertyChildren, getBindings, getChildren, getChildren, init, initProperties, isInSession, pruneReportBranch, releaseTokens, removeErrorContributionsInReportBranch
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EBC_KEY

        public static java.lang.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>
      • getEBCKey

        public java.lang.String getEBCKey​(java.lang.String url)