public class Git extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
USE_CLI |
| Constructor and Description |
|---|
Git(hudson.model.TaskListener listener,
hudson.EnvVars env) |
| Modifier and Type | Method and Description |
|---|---|
GitClient |
getClient() |
Git |
in(File repository) |
Git |
using(String exe)
Set the (node/environment specific) git executable to be used
If not set, JGit implementation will be used, assuming you don't rely on unimplemented CLI methods
|
static Git |
with(hudson.model.TaskListener listener,
hudson.EnvVars env) |
public static Git with(hudson.model.TaskListener listener, hudson.EnvVars env)
public Git using(String exe)
public GitClient getClient()
Copyright © 2004-2013. All Rights Reserved.