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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Methods inherited from class org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
JGitRemoteInfoCommand
public JGitRemoteInfoCommand()
-
-
Method Details
-
executeRemoteInfoCommand
public RemoteInfoScmResult executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeRemoteInfoCommandin classAbstractRemoteInfoCommand- Throws:
ScmException
-