Uses of Class
com.chutneytesting.agent.domain.explore.ImmutableExploreResult.Link
Packages that use ImmutableExploreResult.Link
-
Uses of ImmutableExploreResult.Link in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return ImmutableExploreResult.LinkModifier and TypeMethodDescriptionImmutableExploreResult.Link.Builder.build()Builds a newLink.static <SOURCE,DESTINATION>
ImmutableExploreResult.Link<SOURCE,DESTINATION> ImmutableExploreResult.Link.copyOf(ExploreResult.Link<SOURCE, DESTINATION> instance) Creates an immutable copy of aExploreResult.Linkvalue.static <SOURCE,DESTINATION>
ImmutableExploreResult.Link<SOURCE,DESTINATION> ImmutableExploreResult.Link.of(SOURCE source, DESTINATION destination) Construct a new immutableLinkinstance.ImmutableExploreResult.Link.withDestination(DESTINATION value) Copy the current immutable object by setting a value for thedestinationattribute.ImmutableExploreResult.Link.withSource(SOURCE value) Copy the current immutable object by setting a value for thesourceattribute.