Uses of Interface
com.chutneytesting.agent.domain.explore.ExploreResult
-
Packages that use ExploreResult Package Description com.chutneytesting.agent.api.mapper com.chutneytesting.agent.domain com.chutneytesting.agent.domain.explore com.chutneytesting.agent.domain.network -
-
Uses of ExploreResult in com.chutneytesting.agent.api.mapper
Methods in com.chutneytesting.agent.api.mapper that return ExploreResult Modifier and Type Method Description ExploreResultExploreResultApiMapper. fromDto(ExploreResultApiDto linksEntity, ExploreResultApiDto.AgentLinkEntity linkToExploredAgent)Methods in com.chutneytesting.agent.api.mapper with parameters of type ExploreResult Modifier and Type Method Description ExploreResultApiDtoExploreResultApiMapper. from(ExploreResult exploreResult) -
Uses of ExploreResult in com.chutneytesting.agent.domain
Methods in com.chutneytesting.agent.domain that return ExploreResult Modifier and Type Method Description ExploreResultAgentClient. 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 ExploreResult Modifier and Type Class Description classImmutableExploreResultImmutable implementation ofExploreResult.Fields in com.chutneytesting.agent.domain.explore declared as ExploreResult Modifier and Type Field Description static ExploreResultExploreResult. EMPTYMethods in com.chutneytesting.agent.domain.explore that return ExploreResult Modifier and Type Method Description ExploreResultExploreAgentsService. explore(NetworkConfiguration networkConfiguration)Propagate givenNetworkConfigurationrecursively to all reachable agents.Methods in com.chutneytesting.agent.domain.explore with parameters of type ExploreResult Modifier and Type Method Description static ImmutableExploreResultImmutableExploreResult. copyOf(ExploreResult instance)Creates an immutable copy of aExploreResultvalue.ImmutableExploreResult.BuilderImmutableExploreResult.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 ExploreResult Modifier and Type Method Description static AgentGraphAgentGraph. of(ExploreResult exploreResult, NetworkConfiguration networkConfiguration)
-