Class GitRemoteInfoCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommand
- 
- org.apache.maven.scm.provider.git.gitexe.command.remoteinfo.GitRemoteInfoCommand
 
 
 
- 
- All Implemented Interfaces:
- Command,- GitCommand
 
 public class GitRemoteInfoCommand extends AbstractRemoteInfoCommand implements GitCommand - Author:
- Bertrand Paquet
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description GitRemoteInfoCommand(Map<String,String> environmentVariables)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(GitScmProviderRepository repository)RemoteInfoScmResultexecuteRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)- 
Methods inherited from class org.apache.maven.scm.command.remoteinfo.AbstractRemoteInfoCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
GitRemoteInfoCommandpublic GitRemoteInfoCommand(Map<String,String> environmentVariables) 
 
- 
 - 
Method Detail- 
executeRemoteInfoCommandpublic RemoteInfoScmResult executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeRemoteInfoCommandin class- AbstractRemoteInfoCommand
- Throws:
- ScmException
 
 - 
createCommandLinepublic org.codehaus.plexus.util.cli.Commandline createCommandLine(GitScmProviderRepository repository) 
 
- 
 
-