@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class GerritDynamicUrlProcessor extends Object
Modifier and Type | Method and Description |
---|---|
static List<GerritProject> |
fetch(String gerritTriggerConfigUrl)
This is where the actual fetching is done.
|
public static List<GerritProject> fetch(String gerritTriggerConfigUrl) throws IOException, ParseException
gerritTriggerConfigUrl
- the URL to fetchParseException
- when the fetched content couldn't be parsedIOException
- for all other kinds of fetch errorsCopyright © 2016–2019. All rights reserved.