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
- Since:
- 1.9
- Author:
- Dominik Bartholdi (imod)
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteRemoteInfoCommand
(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 Details
-
JGitRemoteInfoCommand
public JGitRemoteInfoCommand()
-
-
Method Details
-
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
-