Uses of Class
hudson.plugins.git.Branch
Package
Description
Compatibility package provided for legacy git client API users.
Core classes for git client API implementation.
-
Uses of Branch in hudson.plugins.git
Modifier and TypeMethodDescriptionGitAPI.getBranches()
Deprecated.Returns the set of branches defined in this repository, including local branches and remote branches.Revision.getBranches()
Getter for the fieldbranches
.IGitAPI.getBranchesContaining
(String revspec) Deprecated.GitAPI.getRemoteBranches()
Deprecated.Returns the remote branches defined in this repository.Modifier and TypeMethodDescriptionvoid
Revision.setBranches
(Collection<Branch> branches) Setter for the fieldbranches
.ModifierConstructorDescriptionRevision
(org.eclipse.jgit.lib.ObjectId sha1, Collection<Branch> branches) Constructor for Revision. -
Uses of Branch in org.jenkinsci.plugins.gitclient
Modifier and TypeMethodDescriptionCliGitAPIImpl.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.getRemoteBranches()
Returns the remote branches defined in this repository.GitClient.getRemoteBranches()
getRemoteBranches.JGitAPIImpl.getRemoteBranches()
getRemoteBranches.
GitClient.getBranchesContaining(String, boolean)
instead.