public class AdvancedCliGit
extends org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Modifier and Type | Field and Description |
---|---|
protected hudson.ProxyConfiguration |
proxy |
protected File |
workspace |
Constructor and Description |
---|
AdvancedCliGit(hudson.plugins.git.GitSCM scm,
hudson.Launcher launcher,
hudson.model.Node node,
File workspace,
hudson.model.TaskListener listener,
hudson.EnvVars environment) |
Modifier and Type | Method and Description |
---|---|
protected String |
extractBranchNameFromBranchSpec(String arg0) |
List<hudson.plugins.git.IndexEntry> |
lsTree(String arg0) |
protected org.jenkinsci.plugins.gitclient.RemoteGitImpl |
remoteProxyFor(org.jenkinsci.plugins.gitclient.GitClient arg0) |
protected Object |
writeReplace() |
add, addCredentials, addDefaultCredentials, addNote, addRemoteUrl, addSubmodule, appendNote, branch, changelog, checkout, clean, clearCredentials, clone_, commit, deleteBranch, deleteRef, deleteTag, describe, fetch_, fetch, fetch, fetch, fixSubmoduleUrls, getAllLogEntries, getBranches, getBranchesContaining, getBranchesContaining, getDefaultRemote, getDefaultRemote, getHeadRev, getHeadRev, getRefNames, getRemoteBranches, getRemoteReferences, getRemoteTagNames, getRemoteUrl, getRemoteUrl, getRepository, getSubmodules, getSubmoduleUrl, getTagMessage, getTagNames, getWorkTree, hasGitRepo, hasGitRepo, init_, init, isBareRepository, isCommitInRepo, launchCommand, launchCommand, lsTree, merge, merge, mergeBase, parseBranches, prune, push, push, ref, refExists, reset, revList_, revList, revListAll, revParse, setAuthor, setCommitter, setRemoteUrl, setRemoteUrl, setSubmoduleUrl, setupSubmoduleUrls, showRevision, subGit, submoduleClean, submoduleInit, submoduleReset, submoduleSync, submoduleUpdate, tag, tagExists, validateRevision
protected final File workspace
protected hudson.ProxyConfiguration proxy
public AdvancedCliGit(hudson.plugins.git.GitSCM scm, hudson.Launcher launcher, hudson.model.Node node, File workspace, hudson.model.TaskListener listener, hudson.EnvVars environment)
public final List<hudson.plugins.git.IndexEntry> lsTree(String arg0) throws hudson.plugins.git.GitException, InterruptedException
lsTree
in interface hudson.plugins.git.IGitAPI
hudson.plugins.git.GitException
InterruptedException
protected Object writeReplace()
protected org.jenkinsci.plugins.gitclient.RemoteGitImpl remoteProxyFor(org.jenkinsci.plugins.gitclient.GitClient arg0)
Copyright © 2004-2015. All Rights Reserved.