Uses of Interface
com.chutneytesting.agent.domain.explore.CurrentNetworkDescription
-
-
Uses of CurrentNetworkDescription in com.chutneytesting.admin.infra
Constructors in com.chutneytesting.admin.infra with parameters of type CurrentNetworkDescription Constructor Description FileSystemBackupRepository(String backupsRootPath, OrientComponentDB orientComponentDB, EmbeddedEnvironmentApi embeddedEnvironmentApi, GlobalvarRepository globalvarRepository, CurrentNetworkDescription currentNetworkDescription, JiraRepository jiraRepository) -
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 ExecutionRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, EmbeddedEnvironmentApi environmentApi, CurrentNetworkDescription currentNetworkDescription)
-