Class RunImpl

  • All Implemented Interfaces:
    Run, java.lang.Runnable

    public final class RunImpl
    extends java.lang.Object
    implements Run
    • Constructor Summary

      Constructors 
      Constructor Description
      RunImpl​(java.lang.String comment, java.lang.String scenario, javax.script.ScriptEngine scriptEngine, long runId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String comment()  
      void run()  
      long runId()  
      • Methods inherited from class java.lang.Object

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

      • RunImpl

        public RunImpl​(java.lang.String comment,
                       java.lang.String scenario,
                       javax.script.ScriptEngine scriptEngine,
                       long runId)
    • Method Detail

      • runId

        public final long runId()
        Specified by:
        runId in interface Run
        Returns:
        run id
      • comment

        public final java.lang.String comment()
        Specified by:
        comment in interface Run
        Returns:
        user comment for this run
      • run

        public final void run()
        Specified by:
        run in interface java.lang.Runnable