Class GradleInternalAPI


  • public class GradleInternalAPI
    extends java.lang.Object
    Very ugly hack for Gradle internal API.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void renderTestReport​(java.util.List<org.gradle.api.internal.tasks.testing.junit.result.TestClassResult> testResults, java.io.File outputDir)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GradleInternalAPI

        public GradleInternalAPI()
    • Method Detail

      • renderTestReport

        public static void renderTestReport​(java.util.List<org.gradle.api.internal.tasks.testing.junit.result.TestClassResult> testResults,
                                            java.io.File outputDir)