Uses of Class
com.chutneytesting.agent.domain.network.Agent
-
Packages that use Agent Package Description com.chutneytesting.agent.domain.configure com.chutneytesting.agent.domain.network -
-
Uses of Agent in com.chutneytesting.agent.domain.configure
Methods in com.chutneytesting.agent.domain.configure that return Agent Modifier and Type Method Description AgentLocalServerIdentifier. findLocalAgent(AgentGraph agentGraph) -
Uses of Agent in com.chutneytesting.agent.domain.network
Methods in com.chutneytesting.agent.domain.network that return Agent Modifier and Type Method Description AgentAgent. addReachable(Agent agent)AgentAgent. addReachable(TargetId target)Methods in com.chutneytesting.agent.domain.network that return types with arguments of type Agent Modifier and Type Method Description Set<Agent>AgentGraph. agents()List<Agent>Agent. findFellowAgentForReaching(String targetName, String environment)Optional<Agent>ImmutableNetworkDescription. localAgent()Optional<Agent>NetworkDescription. localAgent()Set<Agent>Agent. reachableAgents()Methods in com.chutneytesting.agent.domain.network with parameters of type Agent Modifier and Type Method Description AgentAgent. addReachable(Agent agent)ImmutableNetworkDescription.BuilderImmutableNetworkDescription.Builder. localAgent(Agent localAgent)Initializes the optional valuelocalAgentto localAgent.ImmutableNetworkDescriptionImmutableNetworkDescription. withLocalAgent(Agent value)Copy the current immutable object by setting a present value for the optionallocalAgentattribute.Method parameters in com.chutneytesting.agent.domain.network with type arguments of type Agent Modifier and Type Method Description ImmutableNetworkDescription.BuilderImmutableNetworkDescription.Builder. localAgent(Optional<? extends Agent> localAgent)Initializes the optional valuelocalAgentto localAgent.ImmutableNetworkDescriptionImmutableNetworkDescription. withLocalAgent(Optional<? extends Agent> optional)Copy the current immutable object by setting an optional value for thelocalAgentattribute.Constructor parameters in com.chutneytesting.agent.domain.network with type arguments of type Agent Constructor Description AgentGraph(Collection<Agent> agents)
-