Uses of Class
org.uberfire.java.nio.fs.jgit.daemon.ssh.BaseGitCommand
-
Packages that use BaseGitCommand Package Description org.uberfire.java.nio.fs.jgit.daemon.ssh -
-
Uses of BaseGitCommand in org.uberfire.java.nio.fs.jgit.daemon.ssh
Subclasses of BaseGitCommand in org.uberfire.java.nio.fs.jgit.daemon.ssh Modifier and Type Class Description classGitReceiveCommandclassGitUploadCommandMethod parameters in org.uberfire.java.nio.fs.jgit.daemon.ssh with type arguments of type BaseGitCommand Modifier and Type Method Description voidGitSSHService. setup(File certDir, InetSocketAddress inetSocketAddress, String sshIdleTimeout, String algorithm, org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory, org.eclipse.jgit.transport.resolver.UploadPackFactory uploadPackFactory, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, ExecutorService executorService)voidGitSSHService. setup(File certDir, InetSocketAddress inetSocketAddress, String sshIdleTimeout, String algorithm, org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory, org.eclipse.jgit.transport.resolver.UploadPackFactory uploadPackFactory, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, ExecutorService executorService, String gitSshCiphers, String gitSshMacs)Constructor parameters in org.uberfire.java.nio.fs.jgit.daemon.ssh with type arguments of type BaseGitCommand Constructor Description GitReceiveCommand(String command, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, org.eclipse.jgit.transport.resolver.ReceivePackFactory<BaseGitCommand> receivePackFactory, ExecutorService executorService)GitReceiveCommand(String command, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, org.eclipse.jgit.transport.resolver.ReceivePackFactory<BaseGitCommand> receivePackFactory, ExecutorService executorService)GitUploadCommand(String command, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, org.eclipse.jgit.transport.resolver.UploadPackFactory uploadPackFactory, ExecutorService executorService)
-