Class JGitRemoteInfoCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommand
- 
- org.apache.maven.scm.provider.git.jgit.command.remoteinfo.JGitRemoteInfoCommand
 
 
 
- 
- All Implemented Interfaces:
- Command,- GitCommand
 
 public class JGitRemoteInfoCommand extends AbstractRemoteInfoCommand implements GitCommand - Since:
- 1.9
- Author:
- Dominik Bartholdi (imod)
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description JGitRemoteInfoCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteInfoScmResultexecuteRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)voidsetSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)- 
Methods inherited from class org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
JGitRemoteInfoCommandpublic JGitRemoteInfoCommand() 
 
- 
 - 
Method Detail- 
setSshSessionFactorySupplierpublic void setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) 
 - 
executeRemoteInfoCommandpublic RemoteInfoScmResult executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeRemoteInfoCommandin class- AbstractRemoteInfoCommand
- Throws:
- ScmException
 
 
- 
 
-