Uses of Class
org.eclipse.jgit.errors.NotSupportedException
Packages that use NotSupportedException
-
Uses of NotSupportedException in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw NotSupportedExceptionModifier and TypeMethodDescriptionTransport.fetch(ProgressMonitor monitor, Collection<RefSpec> toFetch) Fetch objects and refs from the remote repository to the local one.Transport.fetch(ProgressMonitor monitor, Collection<RefSpec> toFetch, String branch) Fetch objects and refs from the remote repository to the local one.TestProtocol.open(URIish uri, Repository local, String remoteName) static TransportTransport.open(Repository local, String remote) Open a new transport instance to connect two repositories.static TransportTransport.open(Repository local, String remote, Transport.Operation op) Open a new transport instance to connect two repositories.static TransportTransport.open(Repository local, RemoteConfig cfg) Open a new transport instance to connect two repositories.static TransportTransport.open(Repository local, RemoteConfig cfg, Transport.Operation op) Open a new transport instance to connect two repositories.static TransportTransport.open(Repository local, URIish uri) Open a new transport instance to connect two repositories.static TransportTransport.open(Repository local, URIish uri, String remoteName) Open a new transport instance to connect two repositories.static TransportOpen a new transport with no local repository.Open a new transport instance to the remote repository.abstract TransportTransportProtocol.open(URIish uri, Repository local, String remoteName) Open a Transport instance to the other repository.Transport.openAll(Repository local, String remote) Open new transport instances to connect two repositories.Transport.openAll(Repository local, String remote, Transport.Operation op) Open new transport instances to connect two repositories.Transport.openAll(Repository local, RemoteConfig cfg) Open new transport instances to connect two repositories.Transport.openAll(Repository local, RemoteConfig cfg, Transport.Operation op) Open new transport instances to connect two repositories.abstract FetchConnectionTransport.openFetch()Begins a new connection for fetching from the remote repository.Transport.openFetch(Collection<RefSpec> refSpecs, String... additionalPatterns) Begins a new connection for fetching from the remote repository.TransportGitSsh.openFetch(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportHttp.openFetch()TransportHttp.openFetch(Collection<RefSpec> refSpecs, String... additionalPatterns) abstract PushConnectionTransport.openPush()Begins a new connection for pushing into the remote repository.TransportBundleStream.openPush()TransportHttp.openPush()Transport.push(ProgressMonitor monitor, Collection<RemoteRefUpdate> toPush) Push objects and refs from the local repository to the remote one.Transport.push(ProgressMonitor monitor, Collection<RemoteRefUpdate> toPush, OutputStream out) Push objects and refs from the local repository to the remote one.protected voidSet uri aURIishobject.