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() |
boolean |
doDownload() |
URL |
getJenkinsIncrementalsRepoMirror() |
URL |
getJenkinsPluginInfo() |
URL |
getJenkinsUc() |
URL |
getJenkinsUcExperimental() |
String |
getJenkinsWar() |
File |
getPluginDir() |
List<Plugin> |
getPlugins() |
boolean |
isShowAllWarnings() |
boolean |
isShowAvailableUpdates() |
boolean |
isShowPluginsToBeDownloaded() |
boolean |
isShowWarnings() |
boolean |
isSkipFailedPlugins() |
boolean |
isUseLatestAll() |
boolean |
isUseLatestSpecified() |
boolean |
isVerbose() |
public File getPluginDir()
public boolean isShowWarnings()
public boolean isShowAllWarnings()
public boolean isShowAvailableUpdates()
public boolean isShowPluginsToBeDownloaded()
public boolean isVerbose()
public String getJenkinsWar()
public URL getJenkinsUc()
public URL getJenkinsUcExperimental()
public URL getJenkinsIncrementalsRepoMirror()
public URL getJenkinsPluginInfo()
public boolean doDownload()
public boolean isUseLatestSpecified()
public boolean isUseLatestAll()
public boolean isSkipFailedPlugins()
public static Config.Builder builder()
Copyright © 2004–2020. All rights reserved.