Class Downloads.Package

java.lang.Object
io.jenkins.plugins.dotnet.data.Downloads.Package
All Implemented Interfaces:
ModelObject
Enclosing class:
Downloads

public static final class Downloads.Package extends Object implements ModelObject
A .NET package.
  • Field Details

    • rid

      @NonNull public final String rid
      The RID (runtime identifier) of the platform for which this package is intended.
    • platform

      @NonNull public final String platform
      A string describing the platform for which this package is intended.
    • url

      @NonNull public final String url
      The download URL for the package.
  • Method Details

    • getDisplayName

      @NonNull public String getDisplayName()
      Maps this package to a descriptive string.
      Specified by:
      getDisplayName in interface ModelObject
      Returns:
      A string describing this package.
    • getDirectDownloadLink

      @NonNull public String getDirectDownloadLink()
      Gets markup linking to this package.
      Returns:
      Markup linking to this package.