depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.update
/
UpdatePlan
Update
Plan
data
class
UpdatePlan
(
val
projectType
:
ProjectType
,
val
buildFile
:
File
,
val
suggestions
:
List
<
UpdateSuggestion
>
)
Members
Constructors
Update
Plan
Link copied to clipboard
constructor
(
projectType
:
ProjectType
,
buildFile
:
File
,
suggestions
:
List
<
UpdateSuggestion
>
)
Properties
build
File
Link copied to clipboard
val
buildFile
:
File
project
Type
Link copied to clipboard
val
projectType
:
ProjectType
suggestions
Link copied to clipboard
val
suggestions
:
List
<
UpdateSuggestion
>