|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.DefaultTask
org.ajoberstar.gradle.git.tasks.GitBase
public abstract class GitBase extends DefaultTask
Base task for all Git commands that are executed on an existing repository.
Method Summary | |
---|---|
protected Git
|
getGit()
Gets a Git instance for this task's repository. |
protected java.io.File
|
getRepoDir()
Gets the directory of the repository. |
void
|
setRepoPath(java.lang.Object repoPath)
Sets the path to the repository. |
Method Detail |
---|
protected Git getGit()
protected java.io.File getRepoDir()
public void setRepoPath(java.lang.Object repoPath)
repoPath
- the path to the repository
Groovy Documentation