Uses of Interface
de.qytera.qtaf.xray.dto.response.xray.ImportExecutionResultsResponseDto
Packages that use ImportExecutionResultsResponseDto
Package
Description
-
Uses of ImportExecutionResultsResponseDto in de.qytera.qtaf.xray.dto.response.xray
Classes in de.qytera.qtaf.xray.dto.response.xray that implement ImportExecutionResultsResponseDtoModifier and TypeClassDescriptionclassResponse object returned from Xray Cloud when a test execution results import has been successful.classResponse object returned from Xray Server when a test execution results import has been successful. -
Uses of ImportExecutionResultsResponseDto in de.qytera.qtaf.xray.error
Methods in de.qytera.qtaf.xray.error that return ImportExecutionResultsResponseDtoModifier and TypeMethodDescriptionImportResponseDtoPersistenceError.getXrayImportResponseDto()Get xrayImportResponseDto.Methods in de.qytera.qtaf.xray.error with parameters of type ImportExecutionResultsResponseDtoModifier and TypeMethodDescriptionImportResponseDtoPersistenceError.setXrayImportResponseDto(ImportExecutionResultsResponseDto importExecutionResultsResponseDto) Set xrayImportResponseDto. -
Uses of ImportExecutionResultsResponseDto in de.qytera.qtaf.xray.events
Fields in de.qytera.qtaf.xray.events with type parameters of type ImportExecutionResultsResponseDtoModifier and TypeFieldDescriptionstatic final rx.subjects.BehaviorSubject<ImportExecutionResultsResponseDto>XrayEvents.responseDtoAvailableSubject that emits events when all tests are finished. -
Uses of ImportExecutionResultsResponseDto in de.qytera.qtaf.xray.repository.xray
Methods in de.qytera.qtaf.xray.repository.xray that return ImportExecutionResultsResponseDtoModifier and TypeMethodDescriptionXrayTestRepository.importExecutionResults(ImportExecutionResultsRequestDto body) Import test execution results using the Xray JSON format.