Class CloneCommand
- java.lang.Object
-
- com.google.gerrit.extensions.config.CloneCommand
-
public abstract class CloneCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description CloneCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getCommand(DownloadScheme scheme, String project)
Returns the clone command for the given download scheme and project.
-
-
-
Method Detail
-
getCommand
public abstract String getCommand(DownloadScheme scheme, String project)
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
-
-