Uses of Class
hudson.plugins.git.Branch
Packages that use 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
Methods in hudson.plugins.git that return types with arguments of type BranchModifier 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.Method parameters in hudson.plugins.git with type arguments of type BranchModifier and TypeMethodDescriptionvoid
Revision.setBranches
(Collection<Branch> branches) Setter for the fieldbranches
.Constructor parameters in hudson.plugins.git with type arguments of type BranchModifierConstructorDescriptionRevision
(org.eclipse.jgit.lib.ObjectId sha1, Collection<Branch> branches) Constructor for Revision. -
Uses of Branch in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return types with arguments of type BranchModifier 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.