Groovy Documentation

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


@Incubating
public interface ArtifactResolutionQueryResult

The result of executing an artifact resolution query.

Since:
1.12


Method Summary
Set getComponents()

Set getComponents(Class type)

Set getUnresolvedComponents()

 

Method Detail

getComponents

public Set getComponents()


getComponents

public Set getComponents(Class type)


getUnresolvedComponents

public Set getUnresolvedComponents()


 

Gradle API 1.12