|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.UpdateSite.Data
public final class UpdateSite.Data
In-memory representation of the update center data.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
boolean |
canUpgrade()
Do we support upgrade? |
boolean |
hasCoreUpdates()
Is there a new version of the core? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String sourceId
UpdateSite
ID.
public final UpdateSite.Entry core
public final Map<String,UpdateSite.Plugin> plugins
public final String connectionCheckUrl
Method Detail |
---|
public boolean hasCoreUpdates()
public boolean canUpgrade()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |