Uses of Class
org.apache.maven.scm.provider.git.jgit.command.ScmProviderAwareSshdSessionFactory
-
-
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 ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidCustomizableSshSessionFactoryCommand. 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 ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitBranchCommand. 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 ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitCheckInCommand. 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 ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitCheckOutCommand. 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 ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitListCommand. 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 ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitRemoteInfoCommand. 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 ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitTagCommand. 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 ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitUntagCommand. setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)
-