Uses of Class
hudson.plugins.git.GitException
Package
Description
Compatibility package provided for legacy git client API users.
Core classes for git client API implementation.
Git client API implementation with cgit.
-
Uses of GitException in hudson.plugins.git
Modifier and TypeClassDescriptionclass
Exception which reports failure to lock a git repository.Modifier and TypeMethodDescriptionvoid
Deprecated.add.void
Deprecated.branch.void
IGitAPI.changelog
(String revFrom, String revTo, OutputStream fos) Deprecated.changelog.void
Deprecated.Checks out the specified commit/tag/branch into the workspace.void
Deprecated.Creates a new branch that points to the specified ref.void
IGitAPI.checkoutBranch
(String branch, String commitish) Deprecated.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 refHEAD
points to branch.void
GitAPI.clean()
Deprecated.Remove untracked files and directories, including files listed in the ignore rules.void
IGitAPI.clone
(org.eclipse.jgit.transport.RemoteConfig source) Deprecated.Clone repository from source to this repository.void
IGitAPI.clone
(org.eclipse.jgit.transport.RemoteConfig rc, boolean useShallowClone) Deprecated.Clone repository fromRemoteConfig
rc to this repository.void
Deprecated.commit.void
GitAPI.commit
(String message, org.eclipse.jgit.lib.PersonIdent author, org.eclipse.jgit.lib.PersonIdent committer) Deprecated.commit.void
GitAPI.deleteBranch
(String name) Deprecated.(force) delete a branch.void
Deprecated.deleteTag.void
Deprecated.fetch.void
Deprecated.fetch.void
GitAPI.fetch
(org.eclipse.jgit.transport.URIish url, List<org.eclipse.jgit.transport.RefSpec> refspecs) Deprecated.Fetch commits from url which match any of the passed in refspecs.void
IGitAPI.fetch()
Deprecated.Retrieve commits from default remote.void
Deprecated.Retrieve commits based on refspec from repository.void
IGitAPI.fetch
(org.eclipse.jgit.transport.RemoteConfig remoteRepository) Deprecated.Retrieve commits from RemoteConfig.void
IGitAPI.fixSubmoduleUrls
(String remote, TaskListener listener) Deprecated.fixSubmoduleUrls.IGitAPI.getAllLogEntries
(String branch) Deprecated.GitAPI.getBranches()
Deprecated.Returns the set of branches defined in this repository, including local branches and remote branches.IGitAPI.getBranchesContaining
(String revspec) Deprecated.IGitAPI.getDefaultRemote
(String _default_) Deprecated.Returns name of default remote.GitAPI.getRemoteBranches()
Deprecated.Returns the remote branches defined in this repository.GitAPI.getRemoteUrl
(String name) Deprecated.From a given repository, get a remote's URLIGitAPI.getRemoteUrl
(String name, String GIT_DIR) Deprecated.Returns URL of remote name in repository GIT_DIR.org.eclipse.jgit.lib.Repository
GitAPI.getRepository()
Deprecated.Returns theRepository
used by this git instance.IGitAPI.getSubmoduleUrl
(String name) Deprecated.Returns URL of the named submodule.GitAPI.getTagMessage
(String tagName) Deprecated.getTagMessage.IGitAPI.getTagsOnCommit
(String revName) Deprecated.getTagsOnCommit.boolean
IGitAPI.hasGitModules
(String treeIsh) Deprecated.Returns true if this repository has submodules.boolean
GitAPI.hasGitRepo()
Deprecated.Returns true if this workspace has a git repository.boolean
GitAPI.hasGitRepo
(boolean checkParentDirectories) Deprecated.Returns true if this workspace has a git repository.void
GitAPI.init()
Deprecated.Initialize an empty repository for further git operations.boolean
IGitAPI.isBareRepository()
Deprecated.Returns true if this repository is bare.boolean
IGitAPI.isBareRepository
(String GIT_DIR) Deprecated.Detect whether a repository at the given path is bare or not.boolean
GitAPI.isCommitInRepo
(org.eclipse.jgit.lib.ObjectId commit) Deprecated.isCommitInRepo.Deprecated.UseIGitAPI.lsTree(String, boolean)
to be explicit about the recursion behaviour.Deprecated.lsTree.void
Deprecated.Merge commits from revspec into the current branch.org.eclipse.jgit.lib.ObjectId
IGitAPI.mergeBase
(org.eclipse.jgit.lib.ObjectId sha1, org.eclipse.jgit.lib.ObjectId sha2) Deprecated.mergeBase.void
Deprecated.push.void
Deprecated.Push revspec to repository.void
IGitAPI.reset()
Deprecated.Reset the contents of the working directory of this repository.void
IGitAPI.reset
(boolean hard) Deprecated.Reset the contents of the working directory of this repository.List<org.eclipse.jgit.lib.ObjectId>
IGitAPI.revListBranch
(String branchId) Deprecated.revListBranch.org.eclipse.jgit.lib.ObjectId
Deprecated.Retrieve commit object that is direct child forrevName
revision reference.void
GitAPI.setRemoteUrl
(String name, String url) Deprecated.For a given repository, set a remote's URLvoid
IGitAPI.setRemoteUrl
(String name, String url, String GIT_DIR) Deprecated.Set remote repository name and URL.void
IGitAPI.setSubmoduleUrl
(String name, String url) Deprecated.Sets URL of the named submodule.void
IGitAPI.setupSubmoduleUrls
(String remote, TaskListener listener) Deprecated.IGitAPI.showRevision
(Revision r) Deprecated.showRevision.void
IGitAPI.submoduleSync()
Deprecated.Synchronizes submodules' remote URL configuration setting to the value specified in .gitmodules.void
Deprecated.Create (or update) a tag.boolean
Deprecated.tagExists. -
Uses of GitException in org.jenkinsci.plugins.gitclient
Modifier and TypeMethodDescriptionvoid
add.void
add.void
add.void
Adds a new git-note on the current HEAD commit.void
Adds a new git-note on the current HEAD commit.void
Adds a new git-note on the current HEAD commit.void
CliGitAPIImpl.addRemoteUrl
(String name, String url) addRemoteUrl.void
GitClient.addRemoteUrl
(String name, String url) addRemoteUrl.void
JGitAPIImpl.addRemoteUrl
(String name, String url) addRemoteUrl.void
CliGitAPIImpl.addSubmodule
(String remoteURL, String subdir) Create a submodule in subdir child directory for remote repositoryvoid
GitClient.addSubmodule
(String remoteURL, String subdir) Create a submodule in subdir child directory for remote repositoryvoid
JGitAPIImpl.addSubmodule
(String remoteURL, String subdir) Create a submodule in subdir child directory for remote repositoryvoid
CliGitAPIImpl.appendNote
(String note, String namespace) Appends to an existing git-note on the current HEAD commit.void
GitClient.appendNote
(String note, String namespace) Appends to an existing git-note on the current HEAD commit.void
JGitAPIImpl.appendNote
(String note, String namespace) Appends to an existing git-note on the current HEAD commit.void
branch.void
branch.void
branch.GitClient.changelog()
Returns aChangelogCommand
to build up the git-log invocation.void
GitClient.changelog
(String revFrom, String revTo, OutputStream os) Deprecated.void
Adds the changelog entries for commits in the range revFrom..revTo.JGitAPIImpl.changelog()
changelog.void
Deprecated.useGitClient.checkout()
andCheckoutCommand
void
Deprecated.useGitClient.checkout()
andCheckoutCommand
void
GitClient.checkoutBranch
(String branch, String ref) 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 refHEAD
points to branch.void
CliGitAPIImpl.clean()
Remove untracked files and directories, including files listed in the ignore rules.void
CliGitAPIImpl.clean
(boolean cleanSubmodule) Remove untracked files and directories, including files listed in the ignore rules.void
GitClient.clean()
Fully revert working copy to a clean state, i.e.void
GitClient.clean
(boolean cleanSubmodule) Fully revert working copy to a clean state, i.e.void
JGitAPIImpl.clean()
clean.void
JGitAPIImpl.clean
(boolean cleanSubmodule) clean.void
Clone a remote repositoryvoid
commit.void
commit.void
GitClient.commit
(String message, org.eclipse.jgit.lib.PersonIdent author, org.eclipse.jgit.lib.PersonIdent committer) Deprecated.as of 1.1 UseGitClient.setAuthor(String, String)
andGitClient.setCommitter(String, String)
then callGitClient.commit(String)
void
commit.void
CliGitAPIImpl.config
(GitClient.ConfigLevel configLevel, String key, String value) Execute git config at the specified configuration level.void
GitClient.config
(GitClient.ConfigLevel configLevel, String key, String value) Execute git config at the specified configuration level.void
JGitAPIImpl.config
(GitClient.ConfigLevel configLevel, String key, String value) Execute git config at the specified configuration level.void
CliGitAPIImpl.deleteBranch
(String name) (force) delete a branch.void
GitClient.deleteBranch
(String name) (force) delete a branch.void
JGitAPIImpl.deleteBranch
(String name) (force) delete a branch.void
Deletes a ref.void
Deletes a ref.void
Deletes a ref.void
deleteTag.void
deleteTag.void
deleteTag.Equivalent of "git-describe --tags".Equivalent of "git-describe --tags".Equivalent of "git-describe --tags".Adds the revision to exclude from the log.ChangelogCommand.excludes
(org.eclipse.jgit.lib.ObjectId rev) excludes.void
GitCommand.execute()
Executes the command.void
Deprecated.void
Deprecated.void
CliGitAPIImpl.fetch
(org.eclipse.jgit.transport.URIish url, List<org.eclipse.jgit.transport.RefSpec> refspecs) Deprecated.void
Deprecated.useGitClient.fetch_()
and configure aFetchCommand
void
Deprecated.useGitClient.fetch_()
and configure aFetchCommand
void
GitClient.fetch
(org.eclipse.jgit.transport.URIish url, List<org.eclipse.jgit.transport.RefSpec> refspecs) Deprecated.useGitClient.fetch_()
and configure aFetchCommand
void
Deprecated.void
Deprecated.void
JGitAPIImpl.fetch
(org.eclipse.jgit.transport.URIish url, List<org.eclipse.jgit.transport.RefSpec> refspecs) Deprecated.void
CliGitAPIImpl.fixSubmoduleUrls
(String remote, TaskListener listener) fixSubmoduleUrls.void
JGitAPIImpl.fixSubmoduleUrls
(String remote, TaskListener listener) Deprecated.CliGitAPIImpl.getAllLogEntries
(String branch) Deprecated.JGitAPIImpl.getAllLogEntries
(String branch) Deprecated.CliGitAPIImpl.getBranches()
Returns the set of branches defined in this repository, including local branches and remote branches.GitClient.getBranches()
getBranches.JGitAPIImpl.getBranches()
getBranches.CliGitAPIImpl.getBranchesContaining
(String revspec) Deprecated.CliGitAPIImpl.getBranchesContaining
(String revspec, boolean allBranches) Find all the branches that include the given commit.GitClient.getBranchesContaining
(String revspec, boolean allBranches) Find all the branches that include the given commit.JGitAPIImpl.getBranchesContaining
(String revspec) Deprecated.JGitAPIImpl.getBranchesContaining
(String revspec, boolean allBranches) Find all the branches that include the given commit.JGitAPIImpl.getBranchesInternal
(org.eclipse.jgit.api.ListBranchCommand.ListMode mode) CliGitAPIImpl.getDefaultRemote()
Get the default remote.CliGitAPIImpl.getDefaultRemote
(String _default_) Returns name of default remote.JGitAPIImpl.getDefaultRemote
(String _default_) Deprecated.CliGitAPIImpl.getHeadRev
(String url) getHeadRev.org.eclipse.jgit.lib.ObjectId
CliGitAPIImpl.getHeadRev
(String url, String branchSpec) getHeadRev.GitClient.getHeadRev
(String url) getHeadRev.org.eclipse.jgit.lib.ObjectId
GitClient.getHeadRev
(String remoteRepoUrl, String branch) getHeadRev.JGitAPIImpl.getHeadRev
(String url) getHeadRev.org.eclipse.jgit.lib.ObjectId
JGitAPIImpl.getHeadRev
(String remoteRepoUrl, String branchSpec) getHeadRev.CliGitAPIImpl.getRefNames
(String refPrefix) List refs with the given prefix.GitClient.getRefNames
(String refPrefix) List refs with the given prefix.JGitAPIImpl.getRefNames
(String refPrefix) List refs with the given prefix.CliGitAPIImpl.getRemoteBranches()
Returns the remote branches defined in this repository.GitClient.getRemoteBranches()
getRemoteBranches.JGitAPIImpl.getRemoteBranches()
getRemoteBranches.CliGitAPIImpl.getRemoteReferences
(String url, String pattern, boolean headsOnly, boolean tagsOnly) List references in a remote repository.GitClient.getRemoteReferences
(String remoteRepoUrl, String pattern, boolean headsOnly, boolean tagsOnly) List references in a remote repository.JGitAPIImpl.getRemoteReferences
(String url, String pattern, boolean headsOnly, boolean tagsOnly) List references in a remote repository.CliGitAPIImpl.getRemoteSymbolicReferences
(String url, String pattern) GitClient.getRemoteSymbolicReferences
(String remoteRepoUrl, String pattern) List symbolic references in a remote repository.JGitAPIImpl.getRemoteSymbolicReferences
(String url, String pattern) CliGitAPIImpl.getRemoteTagNames
(String tagPattern) getRemoteTagNames.GitClient.getRemoteTagNames
(String tagPattern) getRemoteTagNames.JGitAPIImpl.getRemoteTagNames
(String tagPattern) getRemoteTagNames.CliGitAPIImpl.getRemoteUrl
(String name) From a given repository, get a remote's URLCliGitAPIImpl.getRemoteUrl
(String name, String GIT_DIR) Returns URL of remote name in repository GIT_DIR.GitClient.getRemoteUrl
(String name) From a given repository, get a remote's URLJGitAPIImpl.getRemoteUrl
(String name) From a given repository, get a remote's URLJGitAPIImpl.getRemoteUrl
(String name, String GIT_DIR) Deprecated.org.eclipse.jgit.lib.Repository
CliGitAPIImpl.getRepository()
Deprecated.org.eclipse.jgit.lib.Repository
GitClient.getRepository()
Deprecated.as of 1.1 This method was deprecated to makeGitClient
remotable.org.eclipse.jgit.lib.Repository
JGitAPIImpl.getRepository()
Deprecated.CliGitAPIImpl.getSubmodulePath
(String name) Get submodule path.CliGitAPIImpl.getSubmodules
(String treeIsh) Finds all the submodule references in this repository at the specified tree.GitClient.getSubmodules
(String treeIsh) Finds all the submodule references in this repository at the specified tree.JGitAPIImpl.getSubmodules
(String treeIsh) Finds all the submodule references in this repository at the specified tree.CliGitAPIImpl.getSubmoduleUrl
(String name) Returns URL of the named submodule.JGitAPIImpl.getSubmoduleUrl
(String name) Deprecated.CliGitAPIImpl.getTagMessage
(String tagName) getTagMessage.GitClient.getTagMessage
(String tagName) getTagMessage.JGitAPIImpl.getTagMessage
(String tagName) getTagMessage.CliGitAPIImpl.getTagNames
(String tagPattern) getTagNames.GitClient.getTagNames
(String tagPattern) getTagNames.JGitAPIImpl.getTagNames
(String tagPattern) getTagNames.CliGitAPIImpl.getTags()
Return name and object ID of all tags in current repository.GitClient.getTags()
Return name and object ID of all tags in current repository.JGitAPIImpl.getTags()
Return name and object ID of all tags in current repository.boolean
GitClient.hasGitModules()
Returns true if the repository has Git submodules.boolean
CliGitAPIImpl.hasGitRepo()
Returns true if this workspace has a git repository.boolean
CliGitAPIImpl.hasGitRepo
(boolean checkParentDirectories) Returns true if this workspace has a git repository.boolean
CliGitAPIImpl.hasGitRepo
(String GIT_DIR) Returns true if the parameter GIT_DIR is a directory which contains a git repository.boolean
GitClient.hasGitRepo()
Return true if the current workspace has a git repository.boolean
GitClient.hasGitRepo
(boolean checkParentDirectories) Return true if the current workspace has a git repository.boolean
JGitAPIImpl.hasGitRepo()
Returns true if the current workspace has a git repository.boolean
JGitAPIImpl.hasGitRepo
(boolean checkParentDirectories) Returns true if the current workspace has a git repository.Adds the revision to include in the log.ChangelogCommand.includes
(org.eclipse.jgit.lib.ObjectId rev) includes.void
CliGitAPIImpl.init()
Initialize an empty repository for further git operations.void
GitClient.init()
init.void
JGitAPIImpl.init()
init.RepositoryCallback.invoke
(org.eclipse.jgit.lib.Repository repo, hudson.remoting.VirtualChannel channel) Performs the computational task on the node where the data is located.boolean
CliGitAPIImpl.isBareRepository
(String GIT_DIR) Detect whether a repository at the given path is bare or not.boolean
JGitAPIImpl.isBareRepository
(String GIT_DIR) Deprecated.boolean
CliGitAPIImpl.isCommitInRepo
(org.eclipse.jgit.lib.ObjectId commit) isCommitInRepo.boolean
GitClient.isCommitInRepo
(org.eclipse.jgit.lib.ObjectId commit) isCommitInRepo.boolean
JGitAPIImpl.isCommitInRepo
(org.eclipse.jgit.lib.ObjectId commit) isCommitInRepo.CliGitAPIImpl.launchCommand
(ArgumentListBuilder args) Launch command using the workspace as working directoryCliGitAPIImpl.launchCommand
(String... args) Launch command using the workspace as working directorylsTree.Deprecated.void
Deprecated.void
GitClient.merge
(org.eclipse.jgit.lib.ObjectId rev) Deprecated.useGitClient.merge()
and configure aMergeCommand
void
Deprecated.org.eclipse.jgit.lib.ObjectId
CliGitAPIImpl.mergeBase
(org.eclipse.jgit.lib.ObjectId id1, org.eclipse.jgit.lib.ObjectId id2) Deprecated.org.eclipse.jgit.lib.ObjectId
JGitAPIImpl.mergeBase
(org.eclipse.jgit.lib.ObjectId id1, org.eclipse.jgit.lib.ObjectId id2) Deprecated.void
CliGitAPIImpl.prune
(org.eclipse.jgit.transport.RemoteConfig repository) Prune stale remote tracking branches with "git remote prune" on the specified remote.void
GitClient.prune
(org.eclipse.jgit.transport.RemoteConfig repository) Prune stale remote tracking branches with "git remote prune" on the specified remote.void
JGitAPIImpl.prune
(org.eclipse.jgit.transport.RemoteConfig repository) Prune stale remote tracking branches with "git remote prune" on the specified remote.void
Deprecated.void
Deprecated.useGitClient.push()
and configure aPushCommand
void
Deprecated.useGitClient.push()
and configure aPushCommand
void
Deprecated.void
Create (or update) a ref.void
Create (or update) a ref.void
Create (or update) a ref.boolean
Check if a ref exists.boolean
Check if a ref exists.boolean
Check if a ref exists.void
CliGitAPIImpl.reset
(boolean hard) Reset the contents of the working directory of this repository.void
JGitAPIImpl.reset
(boolean hard) Deprecated.List<org.eclipse.jgit.lib.ObjectId>
revList.List<org.eclipse.jgit.lib.ObjectId>
revList.List<org.eclipse.jgit.lib.ObjectId>
revList.List<org.eclipse.jgit.lib.ObjectId>
CliGitAPIImpl.revListAll()
revListAll.List<org.eclipse.jgit.lib.ObjectId>
GitClient.revListAll()
revListAll.List<org.eclipse.jgit.lib.ObjectId>
JGitAPIImpl.revListAll()
revListAll.org.eclipse.jgit.lib.ObjectId
Retrieve commit object that is direct child forrevName
revision reference.org.eclipse.jgit.lib.ObjectId
Retrieve commit object that is direct child forrevName
revision reference.org.eclipse.jgit.lib.ObjectId
Retrieve commit object that is direct child forrevName
revision reference.void
Sets the identity of the author for future commits and merge operations.void
Sets the identity of the author for future commits and merge operations.void
GitClient.setAuthor
(org.eclipse.jgit.lib.PersonIdent p) setAuthor.void
Sets the identity of the author for future commits and merge operations.void
CliGitAPIImpl.setCommitter
(String name, String email) Sets the identity of the committer for future commits and merge operations.void
GitClient.setCommitter
(String name, String email) Sets the identity of the committer for future commits and merge operations.void
GitClient.setCommitter
(org.eclipse.jgit.lib.PersonIdent p) setCommitter.void
JGitAPIImpl.setCommitter
(String name, String email) Sets the identity of the committer for future commits and merge operations.void
CliGitAPIImpl.setRemoteUrl
(String name, String url) For a given repository, set a remote's URLvoid
CliGitAPIImpl.setRemoteUrl
(String name, String url, String GIT_DIR) Set remote repository name and URL.void
GitClient.setRemoteUrl
(String name, String url) For a given repository, set a remote's URLvoid
JGitAPIImpl.setRemoteUrl
(String name, String url) For a given repository, set a remote's URLvoid
JGitAPIImpl.setRemoteUrl
(String name, String url, String GIT_DIR) Deprecated.void
CliGitAPIImpl.setSubmoduleUrl
(String name, String url) Sets URL of the named submodule.void
JGitAPIImpl.setSubmoduleUrl
(String name, String url) Deprecated.void
CliGitAPIImpl.setupSubmoduleUrls
(Revision rev, TaskListener listener) Set up submodule URLs so that they correspond to the remote pertaining to the revision that has been checked out.void
GitClient.setupSubmoduleUrls
(Revision rev, TaskListener listener) Set up submodule URLs so that they correspond to the remote pertaining to the revision that has been checked out.void
JGitAPIImpl.setupSubmoduleUrls
(Revision rev, TaskListener listener) Deprecated.CliGitAPIImpl.showRevision
(org.eclipse.jgit.lib.ObjectId from, org.eclipse.jgit.lib.ObjectId to) Given a Revision, show it as if it were an entry from git whatchanged, so that it can be parsed by GitChangeLogParser.CliGitAPIImpl.showRevision
(org.eclipse.jgit.lib.ObjectId from, org.eclipse.jgit.lib.ObjectId to, Boolean useRawOutput) Given a Revision, show it as if it were an entry from git whatchanged, so that it can be parsed by GitChangeLogParser.GitClient.showRevision
(org.eclipse.jgit.lib.ObjectId r) Given a Revision, show it as if it were an entry from git whatchanged, so that it can be parsed by GitChangeLogParser.GitClient.showRevision
(org.eclipse.jgit.lib.ObjectId from, org.eclipse.jgit.lib.ObjectId to) Given a Revision, show it as if it were an entry from git whatchanged, so that it can be parsed by GitChangeLogParser.GitClient.showRevision
(org.eclipse.jgit.lib.ObjectId from, org.eclipse.jgit.lib.ObjectId to, Boolean useRawOutput) Given a Revision, show it as if it were an entry from git whatchanged, so that it can be parsed by GitChangeLogParser.JGitAPIImpl.showRevision
(org.eclipse.jgit.lib.ObjectId from, org.eclipse.jgit.lib.ObjectId to) Given a Revision, show it as if it were an entry from git whatchanged, so that it can be parsed by GitChangeLogParser.JGitAPIImpl.showRevision
(org.eclipse.jgit.lib.ObjectId from, org.eclipse.jgit.lib.ObjectId to, Boolean useRawOutput) Given a Revision, show it as if it were an entry from git whatchanged, so that it can be parsed by GitChangeLogParser.void
CliGitAPIImpl.submoduleClean
(boolean recursive) submoduleClean.void
GitClient.submoduleClean
(boolean recursive) submoduleClean.void
JGitAPIImpl.submoduleClean
(boolean recursive) submoduleClean.void
CliGitAPIImpl.submoduleInit()
submoduleInit.void
GitClient.submoduleInit()
submoduleInit.void
JGitAPIImpl.submoduleInit()
Deprecated.void
CliGitAPIImpl.submoduleReset
(boolean recursive, boolean hard) Reset submodulesvoid
CliGitAPIImpl.submoduleSync()
Sync submodule URLsvoid
JGitAPIImpl.submoduleSync()
Deprecated.void
GitClient.submoduleUpdate
(boolean recursive) Deprecated.void
GitClient.submoduleUpdate
(boolean recursive, boolean remoteTracking) Deprecated.void
GitClient.submoduleUpdate
(boolean recursive, boolean remoteTracking, String reference) Deprecated.void
GitClient.submoduleUpdate
(boolean recursive, String reference) Deprecated.void
Create (or update) a tag.void
Create (or update) a tag.void
Create (or update) a tag.boolean
tagExists.boolean
tagExists.boolean
tagExists.org.eclipse.jgit.lib.ObjectId
CliGitAPIImpl.validateRevision
(String revName) validateRevision.<T> T
GitClient.withRepository
(RepositoryCallback<T> callable) Runs the computation that requires local access toRepository
. -
Uses of GitException in org.jenkinsci.plugins.gitclient.cgit
Modifier and TypeMethodDescription<T> void
GitCommandsExecutor.invokeAll
(Collection<Callable<T>> commands)
GitClient.getBranchesContaining(String, boolean)
instead.