rewrite-runner
Toggle table of contents
0.16.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rewrite-runner
core
/
io.github.skhokhlov.rewriterunner.plugin
/
PluginRunResult
/
Success
Success
data
class
Success
(
val
changedFiles
:
List
<
Path
>
,
val
diffs
:
Map
<
Path
,
String
>
,
val
estimatedTimeSaved
:
Duration
?
)
:
PluginRunResult
(
source
)
Members
Constructors
Success
Link copied to clipboard
constructor
(
changedFiles
:
List
<
Path
>
,
diffs
:
Map
<
Path
,
String
>
,
estimatedTimeSaved
:
Duration
?
)
Properties
changed
Files
Link copied to clipboard
val
changedFiles
:
List
<
Path
>
diffs
Link copied to clipboard
val
diffs
:
Map
<
Path
,
String
>
estimated
Time
Saved
Link copied to clipboard
val
estimatedTimeSaved
:
Duration
?