com.android.build.gradle
[Groovy] Class ReportingPlugin

java.lang.Object
  com.android.build.gradle.ReportingPlugin
All Implemented Interfaces:
Plugin

class ReportingPlugin

Gradle plugin class for 'reporting' projects. This is mostly used to aggregate reports from subprojects.


Method Summary
void apply(Project project)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

apply

@Override
void apply(Project project)


 

Copyright (C) 2012 The Android Open Source Project