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
RevListCommand
object.
-
all
all.- Parameters:
all
-true
to list all.- Returns:
- a
RevListCommand
object. - Since:
- 2.5.0
-
nowalk
nowalk.- Parameters:
nowalk
-true
to skip revision walk.- Returns:
- a
RevListCommand
object.
-
firstParent
Deprecated.favourfirstParent(boolean)
firstParent.- Returns:
- a
RevListCommand
object.
-
firstParent
firstParent.- Parameters:
firstParent
-true
to list first parent- Returns:
- a
RevListCommand
object. - Since:
- 2.5.0
-
to
to.- Parameters:
revs
- aList
object.- Returns:
- a
RevListCommand
object.
-
reference
reference.- Parameters:
reference
- aString
object.- Returns:
- a
RevListCommand
object.
-
all(boolean)