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
Update
Execution
Result
data
class
UpdateExecutionResult
(
val
status
:
String
,
val
buildFile
:
String
,
val
backupFiles
:
List
<
String
>
,
val
changedFiles
:
List
<
String
>
,
val
applied
:
List
<
UpdateSuggestion
>
,
val
lockfileStatus
:
String
,
val
durationMs
:
Long
,
val
warnings
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Update
Execution
Result
Link copied to clipboard
constructor
(
status
:
String
,
buildFile
:
String
,
backupFiles
:
List
<
String
>
,
changedFiles
:
List
<
String
>
,
applied
:
List
<
UpdateSuggestion
>
,
lockfileStatus
:
String
,
durationMs
:
Long
,
warnings
:
List
<
String
>
=
emptyList()
)
Properties
applied
Link copied to clipboard
val
applied
:
List
<
UpdateSuggestion
>
backup
Files
Link copied to clipboard
val
backupFiles
:
List
<
String
>
build
File
Link copied to clipboard
val
buildFile
:
String
changed
Files
Link copied to clipboard
val
changedFiles
:
List
<
String
>
duration
Ms
Link copied to clipboard
val
durationMs
:
Long
lockfile
Status
Link copied to clipboard
val
lockfileStatus
:
String
status
Link copied to clipboard
val
status
:
String
warnings
Link copied to clipboard
val
warnings
:
List
<
String
>