org.jenkinsci.plugins.gitclient
Class Git

java.lang.Object
  extended by org.jenkinsci.plugins.gitclient.Git

public class Git
extends Object

Author:
Nicolas De Loof

Field Summary
static boolean USE_CLI
           
 
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
 

Field Detail

USE_CLI

public static boolean USE_CLI
Constructor Detail

Git

public Git(hudson.model.TaskListener listener,
           hudson.EnvVars env)
Method Detail

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.