| Package | Description |
|---|---|
| org.jenkinsci.plugins.gitclient |
Core classes for git client API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
PushCommand |
PushCommand.force()
Deprecated.
favour
force(boolean) |
PushCommand |
PushCommand.force(boolean force)
force.
|
PushCommand |
CliGitAPIImpl.push()
push.
|
PushCommand |
JGitAPIImpl.push()
push.
|
PushCommand |
GitClient.push()
push.
|
PushCommand |
PushCommand.ref(String refspec)
ref.
|
PushCommand |
PushCommand.tags(boolean tags)
tags.
|
PushCommand |
PushCommand.timeout(Integer timeout)
timeout.
|
PushCommand |
PushCommand.to(URIish remote)
to.
|
Copyright © 2013–2020. All rights reserved.