depanalyzer
Toggle table of contents
2.3.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.update
/
UpdateExecutionResult
/
UpdateExecutionResult
Update
Execution
Result
constructor
(
status
:
String
,
buildFile
:
String
,
backupFiles
:
List
<
String
>
,
changedFiles
:
List
<
String
>
,
applied
:
List
<
UpdateSuggestion
>
,
lockfileStatus
:
String
,
durationMs
:
Long
,
warnings
:
List
<
String
>
=
emptyList()
)