Package com.google.gerrit.server.change
Class DownloadCommandsJson
- java.lang.Object
-
- com.google.gerrit.server.change.DownloadCommandsJson
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
populateFetchMap(DownloadScheme scheme, DynamicMap<DownloadCommand> commands, String projectName, String refName, FetchInfo fetchInfo)
Populates the providedFetchInfo
by calling allDownloadCommand
extensions.
-
-
-
Method Detail
-
populateFetchMap
public static void populateFetchMap(DownloadScheme scheme, DynamicMap<DownloadCommand> commands, String projectName, String refName, FetchInfo fetchInfo)
Populates the providedFetchInfo
by calling allDownloadCommand
extensions. Will mutateFetchInfo.commands
.
-
-