-
- 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 BooleanreportBoolean(String name, Boolean value, String subprojectName, Long weight)abstract BooleanreportNumber(String name, Long value, String subprojectName, Long weight)abstract BooleanreportString(String name, String value, String subprojectName, Long weight)
-