Uses of Class
org.apache.maven.scm.provider.git.jgit.command.ScmProviderAwareSshdSessionFactory
Packages that use ScmProviderAwareSshdSessionFactory
Package
Description
-
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command
Method parameters in org.apache.maven.scm.provider.git.jgit.command with type arguments of type ScmProviderAwareSshdSessionFactoryModifier and TypeMethodDescriptionvoidCustomizableSshSessionFactoryCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) Sets a different supplier for the SSH session factory that will be used by this command. -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.branch
Method parameters in org.apache.maven.scm.provider.git.jgit.command.branch with type arguments of type ScmProviderAwareSshdSessionFactoryModifier and TypeMethodDescriptionvoidJGitBranchCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.checkin
Method parameters in org.apache.maven.scm.provider.git.jgit.command.checkin with type arguments of type ScmProviderAwareSshdSessionFactoryModifier and TypeMethodDescriptionvoidJGitCheckInCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.checkout
Method parameters in org.apache.maven.scm.provider.git.jgit.command.checkout with type arguments of type ScmProviderAwareSshdSessionFactoryModifier and TypeMethodDescriptionvoidJGitCheckOutCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.list
Method parameters in org.apache.maven.scm.provider.git.jgit.command.list with type arguments of type ScmProviderAwareSshdSessionFactoryModifier and TypeMethodDescriptionvoidJGitListCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.remoteinfo
Method parameters in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with type arguments of type ScmProviderAwareSshdSessionFactoryModifier and TypeMethodDescriptionvoidJGitRemoteInfoCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.tag
Method parameters in org.apache.maven.scm.provider.git.jgit.command.tag with type arguments of type ScmProviderAwareSshdSessionFactoryModifier and TypeMethodDescriptionvoidJGitTagCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.untag
Method parameters in org.apache.maven.scm.provider.git.jgit.command.untag with type arguments of type ScmProviderAwareSshdSessionFactoryModifier and TypeMethodDescriptionvoidJGitUntagCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)