Class CloneCommand

java.lang.Object
com.google.gerrit.extensions.config.CloneCommand

public abstract class CloneCommand extends Object
  • Constructor Details

    • CloneCommand

      public CloneCommand()
  • Method Details

    • 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 returned
      project - the name of the project for which the clone command should be returned
      Returns:
      the clone command