gradle
Toggle table of contents
9.3.1
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling
/
FetchModelResult
Fetch
Model
Result
API
@
Incubating
@
NullMarked
interface
FetchModelResult
<
M
>
(
source
)
Carries the result of a single model fetch operation.
Since
9.3.0
Parameters
<M>
The fetched model type.
Members
Functions
get
Failures
Link copied to clipboard
API
@
Incubating
abstract
fun
getFailures
(
)
:
Collection
<
out
Failure
>
Returns the failures that occurred during the fetch operation.
get
Model
Link copied to clipboard
API
@
Nullable
@
Incubating
abstract
fun
getModel
(
)
:
@
Nullable
M
Returns the fetched model.