Uses of Class
com.chutneytesting.agent.domain.configure.ImmutableNetworkConfiguration.EnvironmentConfiguration
Packages that use ImmutableNetworkConfiguration.EnvironmentConfiguration
-
Uses of ImmutableNetworkConfiguration.EnvironmentConfiguration in com.chutneytesting.agent.domain.configure
Methods in com.chutneytesting.agent.domain.configure that return ImmutableNetworkConfiguration.EnvironmentConfigurationModifier and TypeMethodDescriptionImmutableNetworkConfiguration.EnvironmentConfiguration.Builder.build()Builds a newEnvironmentConfiguration.ImmutableNetworkConfiguration.EnvironmentConfiguration.copyOf(NetworkConfiguration.EnvironmentConfiguration instance) Creates an immutable copy of aNetworkConfiguration.EnvironmentConfigurationvalue.ImmutableNetworkConfiguration.EnvironmentConfiguration.of(Iterable<? extends EnvironmentDto> environments) Construct a new immutableEnvironmentConfigurationinstance.ImmutableNetworkConfiguration.EnvironmentConfiguration.of(Set<EnvironmentDto> environments) Construct a new immutableEnvironmentConfigurationinstance.ImmutableNetworkConfiguration.EnvironmentConfiguration.withEnvironments(EnvironmentDto... elements) Copy the current immutable object with elements that replace the content ofenvironments.ImmutableNetworkConfiguration.EnvironmentConfiguration.withEnvironments(Iterable<? extends EnvironmentDto> elements) Copy the current immutable object with elements that replace the content ofenvironments.