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
-
Field Summary
FieldsFields inherited from class AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.CommandlinecreateCommandLine(GitScmProviderRepository repository) executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Methods inherited from class AbstractRemoteInfoCommand
executeCommandMethods inherited from class AbstractCommand
execute
-
Field Details
-
environmentVariables
-
-
Constructor Details
-
GitRemoteInfoCommand
-
-
Method Details
-
executeRemoteInfoCommand
public RemoteInfoScmResult executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeRemoteInfoCommandin classAbstractRemoteInfoCommand- Throws:
ScmException
-
createCommandLine
public org.codehaus.plexus.util.cli.Commandline createCommandLine(GitScmProviderRepository repository)
-