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