Uses of Enum Class
com.chutneytesting.agent.domain.configure.ConfigurationState
Packages that use ConfigurationState
-
Uses of ConfigurationState in com.chutneytesting.agent.domain.configure
Methods in com.chutneytesting.agent.domain.configure that return ConfigurationStateModifier and TypeMethodDescriptionstatic ConfigurationStateReturns the enum constant of this class with the specified name.static ConfigurationState[]ConfigurationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.chutneytesting.agent.domain.configure with parameters of type ConfigurationStateModifier and TypeMethodDescriptionbooleanConfigurationState.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 ConfigurationStateModifier and TypeMethodDescriptionbooleanInMemoryExplorations.changeStateToIfPossible(NetworkConfiguration networkConfiguration, ConfigurationState newState)