Package io.github.gmazzo.codeowners
Interface CodeOwnersJVMExtension
-
- All Implemented Interfaces:
-
io.github.gmazzo.codeowners.CodeOwnersExtensionBase,io.github.gmazzo.codeowners.CodeOwnersInspectDependencies
public interface CodeOwnersJVMExtension implements CodeOwnersExtensionBase<CodeOwnersJVMSourceSet>, CodeOwnersInspectDependencies
-
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getEnabled()Where if code ownership info should be added as Java resources to be available at runtime. -
Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersExtensionBase
codeOwnersRenamer, getCodeOwnersFile, getCodeOwnersRenamer, getReports, getReportsDirectory, getRootDirectory, getSourceSets, reports -
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()
Where if code ownership info should be added as Java resources to be available at runtime.
-
-
-
-