Uses of Interface
com.chutneytesting.agent.domain.explore.CurrentNetworkDescription
-
Packages that use CurrentNetworkDescription Package Description com.chutneytesting.agent.domain.configure com.chutneytesting.agent.infra.storage com.chutneytesting.execution.infra.execution -
-
Uses of CurrentNetworkDescription in com.chutneytesting.agent.domain.configure
Constructors in com.chutneytesting.agent.domain.configure with parameters of type CurrentNetworkDescription Constructor Description ConfigureService(ExploreAgentsService exploreAgentsService, CurrentNetworkDescription currentNetworkDescription, LocalServerIdentifier localServerIdentifier, EnvironmentApi embeddedEnvironmentApi)GetCurrentNetworkDescriptionService(CurrentNetworkDescription currentNetworkDescription) -
Uses of CurrentNetworkDescription in com.chutneytesting.agent.infra.storage
Classes in com.chutneytesting.agent.infra.storage that implement CurrentNetworkDescription Modifier and Type Class Description classJsonFileCurrentNetworkDescription -
Uses of CurrentNetworkDescription in com.chutneytesting.execution.infra.execution
Constructors in com.chutneytesting.execution.infra.execution with parameters of type CurrentNetworkDescription Constructor Description DefaultExecutionRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, EmbeddedEnvironmentApi environmentApi, CurrentNetworkDescription currentNetworkDescription)
-