Uses of Class
com.chutneytesting.agent.domain.network.AgentGraph
-
Packages that use AgentGraph Package Description com.chutneytesting.agent.api.mapper com.chutneytesting.agent.domain.configure com.chutneytesting.agent.domain.network -
-
Uses of AgentGraph in com.chutneytesting.agent.api.mapper
Methods in com.chutneytesting.agent.api.mapper that return AgentGraph Modifier and Type Method Description AgentGraphAgentGraphApiMapper. fromDto(AgentsGraphApiDto agentsGraph)Methods in com.chutneytesting.agent.api.mapper with parameters of type AgentGraph Modifier and Type Method Description AgentsGraphApiDtoAgentGraphApiMapper. toDto(AgentGraph agentGraph) -
Uses of AgentGraph in com.chutneytesting.agent.domain.configure
Methods in com.chutneytesting.agent.domain.configure with parameters of type AgentGraph Modifier and Type Method Description AgentLocalServerIdentifier. findLocalAgent(AgentGraph agentGraph) -
Uses of AgentGraph in com.chutneytesting.agent.domain.network
Methods in com.chutneytesting.agent.domain.network that return AgentGraph Modifier and Type Method Description AgentGraphImmutableNetworkDescription. agentGraph()AgentGraphNetworkDescription. agentGraph()static AgentGraphAgentGraph. of(ExploreResult exploreResult, NetworkConfiguration networkConfiguration)Methods in com.chutneytesting.agent.domain.network with parameters of type AgentGraph Modifier and Type Method Description ImmutableNetworkDescription.BuilderImmutableNetworkDescription.Builder. agentGraph(AgentGraph agentGraph)Initializes the value for theagentGraphattribute.ImmutableNetworkDescriptionImmutableNetworkDescription. withAgentGraph(AgentGraph value)Copy the current immutable object by setting a value for theagentGraphattribute.
-