| Package | Description |
|---|---|
| hudson.plugins.git |
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
BranchSpec.filterMatchingBranches(Collection<Branch> branches) |
Collection<Branch> |
Revision.getBranches() |
List<Branch> |
IGitAPI.getBranches() |
List<Branch> |
GitAPI.getBranches() |
List<Branch> |
IGitAPI.getBranchesContaining(String revspec) |
List<Branch> |
GitAPI.getBranchesContaining(String revspec) |
List<Branch> |
IGitAPI.getRemoteBranches() |
List<Branch> |
GitAPI.getRemoteBranches() |
protected List<Branch> |
GitAPI.parseRefList(List<org.eclipse.jgit.lib.Ref> refList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubmoduleConfig.branchMatchesInterest(Branch br) |
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
BranchSpec.filterMatchingBranches(Collection<Branch> branches) |
void |
Revision.setBranches(Collection<Branch> branches) |
| Constructor and Description |
|---|
Revision(org.eclipse.jgit.lib.ObjectId sha1,
Collection<Branch> branches) |
Copyright © 2004-2015 Hudson. All Rights Reserved.