Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

apply(Project) - Method in GhPagesPlugin
Applies the plugin to the given project.
apply(Project) - Method in GithubPlugin
Applies the plugin to the given project.
apply(Project) - Method in GitPlugin
Applies the plugin to the given project.
author(Closure) - Method in GitCommit
Configures the author for this commit.

B

BasicPasswordCredentials - Class in org.ajoberstar.gradle.git.plugins
Basic implementation of org.gradle.api.artifacts.repositories.PasswordCredentials.
BasicPasswordCredentials(String, String) - Constructor in BasicPasswordCredentials
Constructs credentials with the given arguments.
branchesToClone(Object) - Method in GitClone
Adds branches to clone if cloneAllBranches is set to false.

C

cloneRepo() - Method in GitClone
Clones a Git repository as configured.
commit() - Method in GitCommit
Commits changes to the Git repository.
committer(Closure) - Method in GitCommit
Configures the committer for this commit.
credentials(Closure) - Method in GitClone
Configured the credentials to be used when cloning the repo.
credentials(Closure) - Method in GithubPluginExtension
{@inheritDoc}
credentials(Closure) - Method in GitPush
Configures the credentials to use when pushing changes.

D

distribution(Closure) - Method in GhPagesPluginExtension
Configures the gh-pages distribution.

E

exclude(Closure) - Method in GitSource
{@inheritDoc}

F


G

getAuthor() - Method in GitCommit
Gets the author for this commit.
getBare() - Method in GitClone
Gets whether the repository will be bare.
getBranch() - Method in GitClone
Gets the branch to checkout if checkout is set to true.
getBranchesToClone() - Method in GitClone
Gets the branches to clone if cloneAllBranches is set to false.
getCheckout() - Method in GitClone
Gets whether or not to checkout the specified branch.
getCloneAllBranches() - Method in GitClone
Gets whether all branches should be cloned.
getCommitAll() - Method in GitCommit
Gets whether to commit all modified and deleted files.
getCommitter() - Method in GitCommit
Gets the committer to for this commit.
getCredentials() - Method in GitClone
Gets the credentials to be used when cloning the repo.
getCredentials() - Method in GithubPluginExtension
{@inheritDoc}
getCredentials() - Method in GitPush
Gets the credentials to use when pushing changes.
getDestinationDir() - Method in GitClone
Gets the destination directory the repository will be cloned into.
getExcludes() - Method in GitSource
{@inheritDoc}
getGit() - Method in GitBase
Gets a Git instance for this task's repository.
getIncludes() - Method in GitSource
{@inheritDoc}
getMessage() - Method in GitCommit
Gets the commit message to use.
getPassword() - Method in BasicPasswordCredentials
{@inheritDoc}
getRemote() - Method in GitClone
Gets the name used to track the upstream repository.
getRemote() - Method in GitPush
Gets the remote to push to.
getRepoDir() - Method in GitBase
Gets the directory of the repository.
getRepoUri() - Method in GithubPluginExtension
Gets the URI of the Github repository.
getSource() - Method in GitSource
Gets the source files this task will act on.
getUri() - Method in GitClone
Gets the URI of the repo to clone.
getUsername() - Method in BasicPasswordCredentials
{@inheritDoc}
GhPagesPlugin - Class in org.ajoberstar.gradle.git.plugins
Plugin to enable publishing to gh-pages branch of Github.
GhPagesPluginExtension - Class in org.ajoberstar.gradle.git.plugins
Extension for gh-pages specific properties.
GhPagesPluginExtension(Project) - Constructor in GhPagesPluginExtension
Constructs the plugin extension.
GitAdd - Class in org.ajoberstar.gradle.git.tasks
Task to add files to a Git repository's staging area.
GitBase - Class in org.ajoberstar.gradle.git.tasks
Base task for all Git commands that are executed on an existing repository.
GitClone - Class in org.ajoberstar.gradle.git.tasks
Task to clone a Git repository.
GitCommit - Class in org.ajoberstar.gradle.git.tasks
Task to commit changes to a Git repository.
GithubPlugin - Class in org.ajoberstar.gradle.git.plugins
Plugin for supporting Github.
GithubPluginExtension - Class in org.ajoberstar.gradle.git.plugins
Extension for Github properties.
GithubPluginExtension(Project) - Constructor in GithubPluginExtension
Constructs the plugin extension.
GitPlugin - Class in org.ajoberstar.gradle.git.plugins
Plugin for Git support.
GitPluginExtension - Class in org.ajoberstar.gradle.git.plugins
Extension for Git properties.
GitPluginExtension(Project) - Constructor in GitPluginExtension
Constructs the plugin extension.
GitPush - Class in org.ajoberstar.gradle.git.tasks
Task to push changes to a remote repository.
GitSource - Class in org.ajoberstar.gradle.git.tasks
Base class for Git commands that act upon source files within the repository.

H


I

include(Closure) - Method in GitSource
{@inheritDoc}
isForce() - Method in GitPush
Gets whether to force the push.
isIgnoreUntracked() - Method in GitAdd
Gets whether untracked files should be ignored.
isPushAll() - Method in GitPush
Gets whether to push all branches.
isPushTags() - Method in GitPush
Gets whether tags will also be pushed.

J


K


L


M


N


O

ObjectUtil - Class in org.ajoberstar.gradle.util
Utility class for general Object related operaitons.
open(Object) - Method in GitPluginExtension
Opens a Git instance for the repository path.

P

push() - Method in GitPush
Pushes changes to a remote repository.

Q


R


S

setAuthor(PersonIdent) - Method in GitCommit
Sets the author for this commit.
setBare(boolean) - Method in GitClone
Sets whether the repository will be bare.
setBranch(Object) - Method in GitClone
Sets the branch to checkout if checkout is set to true.
setBranchesToClone(Collection) - Method in GitClone
Sets branches to clone if cloneAllBranches is set to false.
setCheckout(boolean) - Method in GitClone
Sets whether or not to checkout the specified branch.
setCloneAllBranches(boolean) - Method in GitClone
Sets whether all branches should be cloned.
setCommitAll(boolean) - Method in GitCommit
Sets whether to commit all modified and deleted files.
setCommitter(PersonIdent) - Method in GitCommit
Sets the committer for this commit.
setCredentials(PasswordCredentials) - Method in GitClone
Sets the credentials to be used when cloning the repo.
setCredentials(PasswordCredentials) - Method in GitPush
Sets the credentials to use when pushing changes.
setDestinationPath(Object) - Method in GitClone
Sets the path the repository should be clone into.
setExcludes(Iterable) - Method in GitSource
{@inheritDoc}
setForce(boolean) - Method in GitPush
Sets whether to force the push.
setIgnoreUntracked(boolean) - Method in GitAdd
Sets whether untracked files should be ignored.
setIncludes(Iterable) - Method in GitSource
{@inheritDoc}
setMessage(Object) - Method in GitCommit
Sets the commit message to use.
setPassword(String) - Method in BasicPasswordCredentials
{@inheritDoc}
setPushAll(boolean) - Method in GitPush
Sets whether to push all branches.
setPushTags(boolean) - Method in GitPush
Sets whether tags will also be pushed.
setRemote(Object) - Method in GitClone
Sets the name used to track the upstream repository.
setRemote(Object) - Method in GitPush
Sets the remote to push to.
setRepoPath(Object) - Method in GitBase
Sets the path to the repository.
setUri(Object) - Method in GitClone
Sets the URI of the repo to clone.
setUsername(String) - Method in BasicPasswordCredentials
{@inheritDoc}

T


U

unpack(Object) - Method in ObjectUtil
Unpacks the given object by recursively calling the call() method if the object is a Closure or Callable.
unpackString(Object) - Method in ObjectUtil
Unpacks the given object to its String value.

V


W


X


Y


Z


_


Groovy Documentation