toggle menu
foundry
jvm
switch theme
search in API
foundry-gradle-plugin
/
foundry.gradle.stats
/
ModuleScore
Module
Score
@
JsonClass
(
generateAdapter
=
true
)
data
class
ModuleScore
(
val
moduleName
:
String
,
val
score
:
Long
,
val
weights
:
Weights
,
val
includesGenerated
:
Boolean
)
(
source
)
Members
Constructors
Module
Score
Link copied to clipboard
constructor
(
moduleName
:
String
,
score
:
Long
,
weights
:
Weights
,
includesGenerated
:
Boolean
)
Properties
includes
Generated
Link copied to clipboard
val
includesGenerated
:
Boolean
module
Name
Link copied to clipboard
val
moduleName
:
String
score
Link copied to clipboard
val
score
:
Long
weights
Link copied to clipboard
val
weights
:
Weights