Uses of Class
ch.admin.bit.jeap.testorchestrator.adapter.zephyr.ZephyrStepDto
Packages that use ZephyrStepDto
-
Uses of ZephyrStepDto in ch.admin.bit.jeap.testorchestrator.adapter.zephyr
Methods in ch.admin.bit.jeap.testorchestrator.adapter.zephyr that return ZephyrStepDtoMethods in ch.admin.bit.jeap.testorchestrator.adapter.zephyr that return types with arguments of type ZephyrStepDtoMethods in ch.admin.bit.jeap.testorchestrator.adapter.zephyr with parameters of type ZephyrStepDtoModifier and TypeMethodDescriptionZephyrItemDto.ZephyrItemDtoBuilder.scriptResult(ZephyrStepDto scriptResult) Method parameters in ch.admin.bit.jeap.testorchestrator.adapter.zephyr with type arguments of type ZephyrStepDtoModifier and TypeMethodDescriptionZephyrItemDto.ZephyrItemDtoBuilder.scriptResults(Collection<? extends ZephyrStepDto> scriptResults) Constructor parameters in ch.admin.bit.jeap.testorchestrator.adapter.zephyr with type arguments of type ZephyrStepDtoModifierConstructorDescriptionZephyrItemDto(@NonNull String testCaseKey, @NonNull String status, @NonNull String environment, @NonNull String comment, List<ZephyrStepDto> scriptResults)