Uses of Class
com.chutneytesting.agent.domain.configure.ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder
Packages that use ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder
-
Uses of ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder in com.chutneytesting.agent.domain.configure
Methods in com.chutneytesting.agent.domain.configure that return ImmutableNetworkConfiguration.AgentNetworkConfiguration.BuilderModifier and TypeMethodDescriptionImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.addAgentInfos(NamedHostAndPort element) Adds one element toagentInfosset.ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.addAgentInfos(NamedHostAndPort... elements) Adds elements toagentInfosset.ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.addAllAgentInfos(Iterable<? extends NamedHostAndPort> elements) Adds elements toagentInfosset.ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.agentInfos(Iterable<? extends NamedHostAndPort> elements) Sets or replaces all elements foragentInfosset.ImmutableNetworkConfiguration.AgentNetworkConfiguration.builder()Creates a builder forAgentNetworkConfiguration.ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.from(NetworkConfiguration.AgentNetworkConfiguration instance) Fill a builder with attribute values from the providedAgentNetworkConfigurationinstance.