Uses of Class
com.chutneytesting.agent.domain.configure.ConfigurationState
-
Packages that use ConfigurationState Package Description com.chutneytesting.agent.domain.configure com.chutneytesting.agent.infra -
-
Uses of ConfigurationState in com.chutneytesting.agent.domain.configure
Methods in com.chutneytesting.agent.domain.configure that return ConfigurationState Modifier and Type Method Description static ConfigurationStateConfigurationState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationState[]ConfigurationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chutneytesting.agent.domain.configure with parameters of type ConfigurationState Modifier and Type Method Description booleanConfigurationState. canChangeTo(ConfigurationState state)booleanExplorations. changeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState exploring) -
Uses of ConfigurationState in com.chutneytesting.agent.infra
Methods in com.chutneytesting.agent.infra with parameters of type ConfigurationState Modifier and Type Method Description booleanInMemoryExplorations. changeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState newState)
-