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 GithubPagesPlugin
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.auth
Basic implementation of 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 GithubPagesPluginExtension
Configured the credentials to be used when interacting with the repo.
credentials(Closure) - Method in GitPush
Configures the credentials to use when pushing changes.

D


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 GitPush
Gets the credentials to use when pushing changes.
getCredentialsProvider() - Method in JGitCredentialsProviderSupport
Gets a credentials provider.
getDestinationDir() - Method in GitClone
Gets the destination directory the repository will be cloned into.
getExcludes() - Method in GitSource
{@inheritDoc}
getForce() - Method in GitTag
Gets whether or not the tag will be created/updated even if a tag of that name already exists.
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.
getMessage() - Method in GitTag
Gets the tag 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 GithubPagesPluginExtension
Gets the URI of the Github repository.
getSign() - Method in GitTag
Gets whether or not the tag will be signed with the tagger's default key.
getSource() - Method in GitSource
Gets the source files this task will act on.
getTagger() - Method in GitTag
Gets the tagger.
getTagName() - Method in GitTag
Gets the tag name to use.
getUri() - Method in GitClone
Gets the URI of the repo to clone.
getUsername() - Method in BasicPasswordCredentials
{@inheritDoc}
getWorkingDir() - Method in GithubPagesPluginExtension
Gets the working directory that the repo will be places in.
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.
GithubPagesPlugin - Class in org.ajoberstar.gradle.git.plugins
Plugin to enable publishing to gh-pages branch of Github.
GithubPagesPluginExtension - Class in org.ajoberstar.gradle.git.plugins
Extension for gh-pages specific properties.
GithubPagesPluginExtension(Project) - Constructor in GithubPagesPluginExtension
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.
GitTag - Class in org.ajoberstar.gradle.git.tasks
Task to tag a commit in a Git 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

JGitCredentialsProviderSupport - Class in org.ajoberstar.gradle.git.auth
Provides support for creating a JGitCredentialsProvider.
JGitCredentialsProviderSupport(AuthenticationSupported) - Constructor in JGitCredentialsProviderSupport

K


L


M


N


O

ObjectUtil - Class in org.ajoberstar.gradle.util
Utility class for general Object related operations.

P

pages(Closure) - Method in GithubPagesPluginExtension
Configures the gh-pages copy spec.
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 use 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.
setForce(boolean) - Method in GitTag
Sets whether or not the tag will be created/updated even if a tag of that name already exists.
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.
setMessage(Object) - Method in GitTag
Sets the tag 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.
setSign(boolean) - Method in GitTag
Sets whether or not the tag will be signed by the tagger's default key.
setTagger(PersonIdent) - Method in GitTag
Sets the tagger.
setTagName(Object) - Method in GitTag
Sets the tag name to use.
setUri(Object) - Method in GitClone
Sets the URI of the repo to clone.
setUsername(String) - Method in BasicPasswordCredentials
{@inheritDoc}

T

tag() - Method in GitTag
Tags the HEAD.
tagger(Closure) - Method in GitTag
Configures the tagger.

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