public class DownloadCommandsJson
extends java.lang.Object
FetchInfo
which is serialized to JSON afterwards.Modifier and Type | Method and Description |
---|---|
static void |
populateFetchMap(DownloadScheme scheme,
DynamicMap<DownloadCommand> commands,
java.lang.String projectName,
java.lang.String refName,
FetchInfo fetchInfo)
Populates the provided
FetchInfo by calling all DownloadCommand extensions. |
public static void populateFetchMap(DownloadScheme scheme, DynamicMap<DownloadCommand> commands, java.lang.String projectName, java.lang.String refName, FetchInfo fetchInfo)
FetchInfo
by calling all DownloadCommand
extensions.
Will mutate FetchInfo.commands
.