Class Xray


  • public final class Xray
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Xray.SystemTestStatus  
    • Constructor Summary

      Constructors 
      Constructor Description
      Xray()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void disableSync()  
      static void enableRealTimeSync()  
      static void setExecutionKey​(java.lang.String executionKey)  
      static void setTestKey​(java.lang.String testKey)  
      static void setTestStatus​(java.lang.String testKey, java.lang.String resultStatus)
      Sets the given status for the given test in Xray execution.
      • Methods inherited from class java.lang.Object

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

      • Xray

        public Xray()
    • Method Detail

      • disableSync

        public static void disableSync()
      • enableRealTimeSync

        public static void enableRealTimeSync()
      • setExecutionKey

        public static void setExecutionKey​(java.lang.String executionKey)
      • setTestKey

        public static void setTestKey​(java.lang.String testKey)
      • setTestStatus

        public static void setTestStatus​(java.lang.String testKey,
                                         java.lang.String resultStatus)
        Sets the given status for the given test in Xray execution.
        Parameters:
        testKey - key of the Xray test
        resultStatus - name of the status to be set for the test
        See Also:
        Xray.SystemTestStatus.Cloud, Xray.SystemTestStatus.Server