Groovy Documentation

org.ajoberstar.gradle.git.ghpages
[Groovy] Class GithubPagesPlugin

java.lang.Object
  org.ajoberstar.gradle.git.ghpages.GithubPagesPlugin
All Implemented Interfaces:
Plugin

class GithubPagesPlugin

Plugin to enable publishing to gh-pages branch of Github.

Since:
0.1.0


Property Summary
static java.lang.String PUBLISH_TASK_NAME

 
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, int), java.lang.Object#wait(long), 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()
 

Property Detail

PUBLISH_TASK_NAME

static final java.lang.String PUBLISH_TASK_NAME


 
Method Detail

apply

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


 

Groovy Documentation