public final class UpdateSite.Data extends Object
Modifier and Type | Field and Description |
---|---|
String |
connectionCheckUrl
If this is non-null, Jenkins is going to check the connectivity to this URL to make sure
the network connection is up.
|
UpdateSite.Entry |
core
The latest jenkins.war.
|
Map<String,UpdateSite.Plugin> |
plugins
Plugins in the repository, keyed by their artifact IDs.
|
String |
sourceId
The
UpdateSite ID. |
Modifier and Type | Method and Description |
---|---|
boolean |
canUpgrade()
Do we support upgrade?
|
Map<String,UpdateSite.Deprecation> |
getDeprecations()
Returns the deprecations provided by the update site
|
Set<UpdateSite.Warning> |
getWarnings()
Returns the set of warnings
|
boolean |
hasCoreUpdates()
Is there a new version of the core?
|
public final String sourceId
UpdateSite
ID.public final UpdateSite.Entry core
public final Map<String,UpdateSite.Plugin> plugins
public final String connectionCheckUrl
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public Set<UpdateSite.Warning> getWarnings()
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public Map<String,UpdateSite.Deprecation> getDeprecations()
public boolean hasCoreUpdates()
public boolean canUpgrade()
Copyright © 2004–2022. All rights reserved.