Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.hotreload
/
ReloadAttemptResult
Reload
Attempt
Result
data
class
ReloadAttemptResult
(
val
pluginId
:
String
,
val
outcome
:
DevReloadOutcome
,
val
message
:
String
,
val
modulePath
:
String
?
=
null
,
val
buildSummary
:
String
?
=
null
,
val
durationMs
:
Long
=
0
)
(
source
)
Members
Constructors
Reload
Attempt
Result
Link copied to clipboard
constructor
(
pluginId
:
String
,
outcome
:
DevReloadOutcome
,
message
:
String
,
modulePath
:
String
?
=
null
,
buildSummary
:
String
?
=
null
,
durationMs
:
Long
=
0
)
Properties
build
Summary
Link copied to clipboard
val
buildSummary
:
String
?
duration
Ms
Link copied to clipboard
val
durationMs
:
Long
message
Link copied to clipboard
val
message
:
String
module
Path
Link copied to clipboard
val
modulePath
:
String
?
outcome
Link copied to clipboard
val
outcome
:
DevReloadOutcome
plugin
Id
Link copied to clipboard
val
pluginId
:
String