-
- All Implemented Interfaces:
public interface KotlinBuildStatsMXBeanInterface for populating statistics collection method via JXM interface JMX could be used for reporting both from other JVMs, other versions of Kotlin Plugin and other classloaders
-
-
Method Summary
Modifier and Type Method Description abstract UnitreportBoolean(String name, Boolean value, String subprojectName)abstract UnitreportNumber(String name, Long value, String subprojectName)abstract UnitreportString(String name, String value, String subprojectName)-
-
Method Detail
-
reportBoolean
abstract Unit reportBoolean(String name, Boolean value, String subprojectName)
-
reportNumber
abstract Unit reportNumber(String name, Long value, String subprojectName)
-
reportString
abstract Unit reportString(String name, String value, String subprojectName)
-
-
-
-