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