Uses of Class
org.eclipse.jgit.transport.URIish
-
Packages that use URIish Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.util Utility classes. -
-
Uses of URIish in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type URIish Modifier and Type Method Description RemoteSetUrlCommandRemoteSetUrlCommand. setRemoteUri(URIish remoteUri)The new URL for the remote.RemoteAddCommandRemoteAddCommand. setUri(URIish uri)The URL of the repository for the new remote.voidRemoteSetUrlCommand. setUri(URIish uri)Deprecated. -
Uses of URIish in org.eclipse.jgit.errors
Constructors in org.eclipse.jgit.errors with parameters of type URIish Constructor Description MissingBundlePrerequisiteException(URIish uri, Map<ObjectId,String> missingCommits)Constructs a MissingBundlePrerequisiteException for a set of objects.NoRemoteRepositoryException(URIish uri, String s)Constructs an exception indicating a repository does not exist.NoRemoteRepositoryException(URIish uri, String s, Throwable cause)Constructs an exception indicating a repository does not exist.PackProtocolException(URIish uri, String s)Constructs an PackProtocolException with the specified detail message prefixed with provided URI.PackProtocolException(URIish uri, String s, Throwable cause)Constructs an PackProtocolException with the specified detail message prefixed with provided URI.RemoteRepositoryException(URIish uri, String message)Constructs a RemoteRepositoryException for a message.TooLargeObjectInPackException(URIish uri, String s)Construct a too large object in pack exception.TooLargePackException(URIish uri, String s)Construct a too large pack exception.TransportException(URIish uri, String s)Constructs an TransportException with the specified detail message prefixed with provided URI.TransportException(URIish uri, String s, Throwable cause)Constructs an TransportException with the specified detail message prefixed with provided URI.UnsupportedCredentialItem(URIish uri, String s)Constructs an UnsupportedCredentialItem with the specified detail message prefixed with provided URI. -
Uses of URIish in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as URIish Modifier and Type Field Description protected URIishBasePackConnection. uriRemote repository location.protected URIishBasePackConnection. uriRemote repository location.protected URIishTransport. uriThe URI used to create this transport.Methods in org.eclipse.jgit.transport that return URIish Modifier and Type Method Description URIishOperationResult. getURI()Get the URI this result came from.URIishTransport. getURI()Get the URI this transport connects to.URIishTestProtocol. register(C req, Repository remote)Register a repository connection over the internal test protocol.URIishURIish. setHost(String n)Return a new URI matching this one, but with a different host.URIishURIish. setPass(String n)Return a new URI matching this one, but with a different password.URIishURIish. setPath(String n)Return a new URI matching this one, but with a different path.URIishURIish. setPort(int n)Return a new URI matching this one, but with a different port.URIishURIish. setRawPath(String n)Return a new URI matching this one, but with a different (raw) path.URIishURIish. setScheme(String n)Return a new URI matching this one, but with a different scheme.URIishURIish. setUser(String n)Return a new URI matching this one, but with a different user.Methods in org.eclipse.jgit.transport that return types with arguments of type URIish Modifier and Type Method Description List<URIish>RemoteConfig. getPushURIs()Get all configured push-only URIs under this remote.List<URIish>RemoteConfig. getURIs()Get all configured URIs under this remote.Methods in org.eclipse.jgit.transport with parameters of type URIish Modifier and Type Method Description booleanRemoteConfig. addPushURI(URIish toAdd)Add a new push-only URI to the end of the list of URIs.booleanRemoteConfig. addURI(URIish toAdd)Add a new URI to the end of the list of URIs.booleanTransportProtocol. canHandle(URIish uri)Determine if this protocol can handle a particular URI.booleanTransportProtocol. canHandle(URIish uri, Repository local, String remoteName)Determine if this protocol can handle a particular URI.booleanChainingCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.booleanCredentialsProvider. get(URIish uri, List<CredentialItem> items)Ask for the credential items to be populated.abstract booleanCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.booleanNetRCCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.booleanUsernamePasswordCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.abstract RemoteSessionSshSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)Opens (or reuses) a session to a host.TransportTestProtocol. open(URIish uri, Repository local, String remoteName)Open a Transport instance to the other repository.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 TransportTransport. open(URIish uri)Open a new transport with no local repository.TransportTransportProtocol. open(URIish uri)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.booleanRemoteConfig. removePushURI(URIish toRemove)Remove a push-only URI from the list of URIs.booleanRemoteConfig. removeURI(URIish toRemove)Remove a URI from the list of URIs.voidCredentialsProvider. reset(URIish uri)Reset the credentials provider for the given URIprotected voidTransportHttp. setURI(URIish uri)Set uri aURIishobject.Constructors in org.eclipse.jgit.transport with parameters of type URIish Constructor Description HttpConfig(Config config, URIish uri)Creates a newHttpConfigtailored to the givenURIish.HttpConfig(URIish uri)Creates aHttpConfigthat reads values solely from the user config.HttpTransport(Repository local, URIish uri)Create a new transport instance.HttpTransport(URIish uri)Create a minimal HTTP transport instance not tied to a single repository.SshTransport(Repository local, URIish uri)Create a new transport instance.SshTransport(URIish uri)Create a new transport instance without a local repository.TcpTransport(Repository local, URIish uri)Create a new transport instance.TcpTransport(URIish uri)Create a new transport instance without a local repository.Transport(Repository local, URIish uri)Create a new transport instance.Transport(URIish uri)Create a minimal transport instance not tied to a single repository.TransportBundleStream(Repository db, URIish uri, InputStream in)Create a new transport to fetch objects from a streamed bundle. -
Uses of URIish in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type URIish Modifier and Type Method Description static StringSshSupport. runSshCommand(URIish sshUri, CredentialsProvider provider, FS fs, String command, int timeout)Utility to execute a remote SSH command and read the first line of output.
-