| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Branch> |
Revision.getBranches()
Getter for the field
branches. |
Set<Branch> |
GitAPI.getBranches()
Deprecated.
Returns the set of branches defined in this repository,
including local branches and remote branches.
|
List<Branch> |
IGitAPI.getBranchesContaining(String revspec)
Deprecated.
|
Set<Branch> |
GitAPI.getRemoteBranches()
Deprecated.
Returns the remote branches defined in this repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Revision.setBranches(Collection<Branch> branches)
Setter for the field
branches. |
| Constructor and Description |
|---|
Revision(ObjectId sha1,
Collection<Branch> branches)
Constructor for Revision.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Branch> |
CliGitAPIImpl.getBranches()
Returns the set of branches defined in this repository,
including local branches and remote branches.
|
Set<Branch> |
JGitAPIImpl.getBranches()
getBranches.
|
Set<Branch> |
GitClient.getBranches()
getBranches.
|
List<Branch> |
CliGitAPIImpl.getBranchesContaining(String revspec)
Deprecated.
|
List<Branch> |
JGitAPIImpl.getBranchesContaining(String revspec)
Find all the branches that include the given commit.
|
List<Branch> |
CliGitAPIImpl.getBranchesContaining(String revspec,
boolean allBranches)
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.
|
List<Branch> |
GitClient.getBranchesContaining(String revspec,
boolean allBranches)
Find all the branches that include the given commit.
|
Set<Branch> |
JGitAPIImpl.getBranchesInternal(ListBranchCommand.ListMode mode) |
Set<Branch> |
CliGitAPIImpl.getRemoteBranches()
Returns the remote branches defined in this repository.
|
Set<Branch> |
JGitAPIImpl.getRemoteBranches()
getRemoteBranches.
|
Set<Branch> |
GitClient.getRemoteBranches()
getRemoteBranches.
|
Copyright © 2013–2020. All rights reserved.