Uses of Interface
org.jenkinsci.plugins.gitclient.RevListCommand
-
Packages that use RevListCommand Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of RevListCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return RevListCommand Modifier and Type Method Description RevListCommandRevListCommand. all()Deprecated.favourall(boolean)RevListCommandRevListCommand. all(boolean all)all.RevListCommandRevListCommand. firstParent()Deprecated.favourfirstParent(boolean)RevListCommandRevListCommand. firstParent(boolean firstParent)firstParent.RevListCommandRevListCommand. nowalk(boolean nowalk)nowalk.RevListCommandRevListCommand. reference(String reference)reference.RevListCommandCliGitAPIImpl. revList_()revList_.RevListCommandGitClient. revList_()revList_.RevListCommandJGitAPIImpl. revList_()revList_.RevListCommandRevListCommand. to(List<org.eclipse.jgit.lib.ObjectId> revs)to.
-