Uses of Interface
org.jenkinsci.plugins.gitclient.PushCommand
-
Packages that use PushCommand Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of PushCommand in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return PushCommand Modifier and Type Method Description PushCommandPushCommand. force()Deprecated.favourforce(boolean)PushCommandPushCommand. force(boolean force)force.PushCommandCliGitAPIImpl. push()push.PushCommandGitClient. push()push.PushCommandJGitAPIImpl. push()push.PushCommandPushCommand. ref(String refspec)ref.PushCommandPushCommand. tags(boolean tags)tags.PushCommandPushCommand. timeout(Integer timeout)timeout.PushCommandPushCommand. to(org.eclipse.jgit.transport.URIish remote)to.
-