gradle
Toggle table of contents
9.3.0-20251010060423+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling
/
BuildController
/
fetch
fetch
API
@
Incubating
abstract
fun
<
T
:
Model
?
,
M
,
P
>
fetch
(
@
Nullable
target
:
@
Nullable
T
,
modelType
:
Class
<
M
>
,
@
Nullable
parameterType
:
@
Nullable
Class
<
P
>
,
@
Nullable
parameterInitializer
:
@
Nullable
Action
<
in
P
>
)
:
FetchModelResult
<
T
,
M
>
(
source
)
Resilient model fetching.
Since
9.3.0