public interface PushCommand extends GitCommand
| Modifier and Type | Method and Description |
|---|---|
PushCommand |
force()
Deprecated.
favour
force(boolean) |
PushCommand |
force(boolean force)
force.
|
PushCommand |
ref(String refspec)
ref.
|
PushCommand |
tags(boolean tags)
tags.
|
PushCommand |
timeout(Integer timeout)
timeout.
|
PushCommand |
to(URIish remote)
to.
|
executePushCommand to(URIish remote)
remote - a URIish object.PushCommand object.PushCommand ref(String refspec)
refspec - a String object.PushCommand object.@Deprecated PushCommand force()
force(boolean)PushCommand object.PushCommand force(boolean force)
force - true if the push should be forcedPushCommand object.PushCommand tags(boolean tags)
tags - if true, tags will be included in the push, otherwise they are not pushedPushCommand object.PushCommand timeout(Integer timeout)
timeout - a Integer object.PushCommand object.Copyright © 2013–2020. All rights reserved.