Uses of Class
io.jenkins.plugins.dotnet.DotNetSDK
Packages that use DotNetSDK
Package
Description
This package contains the main components of the plugin.
-
Uses of DotNetSDK in io.jenkins.plugins.dotnet
Methods in io.jenkins.plugins.dotnet that return DotNetSDKModifier and TypeMethodDescriptionDotNetSDK.forEnvironment
(EnvVars envVars) Creates a copy of this .NET SDK installation that has the specified environment variables applied.DotNetSDK.forNode
(Node node, TaskListener listener) Creates a copy of this .NET SDK installation for use on the specified node.DotNetSDK.DescriptorImpl.prepareAndValidateInstance
(String name, FilePath workspace, EnvVars env, TaskListener listener) Gets a .NET SDK installation by its name, and prepare it for use in the specified context.Methods in io.jenkins.plugins.dotnet with parameters of type DotNetSDKModifier and TypeMethodDescriptionvoid
DotNetSDK.DescriptorImpl.setInstallations
(DotNetSDK... sdks) Sets the set of configured .NET SDK installations.