gradle
8.2-rc-2
Java API
gradle
/
org.gradle.api.artifacts.result
/
UnresolvedArtifactResult
Unresolved
Artifact
Result
Java API
interface
UnresolvedArtifactResult
:
ArtifactResult
An artifact that could not be resolved.
Members
Functions
get
Failure
Link copied to clipboard
Java API
abstract
fun
getFailure
(
)
:
Throwable
The failure that occurred when the artifact was resolved.
get
Id
Link copied to clipboard
Java API
abstract
fun
getId
(
)
:
ComponentArtifactIdentifier
get
Type
Link copied to clipboard
Java API
abstract
fun
getType
(
)
:
Class
<
out
Artifact
>