Class DependentComponentsReport

java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.api.reporting.dependents.DependentComponentsReport
All Implemented Interfaces:
Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, Named, ExtensionAware, Task, Configurable<Task>

@Deprecated @DisableCachingByDefault(because="Produces only non-cacheable console output") public abstract class DependentComponentsReport extends DefaultTask
Deprecated.
Displays dependent components.
  • Constructor Details

    • DependentComponentsReport

      public DependentComponentsReport()
      Deprecated.
  • Method Details

    • 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 List<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(List<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.