Uses of Class
com.chutneytesting.agent.domain.configure.LocalServerIdentifier
-
Packages that use LocalServerIdentifier Package Description com.chutneytesting.agent.domain.configure com.chutneytesting.agent.domain.explore com.chutneytesting.agent.infra.storage -
-
Uses of LocalServerIdentifier in com.chutneytesting.agent.domain.configure
Constructors in com.chutneytesting.agent.domain.configure with parameters of type LocalServerIdentifier Constructor Description ConfigureService(ExploreAgentsService exploreAgentsService, CurrentNetworkDescription currentNetworkDescription, LocalServerIdentifier localServerIdentifier, EnvironmentApi embeddedEnvironmentApi) -
Uses of LocalServerIdentifier in com.chutneytesting.agent.domain.explore
Constructors in com.chutneytesting.agent.domain.explore with parameters of type LocalServerIdentifier Constructor Description ExploreAgentsService(Explorations explorations, AgentClient agentClient, ConnectionChecker connectionChecker, LocalServerIdentifier localServerIdentifier) -
Uses of LocalServerIdentifier in com.chutneytesting.agent.infra.storage
Constructors in com.chutneytesting.agent.infra.storage with parameters of type LocalServerIdentifier Constructor Description JsonFileCurrentNetworkDescription(EmbeddedEnvironmentApi environmentApi, AgentNetworkMapperJsonFileMapper agentNetworkMapperJsonFileMapper, JsonFileAgentNetworkDao jsonFileAgentNetworkDao, LocalServerIdentifier localServerIdentifier)
-