Groovy Documentation

org.gradle.api.plugins.sonar
[Groovy] Class SonarPlugin

java.lang.Object
  org.gradle.api.plugins.sonar.SonarPlugin
All Implemented Interfaces:
Plugin

class SonarPlugin
extends java.lang.Object

A Plugin for integrating with Sonar, a web-based platform for managing code quality. Adds a task named sonar with type Sonar and configures it to analyze the Java sources in the main source set.


Property Summary
static java.lang.String SONAR_TASK_NAME

 
Method Summary
void apply(Project project)

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

Property Detail

SONAR_TASK_NAME

static final java.lang.String SONAR_TASK_NAME


 
Method Detail

apply

void apply(Project project)


 

Groovy Documentation