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()If it should compute the code owners for this source set -
Methods inherited from class org.gradle.api.Named
getName -
Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersSourceSet
getClasses, getMappings, getSources -
Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersInspectDependencies
getInspectDependencies -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEnabled
abstract Property<Boolean> getEnabled()
If it should compute the code owners for this source set
-
-
-
-