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.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description JGitRemoteInfoCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteInfoScmResult
executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
void
setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)
-
Methods inherited from class org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
JGitRemoteInfoCommand
public JGitRemoteInfoCommand()
-
-
Method Detail
-
setSshSessionFactorySupplier
public void setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)
-
executeRemoteInfoCommand
public RemoteInfoScmResult executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeRemoteInfoCommand
in classAbstractRemoteInfoCommand
- Throws:
ScmException
-
-