public final class GerritDynamicUrlProcessor extends Object
Modifier and Type | Method and Description |
---|---|
static List<GerritProject> |
fetch(String gerritTriggerConfigUrl,
String serverName)
This is where the actual fetching is done.
|
public static List<GerritProject> fetch(String gerritTriggerConfigUrl, String serverName) throws IOException, ParseException
gerritTriggerConfigUrl
- the URL to fetchserverName
- name of the Gerrit server.ParseException
- when the fetched content couldn't be parsedIOException
- for all other kinds of fetch errorsCopyright © 2004-2016. All Rights Reserved.