Uses of Record Class
org.apache.maven.api.cache.RequestResult
Packages that use RequestResult
Package
Description
Provides a caching infrastructure for Maven requests and their results.
-
Uses of RequestResult in org.apache.maven.api.cache
Methods in org.apache.maven.api.cache that return types with arguments of type RequestResultModifier and TypeMethodDescriptionList<RequestResult<?,?>> BatchRequestException.getResults()Returns the list of results from all requests that were part of the batch operation.Constructor parameters in org.apache.maven.api.cache with type arguments of type RequestResultModifierConstructorDescriptionBatchRequestException(String message, List<RequestResult<REQ, REP>> allResults) Constructs a new BatchRequestException with the specified message and results.