Uses of Class
com.oracle.bedrock.jacoco.JacocoProfile
-
-
Uses of JacocoProfile in com.oracle.bedrock.jacoco
Methods in com.oracle.bedrock.jacoco that return JacocoProfile Modifier and Type Method Description static JacocoProfileJacocoProfile. disabled()Create aJacocoProfilewith coverage disabled.static JacocoProfileJacocoProfile. enabled(java.lang.String parameters)Create aJacocoProfile.static JacocoProfileJacocoProfile. fromSystemProperty()Create aJacocoProfilewith the destination configured from System properties.static JacocoProfileJacocoProfile. fromSystemProperty(java.lang.String extraParams)Create aJacocoProfilewith the destination configured from System properties.
-