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
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

    • Method Detail

      • getEnabled

         abstract Property<Boolean> getEnabled()

        If it should compute the code owners for this source set