Uses of Class
io.qase.client.v2.models.ResultStep
Packages that use ResultStep
-
Uses of ResultStep in io.qase.client.v2.models
Methods in io.qase.client.v2.models that return ResultStepModifier and TypeMethodDescriptionResultStep.addStepsItem(Object stepsItem) ResultStep.data(ResultStepData data) ResultStep.execution(ResultStepExecution execution) static ResultStepCreate an instance of ResultStep given an JSON stringResultStep.putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.Methods in io.qase.client.v2.models that return types with arguments of type ResultStepMethods in io.qase.client.v2.models with parameters of type ResultStepMethod parameters in io.qase.client.v2.models with type arguments of type ResultStepModifier and TypeMethodDescriptionvoidResultCreate.setSteps(List<ResultStep> steps) ResultCreate.steps(List<ResultStep> steps)