|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.ajoberstar.gradle.git.plugins.GhPagesPluginExtension
class GhPagesPluginExtension extends java.lang.Object
Extension for gh-pages specific properties.
Property Summary | |
---|---|
java.lang.Object |
destinationPath
The path to put the github repository in. |
org.gradle.api.file.CopySpec |
distribution
The distribution of files to put in gh-pages. |
Constructor Summary | |
GhPagesPluginExtension(org.gradle.api.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 |
---|
java.lang.Object destinationPath
final org.gradle.api.file.CopySpec distribution
Constructor Detail |
---|
GhPagesPluginExtension(org.gradle.api.Project project)
project
- the project to create
the extension for
Method Detail |
---|
void distribution(groovy.lang.Closure closure)
closure
- the configuraiton closure
Groovy Documentation