Uses of Class
com.chutneytesting.agent.api.dto.ExploreResultApiDto
-
Packages that use ExploreResultApiDto Package Description com.chutneytesting.agent.api com.chutneytesting.agent.api.mapper -
-
Uses of ExploreResultApiDto in com.chutneytesting.agent.api
Methods in com.chutneytesting.agent.api that return ExploreResultApiDto Modifier and Type Method Description ExploreResultApiDtoNodeNetworkController. explore(NetworkConfigurationApiDto networkConfigurationApiDto) -
Uses of ExploreResultApiDto in com.chutneytesting.agent.api.mapper
Methods in com.chutneytesting.agent.api.mapper that return ExploreResultApiDto Modifier and Type Method Description ExploreResultApiDtoExploreResultApiMapper. from(ExploreResult exploreResult)Methods in com.chutneytesting.agent.api.mapper with parameters of type ExploreResultApiDto Modifier and Type Method Description ExploreResultExploreResultApiMapper. fromDto(ExploreResultApiDto linksEntity, ExploreResultApiDto.AgentLinkEntity linkToExploredAgent)
-