Class CloneCommand
java.lang.Object
com.google.gerrit.extensions.config.CloneCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getCommand
(DownloadScheme scheme, String project) Returns the clone command for the given download scheme and project.
-
Constructor Details
-
CloneCommand
public CloneCommand()
-
-
Method Details
-
getCommand
Returns the clone command for the given download scheme and project.- Parameters:
scheme
- the download scheme for which the command should be returnedproject
- the name of the project for which the clone command should be returned- Returns:
- the clone command
-