Package org.jenkinsci.plugins.gitclient
Interface RevListCommand
- All Superinterfaces:
GitCommand
RevListCommand interface.
-
Method Summary
Modifier and TypeMethodDescriptionall()Deprecated.all(boolean all) all.Deprecated.favourfirstParent(boolean)firstParent(boolean firstParent) firstParent.nowalk(boolean nowalk) nowalk.reference.to.Methods inherited from interface org.jenkinsci.plugins.gitclient.GitCommand
execute
-
Method Details
-
all
Deprecated.favourall(boolean)all.- Returns:
- a
RevListCommandobject.
-
all
all.- Parameters:
all-trueto list all.- Returns:
- a
RevListCommandobject. - Since:
- 2.5.0
-
nowalk
nowalk.- Parameters:
nowalk-trueto skip revision walk.- Returns:
- a
RevListCommandobject.
-
firstParent
Deprecated.favourfirstParent(boolean)firstParent.- Returns:
- a
RevListCommandobject.
-
firstParent
firstParent.- Parameters:
firstParent-trueto list first parent- Returns:
- a
RevListCommandobject. - Since:
- 2.5.0
-
to
to.- Parameters:
revs- aListobject.- Returns:
- a
RevListCommandobject.
-
reference
reference.- Parameters:
reference- aStringobject.- Returns:
- a
RevListCommandobject.
-
all(boolean)