Uses of Class
hudson.plugins.git.Branch
-
Packages that use Branch Package Description hudson.plugins.git Compatibility package provided for legacy git client API users.org.jenkinsci.plugins.gitclient 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 Branch Modifier and Type Method Description Set<Branch>GitAPI. getBranches()Deprecated.Returns the set of branches defined in this repository, including local branches and remote branches.Collection<Branch>Revision. getBranches()Getter for the fieldbranches.List<Branch>IGitAPI. getBranchesContaining(String revspec)Deprecated.UseGitClient.getBranchesContaining(String, boolean)instead.Set<Branch>GitAPI. getRemoteBranches()Deprecated.Returns the remote branches defined in this repository.Method parameters in hudson.plugins.git with type arguments of type Branch Modifier and Type Method Description voidRevision. setBranches(Collection<Branch> branches)Setter for the fieldbranches.Constructor parameters in hudson.plugins.git with type arguments of type Branch Constructor Description Revision(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 Branch Modifier and Type Method Description Set<Branch>CliGitAPIImpl. getBranches()Returns the set of branches defined in this repository, including local branches and remote branches.Set<Branch>GitClient. getBranches()getBranches.Set<Branch>JGitAPIImpl. getBranches()getBranches.List<Branch>CliGitAPIImpl. getBranchesContaining(String revspec)Deprecated.List<Branch>CliGitAPIImpl. getBranchesContaining(String revspec, boolean allBranches)Find all the branches that include the given commit.List<Branch>GitClient. getBranchesContaining(String revspec, boolean allBranches)Find all the branches that include the given commit.List<Branch>JGitAPIImpl. getBranchesContaining(String revspec)Find all the branches that include the given commit.List<Branch>JGitAPIImpl. getBranchesContaining(String revspec, boolean allBranches)Find all the branches that include the given commit.Set<Branch>JGitAPIImpl. getBranchesInternal(org.eclipse.jgit.api.ListBranchCommand.ListMode mode)Set<Branch>CliGitAPIImpl. getRemoteBranches()Returns the remote branches defined in this repository.Set<Branch>GitClient. getRemoteBranches()getRemoteBranches.Set<Branch>JGitAPIImpl. getRemoteBranches()getRemoteBranches.
-