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 HttpConnectionprivate HttpConnectionTransportHttp.connect(String service, TransferConfig.ProtocolVersion protocolVersion) (package private) voidFetchProcess.execute(ProgressMonitor monitor, FetchResult result, String initialBranch) (package private) PushResultPushProcess.execute(ProgressMonitor monitor) Perform push operation between local and remote repository - set remote refs appropriately, send needed objects and update local tracking refs.private voidFetchProcess.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 URLTransportHttp.getServiceURL(String service) private PropertiesTransportAmazonS3.loadProperties()private static PropertiesTransportAmazonS3.loadPropertiesFile(File propsFile) TestProtocol.open(URIish uri, Repository local, String remoteName) Open a Transport instance to the other repository.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.TestProtocol.TransportInternal.openFetch()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.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 PushConnectionTransport.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 voidFetchProcess.reopenConnection()protected voidSet uri aURIishobject.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.