Uses of Interface
com.chutneytesting.agent.domain.configure.NetworkConfiguration
Packages that use NetworkConfiguration
Package
Description
-
Uses of NetworkConfiguration in com.chutneytesting.agent.api.mapper
Methods in com.chutneytesting.agent.api.mapper that return NetworkConfigurationModifier and TypeMethodDescriptionNetworkConfigurationApiMapper.enhanceWithEnvironment(NetworkConfiguration networkConfiguration, Set<EnvironmentDto> localEnvironments) NetworkConfigurationApiMapper.fromDto(NetworkConfigurationApiDto dto) NetworkConfigurationApiMapper.fromDtoAtNow(NetworkConfigurationApiDto dto) Methods in com.chutneytesting.agent.api.mapper with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionNetworkConfigurationApiMapper.enhanceWithEnvironment(NetworkConfiguration networkConfiguration, Set<EnvironmentDto> localEnvironments) NetworkConfigurationApiMapper.toDto(NetworkConfiguration networkConfiguration) -
Uses of NetworkConfiguration in com.chutneytesting.agent.domain
Methods in com.chutneytesting.agent.domain with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionAgentClient.explore(String localName, NamedHostAndPort agentInfo, NetworkConfiguration networkConfiguration) -
Uses of NetworkConfiguration in com.chutneytesting.agent.domain.configure
Classes in com.chutneytesting.agent.domain.configure that implement NetworkConfigurationMethods in com.chutneytesting.agent.domain.configure that return NetworkConfigurationModifier and TypeMethodDescriptionLocalServerIdentifier.withLocalHost(NetworkConfiguration networkConfiguration) Methods in com.chutneytesting.agent.domain.configure with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionbooleanExplorations.changeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState exploring) ConfigureService.configure(NetworkConfiguration networkConfiguration) ImmutableNetworkConfiguration.copyOf(NetworkConfiguration instance) Creates an immutable copy of aNetworkConfigurationvalue.ImmutableNetworkConfiguration.Builder.from(NetworkConfiguration instance) Fill a builder with attribute values from the providedNetworkConfigurationinstance.LocalServerIdentifier.getLocalName(NetworkConfiguration networkConfiguration) voidExplorations.remove(NetworkConfiguration networkConfiguration) LocalServerIdentifier.withLocalHost(NetworkConfiguration networkConfiguration) -
Uses of NetworkConfiguration in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionExploreAgentsService.explore(NetworkConfiguration networkConfiguration) Propagate givenNetworkConfigurationrecursively to all reachable agents. -
Uses of NetworkConfiguration in com.chutneytesting.agent.domain.network
Methods in com.chutneytesting.agent.domain.network that return NetworkConfigurationModifier and TypeMethodDescriptionImmutableNetworkDescription.configuration()NetworkDescription.configuration()Methods in com.chutneytesting.agent.domain.network with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionImmutableNetworkDescription.Builder.configuration(NetworkConfiguration configuration) Initializes the value for theconfigurationattribute.static AgentGraphAgentGraph.of(ExploreResult exploreResult, NetworkConfiguration networkConfiguration) ImmutableNetworkDescription.withConfiguration(NetworkConfiguration value) Copy the current immutable object by setting a value for theconfigurationattribute. -
Uses of NetworkConfiguration in com.chutneytesting.agent.infra
Methods in com.chutneytesting.agent.infra with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionbooleanInMemoryExplorations.changeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState newState) voidInMemoryExplorations.remove(NetworkConfiguration networkConfiguration)