public class Config extends Object
Config.builder()
...
build()
Defaults for update centers will be set for you| Modifier and Type | Class and Description |
|---|---|
static class |
Config.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Config.Builder |
builder() |
URL |
getJenkinsIncrementalsRepoMirror() |
URL |
getJenkinsUc() |
URL |
getJenkinsUcExperimental() |
String |
getJenkinsWar() |
File |
getPluginDir() |
List<Plugin> |
getPlugins() |
boolean |
isShowAllWarnings() |
boolean |
isShowWarnings() |
public File getPluginDir()
public boolean isShowWarnings()
public boolean isShowAllWarnings()
public String getJenkinsWar()
public URL getJenkinsUc()
public URL getJenkinsUcExperimental()
public URL getJenkinsIncrementalsRepoMirror()
public static Config.Builder builder()
Copyright © 2004–2019. All rights reserved.