Class ModelReport

  • All Implemented Interfaces:
    java.lang.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 ModelReport
    extends DefaultTask
    Deprecated.
    Displays some details about the configuration model of the project. An instance of this type is used when you execute the model task from the command-line.
    • Constructor Detail

      • ModelReport

        public ModelReport()
        Deprecated.
    • Method Detail

      • setShowHidden

        public void setShowHidden​(boolean showHidden)
        Deprecated.
      • isShowHidden

        @Console
        public boolean isShowHidden()
        Deprecated.
      • setFormat

        public void setFormat​(java.lang.String format)
        Deprecated.
      • getTextOutputFactory

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

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

        public void report()
        Deprecated.