Uses of Class
com.chutneytesting.agent.domain.explore.ImmutableExploreResult.Builder
Packages that use ImmutableExploreResult.Builder
-
Uses of ImmutableExploreResult.Builder in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return ImmutableExploreResult.BuilderModifier and TypeMethodDescriptionImmutableExploreResult.Builder.agentLinks(ExploreResult.Links<AgentId, AgentId> agentLinks) Initializes the value for theagentLinksattribute.ImmutableExploreResult.builder()Creates a builder forImmutableExploreResult.ImmutableExploreResult.Builder.from(ExploreResult instance) Fill a builder with attribute values from the providedExploreResultinstance.ImmutableExploreResult.Builder.targetLinks(ExploreResult.Links<AgentId, TargetId> targetLinks) Initializes the value for thetargetLinksattribute.