Class StepRequestUtils


  • public class StepRequestUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static StartTestItemRQ buildStartStepRequest​(java.lang.String name, java.lang.String description, java.lang.Comparable<? extends java.lang.Comparable<?>> dateTime, org.aspectj.lang.reflect.MethodSignature signature)  
      static StartTestItemRQ buildStartStepRequest​(org.aspectj.lang.reflect.MethodSignature signature, Step step, java.lang.Comparable<? extends java.lang.Comparable<?>> dateTime, org.aspectj.lang.JoinPoint joinPoint)  
      • Methods inherited from class java.lang.Object

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

      • buildStartStepRequest

        @Nonnull
        public static StartTestItemRQ buildStartStepRequest​(@Nonnull
                                                            java.lang.String name,
                                                            @Nullable
                                                            java.lang.String description,
                                                            @Nonnull
                                                            java.lang.Comparable<? extends java.lang.Comparable<?>> dateTime,
                                                            @Nonnull
                                                            org.aspectj.lang.reflect.MethodSignature signature)
      • buildStartStepRequest

        @Nonnull
        public static StartTestItemRQ buildStartStepRequest​(@Nonnull
                                                            org.aspectj.lang.reflect.MethodSignature signature,
                                                            @Nonnull
                                                            Step step,
                                                            @Nonnull
                                                            java.lang.Comparable<? extends java.lang.Comparable<?>> dateTime,
                                                            @Nonnull
                                                            org.aspectj.lang.JoinPoint joinPoint)