Class WaitForEventReportNode


  • public class WaitForEventReportNode
    extends step.core.artefacts.reports.ReportNode
    • Field Summary

      • Fields inherited from class step.core.artefacts.reports.ReportNode

        artefactID, artefactInstance, attachments, customAttributes, duration, error, executionID, executionTime, isContributingError, isOrphan, name, parentID, resolvedArtefact, status
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCriteriaEventId()  
      java.lang.String getCriteriaGroup()  
      java.lang.String getCriteriaName()  
      step.plugins.events.Event getEvent()  
      int getLoopCount()  
      long getWaitDuration()  
      void setCriteriaEventId​(java.lang.String criteriaEventId)  
      void setCriteriaGroup​(java.lang.String criteriaGroup)  
      void setCriteriaName​(java.lang.String criteriaName)  
      void setEvent​(step.plugins.events.Event event)  
      void setLoopCount​(int loopCount)  
      void setName​(java.lang.String name)  
      void setWaitDuration​(long duration)  
      • Methods inherited from class step.core.artefacts.reports.ReportNode

        addAttachment, addCustomAttribute, addError, getArtefactID, getArtefactInstance, getAttachments, getContributingError, getCustomAttribute, getCustomAttributes, getDuration, getError, getExecutionID, getExecutionTime, getName, getParentID, getReportAsString, getResolvedArtefact, getStatus, isOrphan, setArtefactID, setArtefactInstance, setAttachments, setContributingError, setCustomAttributes, setDuration, setError, setError, setExecutionID, setExecutionTime, setOrphan, setParentID, setResolvedArtefact, setStatus, setVariableInParentScope
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WaitForEventReportNode

        public WaitForEventReportNode()
    • Method Detail

      • getEvent

        public step.plugins.events.Event getEvent()
      • setEvent

        public void setEvent​(step.plugins.events.Event event)
      • getLoopCount

        public int getLoopCount()
      • setLoopCount

        public void setLoopCount​(int loopCount)
      • getWaitDuration

        public long getWaitDuration()
      • setWaitDuration

        public void setWaitDuration​(long duration)
      • setName

        public void setName​(java.lang.String name)
        Overrides:
        setName in class step.core.artefacts.reports.ReportNode
      • getCriteriaEventId

        public java.lang.String getCriteriaEventId()
      • setCriteriaEventId

        public void setCriteriaEventId​(java.lang.String criteriaEventId)
      • getCriteriaGroup

        public java.lang.String getCriteriaGroup()
      • setCriteriaGroup

        public void setCriteriaGroup​(java.lang.String criteriaGroup)
      • getCriteriaName

        public java.lang.String getCriteriaName()
      • setCriteriaName

        public void setCriteriaName​(java.lang.String criteriaName)