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() |
hudson.util.VersionNumber |
getJenkinsVersion()
Get Jenkins version to be used by the plugin manager.
|
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()
@CheckForNull public String getJenkinsWar()
public URL getJenkinsUc()
public URL getJenkinsUcExperimental()
public URL getJenkinsIncrementalsRepoMirror()
public URL getJenkinsPluginInfo()
@CheckForNull public hudson.util.VersionNumber getJenkinsVersion()
null, instructs the plugin manager to use alternative version retrieval mechanisms.public boolean doDownload()
public boolean isUseLatestSpecified()
public boolean isUseLatestAll()
public boolean isSkipFailedPlugins()
public static Config.Builder builder()
Copyright © 2004–2020. All rights reserved.