Package org.jenkinsci.plugins.gitclient
Interface PushCommand
- All Superinterfaces:
GitCommand
PushCommand interface.
-
Method Details
-
to
to.- Parameters:
remote
- aURIish
object.- Returns:
- a
PushCommand
object.
-
ref
ref.- Parameters:
refspec
- aString
object.- Returns:
- a
PushCommand
object.
-
force
Deprecated.favourforce(boolean)
force.- Returns:
- a
PushCommand
object.
-
force
force.- Parameters:
force
-true
if the push should be forced- Returns:
- a
PushCommand
object. - Since:
- 2.5.0
-
tags
tags.- Parameters:
tags
- if true, tags will be included in the push, otherwise they are not pushed- Returns:
- a
PushCommand
object.
-
timeout
timeout.- Parameters:
timeout
- aInteger
object.- Returns:
- a
PushCommand
object.
-
force(boolean)