Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
Modifier and Type | Field and Description |
---|---|
UpdateSite |
UpdateCenter.UpdateCenterJob.site
Which
UpdateSite does this belong to? |
Modifier and Type | Method and Description |
---|---|
protected UpdateSite |
UpdateCenter.createDefaultUpdateSite() |
UpdateSite |
UpdateCenter.getById(String id)
Gets
UpdateSite by its ID. |
UpdateSite |
UpdateCenter.getCoreSource()
Gets the
UpdateSite from which we receive updates for jenkins.war . |
UpdateSite |
UpdateCenter.getSite(String id)
Alias for
UpdateCenter.getById(java.lang.String) . |
Modifier and Type | Method and Description |
---|---|
List<UpdateSite> |
UpdateCenter.getSiteList()
The same as
UpdateCenter.getSites() but for REST API. |
PersistedList<UpdateSite> |
UpdateCenter.getSites()
Returns the list of
UpdateSite s to be used. |
Constructor and Description |
---|
ConnectionCheckJob(UpdateSite site) |
DownloadJob(UpdateSite site,
org.springframework.security.core.Authentication authentication) |
EnableJob(UpdateSite site,
org.springframework.security.core.Authentication auth,
UpdateSite.Plugin plugin,
boolean dynamicLoad) |
HudsonDowngradeJob(UpdateSite site,
org.springframework.security.core.Authentication auth) |
HudsonUpgradeJob(UpdateSite site,
org.springframework.security.core.Authentication auth) |
InstallationJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.springframework.security.core.Authentication auth)
Deprecated.
as of 1.442
|
InstallationJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.springframework.security.core.Authentication auth,
boolean dynamicLoad) |
NoOpJob(UpdateSite site,
org.springframework.security.core.Authentication auth,
UpdateSite.Plugin plugin) |
PluginDowngradeJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.springframework.security.core.Authentication auth) |
RestartJenkinsJob(UpdateSite site) |
UpdateCenterJob(UpdateSite site) |
Copyright © 2004–2021. All rights reserved.