Package io.jenkins.plugins.dotnet.data
Class Downloads.Version
java.lang.Object
io.jenkins.plugins.dotnet.data.Downloads.Version
- All Implemented Interfaces:
ModelObject
- Enclosing class:
- Downloads
A .NET version.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The support status of a .NET version. -
Field Summary
Modifier and TypeFieldDescriptionThe date on which support for this version ends (or ended), if known.final String
The name of the version.final Downloads.Version.Status
The status of the version. -
Method Summary
Modifier and TypeMethodDescriptionMaps this version to a descriptive string.getRelease
(String name) Gets a release, via its name.Gets all releases for this version.
-
Field Details
-
name
The name of the version. -
status
The status of the version. -
endOfSupport
The date on which support for this version ends (or ended), if known.
-
-
Method Details
-
getDisplayName
Maps this version to a descriptive string.- Specified by:
getDisplayName
in interfaceModelObject
- Returns:
- A string describing this version.
-
getRelease
Gets a release, via its name.- Parameters:
name
- The name of the release.- Returns:
- The release, or
null
if it was not found.
-
getReleases
Gets all releases for this version.- Returns:
- All releases for this version.
-