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(java.util.function.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
Fields in org.apache.maven.scm.provider.git.jgit.command.branch with type parameters of type ScmProviderAwareSshdSessionFactory Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitBranchCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.branch with type arguments of type ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitBranchCommand. setSshSessionFactorySupplier(java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.checkin
Fields in org.apache.maven.scm.provider.git.jgit.command.checkin with type parameters of type ScmProviderAwareSshdSessionFactory Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitCheckInCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.checkin with type arguments of type ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitCheckInCommand. setSshSessionFactorySupplier(java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.checkout
Fields in org.apache.maven.scm.provider.git.jgit.command.checkout with type parameters of type ScmProviderAwareSshdSessionFactory Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitCheckOutCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.checkout with type arguments of type ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitCheckOutCommand. setSshSessionFactorySupplier(java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.list
Fields in org.apache.maven.scm.provider.git.jgit.command.list with type parameters of type ScmProviderAwareSshdSessionFactory Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitListCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.list with type arguments of type ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitListCommand. setSshSessionFactorySupplier(java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.remoteinfo
Fields in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with type parameters of type ScmProviderAwareSshdSessionFactory Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitRemoteInfoCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with type arguments of type ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitRemoteInfoCommand. setSshSessionFactorySupplier(java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.tag
Fields in org.apache.maven.scm.provider.git.jgit.command.tag with type parameters of type ScmProviderAwareSshdSessionFactory Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitTagCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.tag with type arguments of type ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitTagCommand. setSshSessionFactorySupplier(java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of ScmProviderAwareSshdSessionFactory in org.apache.maven.scm.provider.git.jgit.command.untag
Fields in org.apache.maven.scm.provider.git.jgit.command.untag with type parameters of type ScmProviderAwareSshdSessionFactory Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitUntagCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.untag with type arguments of type ScmProviderAwareSshdSessionFactory Modifier and Type Method Description voidJGitUntagCommand. setSshSessionFactorySupplier(java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)
-