Groovy Documentation

org.gradle.api.artifacts.resolution
[Java] Interface UnresolvedSoftwareComponent


@Incubating
public interface UnresolvedSoftwareComponent

A software component that couldn't be resolved.

Since:
1.12


Method Summary
Throwable getFailure()

Returns the failure that occurred when trying to resolve the component.

ComponentIdentifier getId()

Returns the ID of the component.

 

Method Detail

getFailure

public Throwable getFailure()
Returns the failure that occurred when trying to resolve the component.
Returns:
the failure that occurred when trying to resolve the component


getId

public ComponentIdentifier getId()
Returns the ID of the component.
Returns:
the ID of the component


 

Gradle API 1.12