Package io.jenkins.plugins.dotnet.data
Class Downloads.Sdk
java.lang.Object
io.jenkins.plugins.dotnet.data.Downloads.Sdk
- All Implemented Interfaces:
ModelObject
- Enclosing class:
- Downloads
A .NET SDK.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionMaps this SDK to a descriptive string.getPackage
(String url) Gets a package for this SDK, via its download link.Gets all packages for this SDK.
-
Field Details
-
name
The name of the SDK. -
info
Information about the SDK (such as the version of Visual Studio that includes tooling for it).
-
-
Method Details
-
getDisplayName
Maps this SDK to a descriptive string.- Specified by:
getDisplayName
in interfaceModelObject
- Returns:
- A string describing this SDK.
-
getPackage
Gets a package for this SDK, via its download link.- Parameters:
url
- The download link for the package.- Returns:
- The requested package, or
null
if it was not found.
-
getPackages
Gets all packages for this SDK.- Returns:
- All packages for this SDK.
-