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

A

add(String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
add(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
add(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
add(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
addNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
addNote(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
addNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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
addSubmodule(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
appendNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
appendNote(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
appendNote(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 

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 hudson.plugins.git.GitAPI
Deprecated.
 
branch(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
branch(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
branch(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 

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.
changelog(String, String, OutputStream) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
checkout(String, String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
checkout(String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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
Creates a new branch that points to the specified ref.
checkout(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
checkout(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
checkoutBranch(String, String) - Method in interface hudson.plugins.git.IGitAPI
Deprecated.
 
checkoutBranch(String, String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
checkoutBranch(String, String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Regardless of the current state of the workspace (whether there is some dirty files, etc) and the state of the repository (whether the branch of the specified name exists or not), when this method exits the following conditions hold: The branch of the specified name branch exists and points to the specified ref HEAD points to branch.
checkoutBranch(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
clean() - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
clean() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
clean() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Fully revert working copy to a clean state, i.e.
clean() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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
clone(String, String, boolean, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
commit(String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
commit(String, PersonIdent, PersonIdent) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
commit(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
commit(String, PersonIdent, PersonIdent) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
commit(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Deprecated.
use GitClient.commit(String, org.eclipse.jgit.lib.PersonIdent, org.eclipse.jgit.lib.PersonIdent) as this method is environment dependent to have GIT_AUTHOR/COMMITTER set
commit(String, PersonIdent, PersonIdent) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
commit(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
commit(String, PersonIdent, PersonIdent) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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 hudson.plugins.git.GitAPI
Deprecated.
 
deleteBranch(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
deleteBranch(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
(force) delete a branch.
deleteBranch(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
deleteTag(String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
deleteTag(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
deleteTag(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
deleteTag(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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, RefSpec) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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.
fetch(String, RefSpec) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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.GitAPI
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
 
getBranches() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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
 
getHeadRev(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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 hudson.plugins.git.GitAPI
Deprecated.
 
getRemoteBranches() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getRemoteBranches() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getRemoteBranches() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
getRemoteUrl(String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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
getRemoteUrl(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
getRepository() - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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.
getRepository() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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
 
getSubmodules(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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 hudson.plugins.git.GitAPI
Deprecated.
 
getTagMessage(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getTagMessage(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getTagMessage(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
getTagNames(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
getTagNames(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
getTagNames(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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.
hasGitModules() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
hasGitRepo() - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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
 
hasGitRepo() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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 hudson.plugins.git.GitAPI
Deprecated.
 
init() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
init() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
init() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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 hudson.plugins.git.GitAPI
Deprecated.
 
isCommitInRepo(ObjectId) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
isCommitInRepo(ObjectId) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
isCommitInRepo(ObjectId) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 

J

JGitAPIImpl - Class in org.jenkinsci.plugins.gitclient
GitClient pure Java implementation using JGit.

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(ObjectId) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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
 
merge(ObjectId) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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
 
prune(RemoteConfig) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
push(String, String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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
 
push(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 

Q

quietRemoteBranches - Static variable 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
 
revList(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
revListAll() - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
revListAll() - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
revListAll() - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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 hudson.plugins.git.GitAPI
Deprecated.
 
revParse(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
revParse(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
Retrieve commit object that is direct child for revName revision reference.
revParse(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 

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) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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
setRemoteUrl(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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.
setupSubmoduleUrls(Revision, TaskListener) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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.
showRevision(ObjectId) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
showRevision(ObjectId, ObjectId) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
start(int) - Method in class org.jenkinsci.plugins.gitclient.ProgressMonitor
 
subGit(String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
subGit(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
subGit(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
subGit(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
submoduleClean(boolean) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
Cleans submodules
submoduleClean(boolean) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
submoduleClean(boolean) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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
 
submoduleUpdate(boolean) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 

T

tag(String, String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
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
Create (or update) a tag.
tag(String, String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
tagExists(String) - Method in class hudson.plugins.git.GitAPI
Deprecated.
 
tagExists(String) - Method in class org.jenkinsci.plugins.gitclient.CliGitAPIImpl
 
tagExists(String) - Method in interface org.jenkinsci.plugins.gitclient.GitClient
 
tagExists(String) - Method in class org.jenkinsci.plugins.gitclient.JGitAPIImpl
 
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
 
USE_CLI - Static variable in class org.jenkinsci.plugins.gitclient.Git
 
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 J L M O P Q R S T U V W 

Copyright © 2004-2013. All Rights Reserved.