| Package | Description |
|---|---|
| hudson.plugins.git | |
| org.jenkinsci.plugins.gitclient |
| Modifier and Type | Method and Description |
|---|---|
Collection<Branch> |
Revision.getBranches() |
Set<Branch> |
GitAPI.getBranches()
Deprecated.
|
List<Branch> |
IGitAPI.getBranchesContaining(String revspec)
Deprecated.
|
List<Branch> |
GitAPI.getBranchesContaining(String revspec)
Deprecated.
|
Set<Branch> |
GitAPI.getRemoteBranches()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Revision.setBranches(Collection<Branch> branches) |
| Constructor and Description |
|---|
Revision(org.eclipse.jgit.lib.ObjectId sha1,
Collection<Branch> branches) |
| Modifier and Type | Method and Description |
|---|---|
Set<Branch> |
JGitAPIImpl.getBranches() |
Set<Branch> |
GitClient.getBranches() |
Set<Branch> |
CliGitAPIImpl.getBranches() |
Set<Branch> |
JGitAPIImpl.getRemoteBranches() |
Set<Branch> |
GitClient.getRemoteBranches() |
Set<Branch> |
CliGitAPIImpl.getRemoteBranches() |
Copyright © 2004-2013. All Rights Reserved.