Uses of Class
io.jenkins.plugins.dotnet.commands.tool.ToolCommand
Packages that use ToolCommand
Package
Description
The package contains build steps for the subcommands of 
dotnet tool.- 
Uses of ToolCommand in io.jenkins.plugins.dotnet.commands.tool
Subclasses of ToolCommand in io.jenkins.plugins.dotnet.commands.toolModifier and TypeClassDescriptionfinal classA build step to run "dotnet tool restore", restoring local tools as described in a tool manifest.Constructor parameters in io.jenkins.plugins.dotnet.commands.tool with type arguments of type ToolCommandModifierConstructorDescriptionprotectedToolCommandDescriptor(Class<? extends ToolCommand> clazz) Creates a new .NET tool command descriptor instance for a specific class.