Class CodeOwnersJVMExtensionInternal

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.github.gmazzo.codeowners.CodeOwnersJVMExtension

        getEnabled
      • 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 io.github.gmazzo.codeowners.CodeOwnersExtensionBaseInternal

        getRenameTask, getRenamedCodeOwnersFile, getRenamedCodeOwnersFileUntracked
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodeOwnersJVMExtensionInternal

        CodeOwnersJVMExtensionInternal(Project project, Lazy<TaskProvider<CodeOwnersRenameTask>> renameTask)
    • Method Detail