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
-
getId
ComponentArtifactIdentifier getId()Returns an identifier for this artifact.- Since:
- 3.3
-
getType
Returns the type of this artifact.
-