Class ExecutionData

    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutionData​(java.lang.String controllerUrl, java.lang.String executionId, java.lang.String executionDescription)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExecutionUrl()  
      • Methods inherited from class java.lang.Object

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

      • controllerUrl

        public final java.lang.String controllerUrl
      • executionId

        public final java.lang.String executionId
      • executionDescription

        public final java.lang.String executionDescription
    • Constructor Detail

      • ExecutionData

        public ExecutionData​(java.lang.String controllerUrl,
                             java.lang.String executionId,
                             java.lang.String executionDescription)
    • Method Detail

      • getExecutionUrl

        public java.lang.String getExecutionUrl()