Package org.gradle.api.artifacts.result
Interface ArtifactResult
- All Known Subinterfaces:
- ResolvedArtifactResult,- UnresolvedArtifactResult
public interface ArtifactResult
The result of resolving an artifact.
- Since:
- 2.0
- 
Method Details- 
getIdComponentArtifactIdentifier getId()Returns an identifier for this artifact.- Since:
- 3.3
 
- 
getTypeReturns the type of this artifact.
 
-