|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReflogEntry | |
|---|---|
| org.eclipse.jgit.api | |
| org.eclipse.jgit.storage.file | |
| Uses of ReflogEntry in org.eclipse.jgit.api |
|---|
| Methods in org.eclipse.jgit.api that return types with arguments of type ReflogEntry | |
|---|---|
Collection<ReflogEntry> |
ReflogCommand.call()
|
| Uses of ReflogEntry in org.eclipse.jgit.storage.file |
|---|
| Methods in org.eclipse.jgit.storage.file that return ReflogEntry | |
|---|---|
ReflogEntry |
ReflogReader.getLastEntry()
Get the last entry in the reflog |
ReflogEntry |
ReflogReader.getReverseEntry(int number)
Get specific entry in the reflog relative to the last entry which is considered entry zero. |
| Methods in org.eclipse.jgit.storage.file that return types with arguments of type ReflogEntry | |
|---|---|
List<ReflogEntry> |
ReflogReader.getReverseEntries()
|
List<ReflogEntry> |
ReflogReader.getReverseEntries(int max)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||