Package io.jenkins.plugins.dotnet.data
Class Downloads.Package
java.lang.Object
io.jenkins.plugins.dotnet.data.Downloads.Package
- All Implemented Interfaces:
ModelObject
- Enclosing class:
- Downloads
A .NET package.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets markup linking to this package.Maps this package to a descriptive string.
-
Field Details
-
rid
The RID (runtime identifier) of the platform for which this package is intended. -
platform
A string describing the platform for which this package is intended. -
url
The download URL for the package.
-
-
Method Details
-
getDisplayName
Maps this package to a descriptive string.- Specified by:
getDisplayName
in interfaceModelObject
- Returns:
- A string describing this package.
-
getDirectDownloadLink
Gets markup linking to this package.- Returns:
- Markup linking to this package.
-