Class DependentComponentsReport

    • Constructor Detail

      • DependentComponentsReport

        public DependentComponentsReport()
        Deprecated.
    • Method Detail

      • isShowNonBuildable

        @Console
        public boolean isShowNonBuildable()
        Deprecated.
        Should this include non-buildable components in the report?
      • setShowNonBuildable

        public void setShowNonBuildable​(boolean showNonBuildable)
        Deprecated.
      • isShowTestSuites

        @Console
        public boolean isShowTestSuites()
        Deprecated.
        Should this include test suites in the report?
      • setShowTestSuites

        public void setShowTestSuites​(boolean showTestSuites)
        Deprecated.
      • getShowAll

        @Console
        public boolean getShowAll()
        Deprecated.
        Should this include both non-buildable and test suites in the report?
      • setShowAll

        public void setShowAll​(boolean showAll)
        Deprecated.
        Set this to include both non buildable components and test suites in the report.
      • getComponents

        @Console
        public java.util.List<java.lang.String> getComponents()
        Deprecated.
        Returns the components to generate the report for. Defaults to all components of this project.
        Returns:
        the components.
      • setComponents

        public void setComponents​(java.util.List<java.lang.String> components)
        Deprecated.
        Sets the components to generate the report for.
        Parameters:
        components - the components.
      • getTextOutputFactory

        @Inject
        protected org.gradle.internal.logging.text.StyledTextOutputFactory getTextOutputFactory()
        Deprecated.
      • getModelRegistry

        @Inject
        protected org.gradle.model.internal.registry.ModelRegistry getModelRegistry()
        Deprecated.
      • getWorkerLeaseService

        @Inject
        protected org.gradle.internal.work.WorkerLeaseService getWorkerLeaseService()
        Deprecated.
      • report

        public void report()
        Deprecated.