Class AbstractConfigurationReportTask

    • Constructor Detail

      • AbstractConfigurationReportTask

        public AbstractConfigurationReportTask()
    • Method Detail

      • getObjectFactory

        @Inject
        protected abstract ObjectFactory getObjectFactory()
      • getTextOutputFactory

        @Inject
        protected abstract org.gradle.internal.logging.text.StyledTextOutputFactory getTextOutputFactory()
      • getFileResolver

        @Inject
        protected abstract org.gradle.api.internal.file.FileResolver getFileResolver()
      • buildReportSpec

        protected abstract org.gradle.api.tasks.diagnostics.internal.configurations.spec.AbstractConfigurationReportSpec buildReportSpec()
      • report

        public final void report()