Groovy Documentation

org.ajoberstar.gradle.git.plugins
[Groovy] Class GhPagesPluginExtension

java.lang.Object
  org.ajoberstar.gradle.git.plugins.GhPagesPluginExtension

class GhPagesPluginExtension

Extension for gh-pages specific properties.

Since:
0.1.0


Property Summary
java.lang.Object destinationPath

The path to put the github repository in.

CopySpec distribution

The distribution of files to put in gh-pages.

 
Constructor Summary
GhPagesPluginExtension(Project project)

Constructs the plugin extension.

 
Method Summary
void distribution(groovy.lang.Closure closure)

Configures the gh-pages distribution.

 
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()
 

Property Detail

destinationPath

java.lang.Object destinationPath
The path to put the github repository in.


distribution

final CopySpec distribution
The distribution of files to put in gh-pages.


 
Constructor Detail

GhPagesPluginExtension

GhPagesPluginExtension(Project project)
Constructs the plugin extension.
Parameters:
project - the project to create the extension for


 
Method Detail

distribution

void distribution(groovy.lang.Closure closure)
Configures the gh-pages distribution.
Parameters:
closure - the configuraiton closure


 

Groovy Documentation