Package 

Class InteropKt

    • Method Detail

      • safeExecutionDataSetFrom

         final Unit safeExecutionDataSetFrom(JacocoReportBase $self, Project project, Object paths)

        Applies the given paths as the execution data of the given Jacoco task.

        Parameters:
        project - Project to resolve the paths if necessary
        paths - Paths to apply
      • safeClassDirectoriesSetFrom

         final Unit safeClassDirectoriesSetFrom(JacocoReportBase $self, Project project, Object paths)

        Applies the given paths as the class directories of the given Jacoco task.

        Parameters:
        project - Project to resolve the paths if necessary
        paths - Paths to apply
      • safeSourceDirectoriesSetFrom

         final Unit safeSourceDirectoriesSetFrom(JacocoReportBase $self, Project project, Object paths)

        Applies the given paths as the source directories of the given Jacoco task.

        Parameters:
        project - Project to resolve the paths if necessary
        paths - Paths to apply