Uses of Class
org.eclipse.jgit.api.PushCommand
Packages that use PushCommand
-
Uses of PushCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return PushCommandModifier and TypeMethodDescriptionAdd a reference to push.Add a reference to push.Git.push()
Return a command object to execute aPush
commandPushCommand.setAtomic
(boolean atomic) Requests atomic push (all references updated, or no updates).PushCommand.setDryRun
(boolean dryRun) Sets whether the push operation should be a dry runPushCommand.setForce
(boolean force) Sets the force preference for push operation.PushCommand.setOutputStream
(OutputStream out) Sets the output stream to write sideband messages toPushCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the push operation.PushCommand.setPushAll()
Push all branches under refs/heads/*.PushCommand.setPushOptions
(List<String> pushOptions) Set the option strings associated with the push operation.PushCommand.setPushTags()
Push all tags under refs/tags/*.PushCommand.setReceivePack
(String receivePack) The remote executable providing receive-pack service for pack transports.PushCommand.setRefLeaseSpecs
(List<RefLeaseSpec> specs) The ref lease specs to be used in the push operation, for a force-with-lease push operation.PushCommand.setRefLeaseSpecs
(RefLeaseSpec... specs) The ref lease specs to be used in the push operation, for a force-with-lease push operation.PushCommand.setRefSpecs
(List<RefSpec> specs) The ref specs to be used in the push operationPushCommand.setRefSpecs
(RefSpec... specs) The ref specs to be used in the push operationThe remote (uri or name) used for the push operation.PushCommand.setThin
(boolean thin) Set the thin-pack preference for push operation.