Uses of Class
io.jenkins.plugins.dotnet.commands.Command
Packages that use Command
Package
Description
The package contains build steps for the 
dotnet commands.The package contains build steps for the 
dotnet commands that are based on MSBuild.The package contains build steps for the subcommands of 
dotnet nuget.The package contains build steps for the subcommands of 
dotnet tool.- 
Uses of Command in io.jenkins.plugins.dotnet.commands
Subclasses of Command in io.jenkins.plugins.dotnet.commandsModifier and TypeClassDescriptionfinal classA build step to run "dotnet list package", showing a project's package dependencies.final classA build step to run "dotnet restore", restoring packages for a project.Constructor parameters in io.jenkins.plugins.dotnet.commands with type arguments of type CommandModifierConstructorDescriptionprotectedCommandDescriptor(Class<? extends Command> clazz) Creates a new .NET command descriptor instance for a specific class. - 
Uses of Command in io.jenkins.plugins.dotnet.commands.msbuild
Subclasses of Command in io.jenkins.plugins.dotnet.commands.msbuildModifier and TypeClassDescriptionfinal classA build step to run "dotnet build", building a project.final classA build step to run "dotnet clean", cleaning up a project's build artifacts.classA build step executing an MSBuild-based .NET CLI command.final classA build step to run "dotnet pack", creating a NuGet package for a project.final classA build step to run "dotnet publish", publishing a project.final classA build step to run "dotnet test", running unit tests for a project, using its configured runner. - 
Uses of Command in io.jenkins.plugins.dotnet.commands.nuget
Subclasses of Command in io.jenkins.plugins.dotnet.commands.nugetModifier and TypeClassDescriptionfinal classA build step to run "dotnet nuget delete", deleting or unlisting a specific version of a package from a server.classA build step to run "dotnet nuget delete" or "dotnet nuget push".final classA build step to run "dotnet nuget locals", listing or clearing one or more local package stores.classA build step executing a subcommand ofdotnet nuget.final classA build step to run "dotnet nuget push", pushing a package to a server and publishing it. - 
Uses of Command in io.jenkins.plugins.dotnet.commands.tool
Subclasses of Command 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.classA build step executing a subcommand ofdotnet tool.