| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RevListCommand |
RevListCommand.all()
Deprecated.
favour
all(boolean) |
RevListCommand |
RevListCommand.all(boolean all)
all.
|
RevListCommand |
RevListCommand.firstParent()
Deprecated.
favour
firstParent(boolean) |
RevListCommand |
RevListCommand.firstParent(boolean firstParent)
firstParent.
|
RevListCommand |
RevListCommand.nowalk(boolean nowalk)
nowalk.
|
RevListCommand |
RevListCommand.reference(String reference)
reference.
|
RevListCommand |
CliGitAPIImpl.revList_()
revList_.
|
RevListCommand |
JGitAPIImpl.revList_()
revList_.
|
RevListCommand |
GitClient.revList_()
revList_.
|
RevListCommand |
RevListCommand.to(List<ObjectId> revs)
to.
|
Copyright © 2013–2020. All rights reserved.