Package hudson.model

Class UpdateSite.Data

  • Enclosing class:
    UpdateSite

    public final class UpdateSite.Data
    extends Object
    In-memory representation of the update center data.
    • Field Detail

      • connectionCheckUrl

        public final 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. Null to skip the check.
    • Method Detail

      • getWarnings

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public Set<UpdateSite.Warning> getWarnings()
        Returns the set of warnings
        Returns:
        the set of warnings
        Since:
        2.40
      • getDeprecations

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public Map<String,​UpdateSite.Deprecation> getDeprecations()
        Returns the deprecations provided by the update site
        Returns:
        the deprecations provided by the update site
        Since:
        2.246
      • hasCoreUpdates

        public boolean hasCoreUpdates()
        Is there a new version of the core?
      • canUpgrade

        public boolean canUpgrade()
        Do we support upgrade?