| Modifier and Type | Method and Description |
|---|---|
Config |
build() |
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 |
withShowWarnings(boolean showWarnings) |
public Config.Builder withPluginDir(File pluginDir)
public Config.Builder withShowWarnings(boolean showWarnings)
public Config.Builder withShowAllWarnings(boolean showAllWarnings)
public Config.Builder withJenkinsWar(String jenkinsWar)
public Config.Builder withPlugins(List<Plugin> plugins)
public Config.Builder withJenkinsUc(URL jenkinsUc)
public Config.Builder withJenkinsUcExperimental(URL jenkinsUcExperimental)
public Config.Builder withJenkinsIncrementalsRepoMirror(URL jenkinsIncrementalsRepoMirror)
public Config build()
Copyright © 2004–2019. All rights reserved.