Groovy Documentation

org.gradle.api.reporting.plugins
[Groovy] Class BuildDashboardPlugin

java.lang.Object
  org.gradle.api.reporting.plugins.BuildDashboardPlugin
All Implemented Interfaces:
Plugin

@Incubating
class BuildDashboardPlugin

A Plugin which allows to generate build dashboard report.


Field Summary
static String BUILD_DASHBOARD_TASK_NAME

 
Method Summary
void apply(ProjectInternal project)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

BUILD_DASHBOARD_TASK_NAME

public static final String BUILD_DASHBOARD_TASK_NAME


 
Method Detail

apply

void apply(ProjectInternal project)


 

Gradle API 1.6-rc-1