A B C D E F G H I L M O P R S T U V W

A

add(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
add(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
addNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
addNote(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
addSubmodule(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
addSubmodule(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Create a submodule in subdir child directory for remote repository
appendNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
appendNote(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 

B

beginTask(String, int) - Method in class org.jenkinsci.plugins.gitclient.ProgressMonitor
 
Branch - Class in hudson.plugins.git
 
Branch(String, ObjectId) - Constructor for class hudson.plugins.git.Branch
 
Branch(Ref) - Constructor for class hudson.plugins.git.Branch
 
branch(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
branch(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 

C

changelog(String, String, OutputStream) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
changelog(String, String, OutputStream) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
changelog(String, String, OutputStream) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Adds the changelog entries for commits in the range revFrom..revTo.
checkout(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
checkout(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
checkout(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Checks out the specified commit/tag/branch into the workspace.
checkout(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Checks out the specified commit/ref into the workspace, creating specified branch (equivalent to git checkout -b branch commit
checkoutBranch(String, String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
checkoutBranch(String, String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
clean() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
clean() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
CliGitAPIImpl - Class in org.jenkinsci.plugins.gitclient
Implementation class using command line CLI ran as external command.
CliGitAPIImpl(String, File, TaskListener, EnvVars) - Constructor for class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
clone(RemoteConfig) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
clone(RemoteConfig, boolean) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
clone(RemoteConfig) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
clone(RemoteConfig, boolean) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
clone() - Method in class hudson.plugins.git.Revision
 
clone(String, String, boolean, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
clone(String, String, boolean, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Clone a remote repository
commit(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
commit(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
commitMessage - Variable in class hudson.plugins.git.Tag
 
commitSHA1 - Variable in class hudson.plugins.git.Tag
 
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.git.GitTool.DescriptorImpl
 
containsBranchName(String) - Method in class hudson.plugins.git.Revision
 

D

DEFAULT - Static variable in class hudson.plugins.git.GitTool
 
deleteBranch(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
deleteBranch(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
deleteTag(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
deleteTag(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
describe(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
describe(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
doCheckHome(File) - Method in class hudson.plugins.git.GitTool.DescriptorImpl
 

E

endTask() - Method in class org.jenkinsci.plugins.gitclient.ProgressMonitor
 

F

fetch(String, String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
fetch(RemoteConfig) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
fetch() - Method in class hudson.plugins.git.GitAPI
Deprecated. 
fetch(String, String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
fetch(RemoteConfig) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
fetch() - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
fetch(String, RefSpec) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
fetch() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
fetch(String, RefSpec) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Fetch a remote repository.
fixSubmoduleUrls(String, TaskListener) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
fixSubmoduleUrls(String, TaskListener) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Fixes urls for submodule as stored in .git/config and $SUBMODULE/.git/config for when the remote repo is NOT a bare repository.
forEnvironment(EnvVars) - Method in class hudson.plugins.git.GitTool
 
forNode(Node, TaskListener) - Method in class hudson.plugins.git.GitTool
 

G

getAllLogEntries(String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
getAllLogEntries(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
getBranches() - Method in class hudson.plugins.git.Revision
 
getBranches() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getBranches() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getBranchesContaining(String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
getBranchesContaining(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
getClient() - Method in class org.jenkinsci.plugins.gitclient.Git
 
getCommitMessage() - Method in class hudson.plugins.git.Tag
 
getCommitSHA1() - Method in class hudson.plugins.git.Tag
Get the sha1 of the commit associated with this tag
getDefaultInstallation() - Static method in class hudson.plugins.git.GitTool
 
getDefaultRemote(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
getDefaultRemote(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getDefaultRemote() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Get the default remote.
getDescriptor() - Method in class hudson.plugins.git.GitTool
 
getDisplayName() - Method in class hudson.plugins.git.GitTool.DescriptorImpl
 
getFile() - Method in class hudson.plugins.git.IndexEntry
 
getGitExe() - Method in class hudson.plugins.git.GitTool
 
getHeadRev(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getHeadRev(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getInstallation(String) - Method in class hudson.plugins.git.GitTool.DescriptorImpl
 
getMode() - Method in class hudson.plugins.git.IndexEntry
 
getName() - Method in class hudson.plugins.git.GitObject
 
getObject() - Method in class hudson.plugins.git.IndexEntry
 
getRemoteBranches() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getRemoteBranches() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getRemoteUrl(String, String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
getRemoteUrl(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getRemoteUrl(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
From a given repository, get a remote's URL
getRepository() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getRepository() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Expose the JGit repository this GitClient is using.
getSHA1() - Method in class hudson.plugins.git.GitObject
 
getSha1() - Method in class hudson.plugins.git.Revision
 
getSHA1String() - Method in class hudson.plugins.git.GitObject
 
getSha1String() - Method in class hudson.plugins.git.Revision
 
getSubmodules(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getSubmodules(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getSubmoduleUrl(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
getSubmoduleUrl(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Get submodule URL
getTagMessage(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getTagMessage(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getTagNames(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getTagNames(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getTagsOnCommit(String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
getTagsOnCommit(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
getType() - Method in class hudson.plugins.git.IndexEntry
 
Git - Class in org.jenkinsci.plugins.gitclient
 
Git(TaskListener, EnvVars) - Constructor for class org.jenkinsci.plugins.gitclient.Git
 
GitAPI - Class in hudson.plugins.git
Deprecated.  
GitAPI(String, FilePath, TaskListener, EnvVars) - Constructor for class hudson.plugins.git.GitAPI
Deprecated. 
GitAPI(String, FilePath, TaskListener, EnvVars, String) - Constructor for class hudson.plugins.git.GitAPI
Deprecated. 
GitAPI(String, File, TaskListener, EnvVars) - Constructor for class hudson.plugins.git.GitAPI
Deprecated.  
GitClient - Interface in org.jenkinsci.plugins.gitclient
 
GitException - Exception in hudson.plugins.git
 
GitException() - Constructor for exception hudson.plugins.git.GitException
 
GitException(String) - Constructor for exception hudson.plugins.git.GitException
 
GitException(Throwable) - Constructor for exception hudson.plugins.git.GitException
 
GitException(String, Throwable) - Constructor for exception hudson.plugins.git.GitException
 
GitObject - Class in hudson.plugins.git
 
GitObject(String, ObjectId) - Constructor for class hudson.plugins.git.GitObject
 
GitTool - Class in hudson.plugins.git
Information about Git installation.
GitTool(String, String, List<? extends ToolProperty<?>>) - Constructor for class hudson.plugins.git.GitTool
 
GitTool.DescriptorImpl - Class in hudson.plugins.git
 
GitTool.DescriptorImpl() - Constructor for class hudson.plugins.git.GitTool.DescriptorImpl
 

H

hasGitModules(String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
hasGitModules(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
hasGitModules() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
hasGitModules() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Returns true if the repository has Git submodules.
hasGitRepo() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
hasGitRepo(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
hasGitRepo() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
hudson.plugins.git - package hudson.plugins.git
 

I

IGitAPI - Interface in hudson.plugins.git
Deprecated. methods here are deprecated until proven useful by a plugin
in(File) - Method in class org.jenkinsci.plugins.gitclient.Git
 
IndexEntry - Class in hudson.plugins.git
An Entry in the Index / Tree
IndexEntry(String, String, String, String) - Constructor for class hudson.plugins.git.IndexEntry
 
init() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
init() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
isBareRepository() - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
isBareRepository(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
isBareRepository() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Detect whether a repository is bare or not.
isBareRepository(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Detect whether a repository at the given path is bare or not.
isCancelled() - Method in class org.jenkinsci.plugins.gitclient.ProgressMonitor
 
isCommitInRepo(ObjectId) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
isCommitInRepo(ObjectId) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 

L

launchCommand(ArgumentListBuilder) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Launch command using the workspace as working directory
launchCommand(String...) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Launch command using the workspace as working directory
lsTree(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
lsTree(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 

M

merge(String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
merge(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
merge(ObjectId) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Merge any changes into the head.
merge(ObjectId) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
mergeBase(ObjectId, ObjectId) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
mergeBase(ObjectId, ObjectId) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
Messages - Class in org.jenkinsci.plugins.gitclient
 
Messages() - Constructor for class org.jenkinsci.plugins.gitclient.Messages
 

O

onLoaded() - Static method in class hudson.plugins.git.GitTool
 
org.jenkinsci.plugins.gitclient - package org.jenkinsci.plugins.gitclient
 

P

ProgressMonitor - Class in org.jenkinsci.plugins.gitclient
 
ProgressMonitor(TaskListener) - Constructor for class org.jenkinsci.plugins.gitclient.ProgressMonitor
 
prune(RemoteConfig) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
prune(RemoteConfig) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
push(RemoteConfig, String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
push(RemoteConfig, String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
push(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
push(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 

R

reset() - Method in class hudson.plugins.git.GitAPI
Deprecated.  
reset(boolean) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
reset() - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
reset(boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
Revision - Class in hudson.plugins.git
A Revision is a SHA1 in the object tree, and the collection of branches that share this ID.
Revision(ObjectId) - Constructor for class hudson.plugins.git.Revision
 
Revision(ObjectId, Collection<Branch>) - Constructor for class hudson.plugins.git.Revision
 
revList(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
revList(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
revListAll() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
revListAll() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
revListBranch(String) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
revListBranch(String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
revParse(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
revParse(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 

S

setBranches(Collection<Branch>) - Method in class hudson.plugins.git.Revision
 
setCommitMessage(String) - Method in class hudson.plugins.git.Tag
 
setCommitSHA1(String) - Method in class hudson.plugins.git.Tag
 
setFile(String) - Method in class hudson.plugins.git.IndexEntry
 
setMode(String) - Method in class hudson.plugins.git.IndexEntry
 
setObject(String) - Method in class hudson.plugins.git.IndexEntry
 
setRemoteUrl(String, String, String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
setRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
setRemoteUrl(String, String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
setRemoteUrl(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
For a given repository, set a remote's URL
setSha1(ObjectId) - Method in class hudson.plugins.git.Revision
 
setSubmoduleUrl(String, String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
setSubmoduleUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Set submodule URL
setType(String) - Method in class hudson.plugins.git.IndexEntry
 
setupSubmoduleUrls(String, TaskListener) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
setupSubmoduleUrls(String, TaskListener) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
setupSubmoduleUrls(Revision, TaskListener) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Set up submodule URLs so that they correspond to the remote pertaining to the revision that has been checked out.
setupSubmoduleUrls(Revision, TaskListener) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Set up submodule URLs so that they correspond to the remote pertaining to the revision that has been checked out.
showRevision(Revision) - Method in class hudson.plugins.git.GitAPI
Deprecated. 
showRevision(Revision) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
showRevision(ObjectId) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
showRevision(ObjectId, ObjectId) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
showRevision(ObjectId) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
showRevision(ObjectId, ObjectId) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Given a Revision, show it as if it were an entry from git whatchanged, so that it can be parsed by GitChangeLogParser.
start(int) - Method in class org.jenkinsci.plugins.gitclient.ProgressMonitor
 
subGit(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
subGit(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
submoduleClean(boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Cleans submodules
submoduleClean(boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
submoduleInit() - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
submoduleInit() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
submoduleReset(boolean, boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Reset submodules
submoduleSync() - Method in interface hudson.plugins.git.IGitAPI
Deprecated.  
submoduleSync() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Sync submodule URLs
submoduleUpdate(boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Update submodules.
submoduleUpdate(boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 

T

Tag - Class in hudson.plugins.git
 
Tag(String, ObjectId) - Constructor for class hudson.plugins.git.Tag
 
tag(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
tag(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
tagExists(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
tagExists(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
toString() - Method in class hudson.plugins.git.Branch
 
toString() - Method in class hudson.plugins.git.IndexEntry
 
toString() - Method in class hudson.plugins.git.Revision
 

U

update(int) - Method in class org.jenkinsci.plugins.gitclient.ProgressMonitor
 
using(String) - Method in class org.jenkinsci.plugins.gitclient.Git
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

V

validateRevision(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
verbose - Static variable in interface org.jenkinsci.plugins.gitclient.GitClient
 

W

with(TaskListener, EnvVars) - Static method in class org.jenkinsci.plugins.gitclient.Git
 

A B C D E F G H I L M O P R S T U V W

Copyright © 2004-2013. All Rights Reserved.