Class Zephyr


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

      Nested Classes 
      Modifier and Type Class Description
      static class  Zephyr.Scale  
      static class  Zephyr.Squad  
    • Constructor Summary

      Constructors 
      Constructor Description
      Zephyr()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void disableSync()  
      static void enableRealTimeSync()  
      static void setJiraProjectKey​(java.lang.String jiraProjectKey)  
      static void setTestCaseKey​(java.lang.String testCaseKey)  
      static void setTestCaseStatus​(java.lang.String testCaseKey, java.lang.String resultStatus)
      Sets the given status for the given test in Zephyr cycle.
      static void setTestCycleKey​(java.lang.String testCycleKey)  
      • Methods inherited from class java.lang.Object

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

      • Zephyr

        public Zephyr()
    • Method Detail

      • disableSync

        public static void disableSync()
      • enableRealTimeSync

        public static void enableRealTimeSync()
      • setTestCycleKey

        public static void setTestCycleKey​(java.lang.String testCycleKey)
      • setJiraProjectKey

        public static void setJiraProjectKey​(java.lang.String jiraProjectKey)
      • setTestCaseKey

        public static void setTestCaseKey​(java.lang.String testCaseKey)