Uses of Class
io.jenkins.plugins.dotnet.commands.tool.ToolCommand
Package
Description
The package contains build steps for the subcommands of
dotnet tool
.-
Uses of ToolCommand in io.jenkins.plugins.dotnet.commands.tool
Modifier and TypeClassDescriptionfinal class
A build step to run "dotnet tool restore
", restoring local tools as described in a tool manifest.ModifierConstructorDescriptionprotected
ToolCommandDescriptor
(Class<? extends ToolCommand> clazz) Creates a new .NET tool command descriptor instance for a specific class.