Class PropertyReportTask

  • All Implemented Interfaces:
    Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.IConventionAware, org.gradle.api.internal.TaskInternal, ExtensionAware, Task, org.gradle.util.Configurable<Task>

    public class PropertyReportTask
    extends AbstractReportTask
    Displays the properties of a project. An instance of this type is used when you execute the properties task from the command-line.
    • Constructor Detail

      • PropertyReportTask

        public PropertyReportTask()