Package io.github.gmazzo.codeowners
Interface CodeOwnersJVMSourceSet
-
- All Implemented Interfaces:
-
io.github.gmazzo.codeowners.CodeOwnersInspectDependencies,io.github.gmazzo.codeowners.CodeOwnersSourceSet,org.gradle.api.Named
public interface CodeOwnersJVMSourceSet implements CodeOwnersSourceSet, CodeOwnersInspectDependencies
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getEnabled()abstract ConfigurableFileCollectiongetSources()abstract ConfigurableFileCollectiongetClasses()abstract ConfigurableFileCollectiongetMappings()abstract Property<CodeOwnersInspectDependencies.DependenciesMode>getInspectDependencies()-
-
Method Detail
-
getEnabled
abstract Property<Boolean> getEnabled()
-
getSources
abstract ConfigurableFileCollection getSources()
-
getClasses
abstract ConfigurableFileCollection getClasses()
-
getMappings
abstract ConfigurableFileCollection getMappings()
-
getInspectDependencies
abstract Property<CodeOwnersInspectDependencies.DependenciesMode> getInspectDependencies()
-
-
-
-