Package hudson.model

Class UpdateSite.Deprecation

java.lang.Object
hudson.model.UpdateSite.Deprecation
Enclosing class:
UpdateSite

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class UpdateSite.Deprecation extends Object
Represents a deprecation of a certain component. Jenkins project policy determines exactly what it means.
Since:
2.246
  • Field Details

    • url

      public final String url
      URL for this deprecation. Jenkins will show a link to this URL when displaying the deprecation message.
  • Constructor Details

    • Deprecation

      public Deprecation(String url)
  • Method Details