Uses of Interface
com.chutneytesting.agent.domain.network.NetworkDescription
-
-
Uses of NetworkDescription in com.chutneytesting.agent.api.mapper
Methods in com.chutneytesting.agent.api.mapper that return NetworkDescription Modifier and Type Method Description NetworkDescriptionNetworkDescriptionApiMapper. fromDto(NetworkDescriptionApiDto networkDescriptionApiDto)Methods in com.chutneytesting.agent.api.mapper with parameters of type NetworkDescription Modifier and Type Method Description NetworkDescriptionApiDtoNetworkDescriptionApiMapper. toDto(NetworkDescription networkDescription) -
Uses of NetworkDescription in com.chutneytesting.agent.domain
Methods in com.chutneytesting.agent.domain with parameters of type NetworkDescription Modifier and Type Method Description voidAgentClient. wrapUp(NamedHostAndPort agentInfo, NetworkDescription networkDescription)Propagate finalNetworkDescriptionto agents discovered duringConfigurationState.EXPLORINGphase. -
Uses of NetworkDescription in com.chutneytesting.agent.domain.configure
Methods in com.chutneytesting.agent.domain.configure that return NetworkDescription Modifier and Type Method Description NetworkDescriptionConfigureService. configure(NetworkConfiguration networkConfiguration)NetworkDescriptionGetCurrentNetworkDescriptionService. getCurrentNetworkDescription()Methods in com.chutneytesting.agent.domain.configure with parameters of type NetworkDescription Modifier and Type Method Description voidConfigureService. wrapUpConfiguration(NetworkDescription networkDescription) -
Uses of NetworkDescription in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return types with arguments of type NetworkDescription Modifier and Type Method Description Optional<NetworkDescription>CurrentNetworkDescription. findCurrent()Methods in com.chutneytesting.agent.domain.explore with parameters of type NetworkDescription Modifier and Type Method Description voidCurrentNetworkDescription. switchTo(NetworkDescription networkDescription)voidExploreAgentsService. wrapUp(NetworkDescription networkDescription)Propagate finalNetworkDescriptionrecursively to all reachable agents. -
Uses of NetworkDescription in com.chutneytesting.agent.domain.network
Classes in com.chutneytesting.agent.domain.network that implement NetworkDescription Modifier and Type Class Description classImmutableNetworkDescriptionImmutable implementation ofNetworkDescription.Methods in com.chutneytesting.agent.domain.network with parameters of type NetworkDescription Modifier and Type Method Description static ImmutableNetworkDescriptionImmutableNetworkDescription. copyOf(NetworkDescription instance)Creates an immutable copy of aNetworkDescriptionvalue.ImmutableNetworkDescription.BuilderImmutableNetworkDescription.Builder. from(NetworkDescription instance)Fill a builder with attribute values from the providedNetworkDescriptioninstance. -
Uses of NetworkDescription in com.chutneytesting.agent.infra.storage
Methods in com.chutneytesting.agent.infra.storage that return types with arguments of type NetworkDescription Modifier and Type Method Description Optional<NetworkDescription>JsonFileCurrentNetworkDescription. findCurrent()Methods in com.chutneytesting.agent.infra.storage with parameters of type NetworkDescription Modifier and Type Method Description voidJsonFileCurrentNetworkDescription. switchTo(NetworkDescription networkDescription)
-