Groovy Documentation

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

java.lang.Object
  org.ajoberstar.gradle.git.plugins.GithubPluginExtension
All Implemented Interfaces:
org.gradle.api.artifacts.repositories.AuthenticationSupported

class GithubPluginExtension
extends java.lang.Object

Extension for Github properties.

Since:
0.1.0


Property Summary
GhPagesPluginExtension ghpages

Ghpages properties.

java.lang.Object repoUri

The URI of the Github repository.

 
Constructor Summary
GithubPluginExtension(org.gradle.api.Project project)

Constructs the plugin extension.

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

{@inheritDoc}

org.gradle.api.artifacts.repositories.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

ghpages

final GhPagesPluginExtension ghpages
Ghpages properties.


repoUri

java.lang.Object repoUri
The URI of the Github repository.


 
Constructor Detail

GithubPluginExtension

GithubPluginExtension(org.gradle.api.Project project)
Constructs the plugin extension.
Parameters:
project - the project to create the extension for


 
Method Detail

credentials

void credentials(groovy.lang.Closure closure)
{@inheritDoc}


getCredentials

org.gradle.api.artifacts.repositories.PasswordCredentials getCredentials()
{@inheritDoc}


getRepoUri

java.lang.String getRepoUri()
Gets the URI of the Github repository.
Returns:
the repo URI


 

Groovy Documentation