-
public final class InteropKt
-
-
Field Summary
Fields Modifier and Type Field Description private final FilesafeJavaCompileDestinationDirprivate final FileCollectionsafeGetExecutionDataprivate final FileCollectionsafeGetSourceDirectoriesprivate final FileCollectionsafeGetClassDirectories
-
Method Summary
Modifier and Type Method Description final FilegetSafeJavaCompileDestinationDir()final FileCollectiongetSafeGetExecutionData()final FileCollectiongetSafeGetSourceDirectories()final FileCollectiongetSafeGetClassDirectories()final UnitsafeExecutionDataSetFrom(JacocoReportBase $self, Project project, Object paths)Applies the given paths as the execution data of the given Jacoco task. final UnitsafeClassDirectoriesSetFrom(JacocoReportBase $self, Project project, Object paths)Applies the given paths as the class directories of the given Jacoco task. final UnitsafeSourceDirectoriesSetFrom(JacocoReportBase $self, Project project, Object paths)Applies the given paths as the source directories of the given Jacoco task. -
-
Method Detail
-
getSafeJavaCompileDestinationDir
final File getSafeJavaCompileDestinationDir()
-
getSafeGetExecutionData
final FileCollection getSafeGetExecutionData()
-
getSafeGetSourceDirectories
final FileCollection getSafeGetSourceDirectories()
-
getSafeGetClassDirectories
final FileCollection getSafeGetClassDirectories()
-
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 necessarypaths- 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 necessarypaths- 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 necessarypaths- Paths to apply
-
-
-
-