Uses of Class
io.jenkins.plugins.dotnet.DotNetSDK
Package
Description
This package contains the main components of the plugin.
-
Uses of DotNetSDK in io.jenkins.plugins.dotnet
Modifier 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.Modifier and TypeMethodDescriptionvoid
DotNetSDK.DescriptorImpl.setInstallations
(DotNetSDK... sdks) Sets the set of configured .NET SDK installations.