|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.ajoberstar.gradle.git.plugins.GithubPluginExtension
class GithubPluginExtension
Extension for Github properties.
Property Summary | |
---|---|
GhPagesPluginExtension |
ghpages
Ghpages properties. |
java.lang.Object |
repoUri
The URI of the Github repository. |
Constructor Summary | |
GithubPluginExtension(Project project)
Constructs the plugin extension. |
Method Summary | |
---|---|
void
|
credentials(groovy.lang.Closure closure)
{@inheritDoc} |
PasswordCredentials
|
getCredentials()
{@inheritDoc} |
java.lang.String
|
getRepoUri()
Gets the URI of the Github repository. |
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 |
---|
final GhPagesPluginExtension ghpages
java.lang.Object repoUri
Constructor Detail |
---|
GithubPluginExtension(Project project)
project
- the project to create
the extension for
Method Detail |
---|
void credentials(groovy.lang.Closure closure)
PasswordCredentials getCredentials()
java.lang.String getRepoUri()
Groovy Documentation