Modifier and Type | Method and Description |
---|---|
static void |
populateFetchMap(DownloadScheme scheme,
DynamicMap<DownloadCommand> commands,
String projectName,
String refName,
FetchInfo fetchInfo)
Populates the provided
FetchInfo by calling all DownloadCommand extensions. |
public static void populateFetchMap(DownloadScheme scheme, DynamicMap<DownloadCommand> commands, String projectName, String refName, FetchInfo fetchInfo)
FetchInfo
by calling all DownloadCommand
extensions.
Will mutate FetchInfo.commands
.