Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jmx (0.03 sec)

  1. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/plugins/JacocoTaskExtension.java

         * Whether or not to expose functionality via JMX under {@code org.jacoco:type=Runtime}. Defaults to {@code false}.
         *
         * The configuration of the jmx property is only taken into account if the used JaCoCo version supports this option (JaCoCo version >= 0.6.2)
         */
        @Input
        public boolean isJmx() {
            return jmx;
        }
    
        public void setJmx(boolean jmx) {
            this.jmx = jmx;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top