org.jenkinsci.plugins.gitclient
Class Git
java.lang.Object
org.jenkinsci.plugins.gitclient.Git
public class Git
- extends Object
- Author:
- Nicolas De Loof
|
Constructor Summary |
Git(hudson.model.TaskListener listener,
hudson.EnvVars env)
|
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Git
public Git(hudson.model.TaskListener listener,
hudson.EnvVars env)
with
public static Git with(hudson.model.TaskListener listener,
hudson.EnvVars env)
in
public Git in(File repository)
using
public 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
getClient
public GitClient getClient()
Copyright © 2004-2013. All Rights Reserved.