| Modifier and Type | Method and Description |
|---|---|
Config |
build() |
Config.Builder |
withDoDownload(boolean doDownload) |
Config.Builder |
withIsVerbose(boolean verbose) |
Config.Builder |
withJenkinsIncrementalsRepoMirror(URL jenkinsIncrementalsRepoMirror) |
Config.Builder |
withJenkinsUc(URL jenkinsUc) |
Config.Builder |
withJenkinsUcExperimental(URL jenkinsUcExperimental) |
Config.Builder |
withJenkinsWar(String jenkinsWar) |
Config.Builder |
withPluginDir(File pluginDir) |
Config.Builder |
withPlugins(List<Plugin> plugins) |
Config.Builder |
withShowAllWarnings(boolean showAllWarnings) |
Config.Builder |
withShowAvailableUpdates(boolean showAvailableUpdates) |
Config.Builder |
withShowPluginsToBeDownloaded(boolean showPluginsToBeDownloaded) |
Config.Builder |
withShowWarnings(boolean showWarnings) |
Config.Builder |
withUseLatestAll(boolean useLatestAll) |
Config.Builder |
withUseLatestSpecified(boolean useLatestSpecifed) |
public Config.Builder withPluginDir(File pluginDir)
public Config.Builder withShowWarnings(boolean showWarnings)
public Config.Builder withShowAllWarnings(boolean showAllWarnings)
public Config.Builder withShowAvailableUpdates(boolean showAvailableUpdates)
public Config.Builder withShowPluginsToBeDownloaded(boolean showPluginsToBeDownloaded)
public Config.Builder withJenkinsWar(String jenkinsWar)
public Config.Builder withPlugins(List<Plugin> plugins)
public Config.Builder withIsVerbose(boolean verbose)
public Config.Builder withJenkinsUc(URL jenkinsUc)
public Config.Builder withJenkinsUcExperimental(URL jenkinsUcExperimental)
public Config.Builder withJenkinsIncrementalsRepoMirror(URL jenkinsIncrementalsRepoMirror)
public Config.Builder withDoDownload(boolean doDownload)
public Config.Builder withUseLatestSpecified(boolean useLatestSpecifed)
public Config.Builder withUseLatestAll(boolean useLatestAll)
public Config build()
Copyright © 2004–2019. All rights reserved.