Groovy Documentation

org.ajoberstar.gradle.git.plugins
[Java] Class GitPlugin

java.lang.Object
  org.ajoberstar.gradle.git.plugins.GitPlugin
All Implemented Interfaces:
Plugin

public class GitPlugin

Plugin for Git support.

Since:
0.1.0


Method Summary
void apply(Project project)

Applies the plugin to the given project.

 
Methods inherited from class java.lang.Object
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#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

apply

public void apply(Project project)
Applies the plugin to the given project.
Parameters:
project - the project


 

Groovy Documentation