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 TypeMethodDescriptionprivate HttpConnection
private HttpConnection
TransportHttp.connect
(String service, TransferConfig.ProtocolVersion protocolVersion) (package private) void
FetchProcess.execute
(ProgressMonitor monitor, FetchResult result, String initialBranch) (package private) PushResult
PushProcess.execute
(ProgressMonitor monitor) Perform push operation between local and remote repository - set remote refs appropriately, send needed objects and update local tracking refs.private void
FetchProcess.executeImp
(ProgressMonitor monitor, FetchResult result, String initialBranch) Transport.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.private URL
TransportHttp.getServiceURL
(String service) private Properties
TransportAmazonS3.loadProperties()
private static Properties
TransportAmazonS3.loadPropertiesFile
(File propsFile) TestProtocol.open
(URIish uri, Repository local, String remoteName) Open a Transport instance to the other repository.static Transport
Transport.open
(Repository local, String remote) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, String remote, Transport.Operation op) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, RemoteConfig cfg) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, RemoteConfig cfg, Transport.Operation op) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, URIish uri) Open a new transport instance to connect two repositories.static Transport
Transport.open
(Repository local, URIish uri, String remoteName) Open a new transport instance to connect two repositories.static Transport
Open a new transport with no local repository.Open a new transport instance to the remote repository.abstract Transport
TransportProtocol.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.TestProtocol.TransportInternal.openFetch()
abstract FetchConnection
Transport.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.TransportBundleFile.openFetch()
Begins a new connection for fetching from the remote repository.TransportGitAnon.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportGitSsh.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TransportHttp.openFetch()
Begins a new connection for fetching from the remote repository.TransportHttp.openFetch
(Collection<RefSpec> refSpecs, String... additionalPatterns) TestProtocol.TransportInternal.openPush()
abstract PushConnection
Transport.openPush()
Begins a new connection for pushing into the remote repository.TransportBundleFile.openPush()
Begins a new connection for pushing into the remote repository.TransportBundleStream.openPush()
Begins a new connection for pushing into the remote repository.TransportHttp.openPush()
Begins a new connection for pushing into the remote repository.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.private void
FetchProcess.reopenConnection()
protected void
Set uri aURIish
object.Constructors in org.eclipse.jgit.transport that throw NotSupportedExceptionModifierConstructorDescription(package private)
TransportAmazonS3
(Repository local, URIish uri) (package private)
TransportHttp
(Repository local, URIish uri) (package private)
TransportHttp
(URIish uri) Create a minimal HTTP transport with default configuration values.