Package io.jenkins.plugins.dotnet.data
Class Downloads.Release
java.lang.Object
io.jenkins.plugins.dotnet.data.Downloads.Release
- All Implemented Interfaces:
ModelObject
- Enclosing class:
- Downloads
A .NET release.
-
Field Summary
Modifier and TypeFieldDescriptionThe name of the release.boolean
Indicates whether this release is a preview.The date of release.A link to the release notes for this release.The SDKs included in this release.boolean
Indicates whether this release contains security fixes. -
Method Summary
Modifier and TypeMethodDescriptionMaps this release to a descriptive string.Gets markup linking to the release notes for this release, if they are available.
-
Field Details
-
name
The name of the release. -
released
The date of release. -
preview
public boolean previewIndicates whether this release is a preview. -
securityFixes
public boolean securityFixesIndicates whether this release contains security fixes. -
releaseNotes
A link to the release notes for this release. -
sdks
The SDKs included in this release.
-
-
Method Details
-
getDisplayName
Maps this release to a descriptive string.- Specified by:
getDisplayName
in interfaceModelObject
- Returns:
- A string describing this release.
-
getReleaseNotesLink
Gets markup linking to the release notes for this release, if they are available.- Returns:
- Markup linking to the release notes for this release, or
null
if they are not available.
-