Uses of Class
com.chutneytesting.agent.domain.TargetId
-
Packages that use TargetId Package Description com.chutneytesting.agent.domain com.chutneytesting.agent.domain.explore com.chutneytesting.agent.domain.network -
-
Uses of TargetId in com.chutneytesting.agent.domain
Methods in com.chutneytesting.agent.domain that return TargetId Modifier and Type Method Description static TargetIdTargetId. of(String name, String env) -
Uses of TargetId in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return types with arguments of type TargetId Modifier and Type Method Description ExploreResult.Links<AgentId,TargetId>ExploreResult. targetLinks()ExploreResult.Links<AgentId,TargetId>ImmutableExploreResult. targetLinks()Method parameters in com.chutneytesting.agent.domain.explore with type arguments of type TargetId Modifier and Type Method Description ImmutableExploreResult.BuilderImmutableExploreResult.Builder. targetLinks(ExploreResult.Links<AgentId,TargetId> targetLinks)Initializes the value for thetargetLinksattribute.ImmutableExploreResultImmutableExploreResult. withTargetLinks(ExploreResult.Links<AgentId,TargetId> value)Copy the current immutable object by setting a value for thetargetLinksattribute. -
Uses of TargetId in com.chutneytesting.agent.domain.network
Methods in com.chutneytesting.agent.domain.network that return types with arguments of type TargetId Modifier and Type Method Description Set<TargetId>Agent. reachableTargets()Methods in com.chutneytesting.agent.domain.network with parameters of type TargetId Modifier and Type Method Description AgentAgent. addReachable(TargetId target)
-