Class WorkItemSteps.StepOrCompRef

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String description  
      java.lang.Integer id  
      java.util.List<java.lang.String> parameterizedString  
      java.lang.Integer ref  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      StepOrCompRef()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<TestStep> toTestStepList​(int workItemId, java.util.List<java.lang.Integer> lineNumberPrefix, java.util.function.Supplier<java.lang.Integer> lineNumberSupplier, java.util.List<java.lang.Integer> stepIdPrefix, AzureDevopsRestClient restClient)  
      • Methods inherited from class java.lang.Object

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

      • parameterizedString

        public java.util.List<java.lang.String> parameterizedString
      • description

        public java.lang.String description
      • type

        public java.lang.String type
      • id

        public java.lang.Integer id
      • ref

        public java.lang.Integer ref
    • Constructor Detail

      • StepOrCompRef

        public StepOrCompRef()
    • Method Detail

      • toTestStepList

        public java.util.List<TestStep> toTestStepList​(int workItemId,
                                                       java.util.List<java.lang.Integer> lineNumberPrefix,
                                                       java.util.function.Supplier<java.lang.Integer> lineNumberSupplier,
                                                       java.util.List<java.lang.Integer> stepIdPrefix,
                                                       AzureDevopsRestClient restClient)