hudson.plugins.git
Class GitAPI

java.lang.Object
  extended by org.jenkinsci.plugins.gitclient.CliGitAPIImpl
      extended by hudson.plugins.git.GitAPI
All Implemented Interfaces:
IGitAPI

Deprecated. use either CliGitAPIImpl or JGitAPIImpl

public class GitAPI
extends CliGitAPIImpl

Backward compatible class to match the one some plugins used to get from git-plugin

Author:
Nicolas De Loof

Field Summary
 
Fields inherited from interface hudson.plugins.git.IGitAPI
verbose
 
Constructor Summary
GitAPI(String gitExe, File workspace, hudson.model.TaskListener listener, hudson.EnvVars environment)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
add, addNote, appendNote, branch, changelog, checkout, checkout, clean, clone, commit, deleteBranch, deleteTag, describe, fetch, fetch, fixSubmoduleUrls, getBranches, getDefaultRemote, getDefaultRemote, getHeadRev, getRemoteBranches, getRemoteUrl, getRemoteUrl, getRepository, getSubmodules, getSubmoduleUrl, getTagNames, hasGitModules, hasGitRepo, hasGitRepo, init, isBareRepository, isBareRepository, isCommitInRepo, launchCommand, launchCommand, lsTree, merge, prune, push, reset, revList, revListAll, revParse, setRemoteUrl, setRemoteUrl, setSubmoduleUrl, setupSubmoduleUrls, showRevision, subGit, submoduleClean, submoduleInit, submoduleReset, submoduleSync, submoduleUpdate, tag, tagExists, validateRevision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitAPI

public GitAPI(String gitExe,
              File workspace,
              hudson.model.TaskListener listener,
              hudson.EnvVars environment)
Deprecated. 


Copyright © 2004-2013. All Rights Reserved.