|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Branch | |
|---|---|
| hudson.plugins.git | |
| Uses of Branch in hudson.plugins.git |
|---|
| Methods in hudson.plugins.git that return types with arguments of type Branch | |
|---|---|
java.util.List<Branch> |
BranchSpec.filterMatchingBranches(java.util.Collection<Branch> branches)
|
java.util.Collection<Branch> |
Revision.getBranches()
|
java.util.List<Branch> |
IGitAPI.getBranches()
|
java.util.List<Branch> |
GitAPI.getBranches()
|
java.util.List<Branch> |
IGitAPI.getBranchesContaining(java.lang.String revspec)
|
java.util.List<Branch> |
GitAPI.getBranchesContaining(java.lang.String revspec)
|
java.util.List<Branch> |
IGitAPI.getRemoteBranches()
|
java.util.List<Branch> |
GitAPI.getRemoteBranches()
|
| Methods in hudson.plugins.git with parameters of type Branch | |
|---|---|
boolean |
SubmoduleConfig.branchMatchesInterest(Branch br)
|
| Method parameters in hudson.plugins.git with type arguments of type Branch | |
|---|---|
java.util.List<Branch> |
BranchSpec.filterMatchingBranches(java.util.Collection<Branch> branches)
|
void |
Revision.setBranches(java.util.Collection<Branch> branches)
|
| Constructor parameters in hudson.plugins.git with type arguments of type Branch | |
|---|---|
Revision(org.spearce.jgit.lib.ObjectId sha1,
java.util.Collection<Branch> branches)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||