api / org.gradle.api.artifacts.result

Package org.gradle.api.artifacts.result

Types

ArtifactResolutionResult

interface ArtifactResolutionResult

The result of executing an artifact resolution query.

ArtifactResult

interface ArtifactResult

The result of resolving an artifact.

ComponentArtifactsResult

interface ComponentArtifactsResult : ComponentResult

The result of successfully resolving a component with a set of artifacts.

ComponentResult

interface ComponentResult

The result of resolving a component.

ComponentSelectionCause

class ComponentSelectionCause

The possible component selection causes. There are a limited number of causes, but each of them can be provided with a custom description, via ComponentSelectionDescriptor.

ComponentSelectionDescriptor

interface ComponentSelectionDescriptor

A component selection description, which wraps a cause with an optional custom description.

ComponentSelectionReason

interface ComponentSelectionReason

Answers the question why a component was selected during the dependency resolution.

DependencyResult

interface DependencyResult

An edge in the dependency graph. Provides information about the origin of the dependency and the requested component.

ResolutionResult

interface ResolutionResult

Contains the information about the result of dependency resolution. You can use this type to determine all the component instances that are included in the resolved dependency graph, and the dependencies between them.

ResolvedArtifactResult

interface ResolvedArtifactResult : ArtifactResult

The result of successfully resolving an artifact.

ResolvedComponentResult

interface ResolvedComponentResult

Represents a component instance in the resolved dependency graph. Provides some basic identity and dependency information about the component.

ResolvedDependencyResult

interface ResolvedDependencyResult : DependencyResult

A dependency that was resolved successfully.

ResolvedVariantResult

interface ResolvedVariantResult

The result of successfully resolving a component variant.

UnresolvedArtifactResult

interface UnresolvedArtifactResult : ArtifactResult

An artifact that could not be resolved.

UnresolvedComponentResult

interface UnresolvedComponentResult : ComponentResult

A component that could not be resolved.

UnresolvedDependencyResult

interface UnresolvedDependencyResult : DependencyResult

A dependency that could not be resolved.