Uses of Interface
com.chutneytesting.agent.domain.explore.ExploreResult
Packages that use ExploreResult
Package
Description
-
Uses of ExploreResult in com.chutneytesting.agent.api.mapper
Methods in com.chutneytesting.agent.api.mapper that return ExploreResultModifier and TypeMethodDescriptionExploreResultApiMapper.fromDto(ExploreResultApiDto linksEntity, ExploreResultApiDto.AgentLinkEntity linkToExploredAgent) Methods in com.chutneytesting.agent.api.mapper with parameters of type ExploreResult -
Uses of ExploreResult in com.chutneytesting.agent.domain
Methods in com.chutneytesting.agent.domain that return ExploreResultModifier and TypeMethodDescriptionAgentClient.explore(String localName, NamedHostAndPort agentInfo, NetworkConfiguration networkConfiguration) -
Uses of ExploreResult in com.chutneytesting.agent.domain.explore
Classes in com.chutneytesting.agent.domain.explore that implement ExploreResultFields in com.chutneytesting.agent.domain.explore declared as ExploreResultMethods in com.chutneytesting.agent.domain.explore that return ExploreResultModifier and TypeMethodDescriptionExploreAgentsService.explore(NetworkConfiguration networkConfiguration) Propagate givenNetworkConfigurationrecursively to all reachable agents.Methods in com.chutneytesting.agent.domain.explore with parameters of type ExploreResultModifier and TypeMethodDescriptionstatic ImmutableExploreResultImmutableExploreResult.copyOf(ExploreResult instance) Creates an immutable copy of aExploreResultvalue.ImmutableExploreResult.Builder.from(ExploreResult instance) Fill a builder with attribute values from the providedExploreResultinstance. -
Uses of ExploreResult in com.chutneytesting.agent.domain.network
Methods in com.chutneytesting.agent.domain.network with parameters of type ExploreResultModifier and TypeMethodDescriptionstatic AgentGraphAgentGraph.of(ExploreResult exploreResult, NetworkConfiguration networkConfiguration)