Uses of Interface
com.chutneytesting.agent.domain.configure.NetworkConfiguration.AgentNetworkConfiguration
Packages that use NetworkConfiguration.AgentNetworkConfiguration
-
Uses of NetworkConfiguration.AgentNetworkConfiguration in com.chutneytesting.agent.domain.configure
Classes in com.chutneytesting.agent.domain.configure that implement NetworkConfiguration.AgentNetworkConfigurationModifier and TypeClassDescriptionstatic final classImmutable implementation ofNetworkConfiguration.AgentNetworkConfiguration.Methods in com.chutneytesting.agent.domain.configure that return NetworkConfiguration.AgentNetworkConfigurationModifier and TypeMethodDescriptionImmutableNetworkConfiguration.agentNetworkConfiguration()Set ofNamedHostAndPortrepresenting the agent network.NetworkConfiguration.agentNetworkConfiguration()Set ofNamedHostAndPortrepresenting the agent network.Methods in com.chutneytesting.agent.domain.configure with parameters of type NetworkConfiguration.AgentNetworkConfigurationModifier and TypeMethodDescriptionImmutableNetworkConfiguration.Builder.agentNetworkConfiguration(NetworkConfiguration.AgentNetworkConfiguration agentNetworkConfiguration) Initializes the value for theagentNetworkConfigurationattribute.ImmutableNetworkConfiguration.AgentNetworkConfiguration.copyOf(NetworkConfiguration.AgentNetworkConfiguration instance) Creates an immutable copy of aNetworkConfiguration.AgentNetworkConfigurationvalue.ImmutableNetworkConfiguration.AgentNetworkConfiguration.Builder.from(NetworkConfiguration.AgentNetworkConfiguration instance) Fill a builder with attribute values from the providedAgentNetworkConfigurationinstance.ImmutableNetworkConfiguration.withAgentNetworkConfiguration(NetworkConfiguration.AgentNetworkConfiguration value) Copy the current immutable object by setting a value for theagentNetworkConfigurationattribute.