Uses of Class
org.apache.maven.scm.provider.git.jgit.command.PushException
Packages that use PushException
-
Uses of PushException in org.apache.maven.scm.provider.git.jgit.command
Methods in org.apache.maven.scm.provider.git.jgit.command that throw PushExceptionModifier and TypeMethodDescriptionstatic Iterable<org.eclipse.jgit.transport.PushResult> JGitUtils.push(org.eclipse.jgit.api.Git git, GitScmProviderRepository repo, org.eclipse.jgit.transport.RefSpec refSpec, Set<org.eclipse.jgit.transport.RemoteRefUpdate.Status> successfulStatuses, Optional<org.eclipse.jgit.api.TransportConfigCallback> transportConfigCallback)