Uses of Class
io.jenkins.plugins.dotnet.commands.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
Modifier and TypeClassDescriptionfinal class
A build step to run "dotnet list package
", showing a project's package dependencies.final class
A build step to run "dotnet restore
", restoring packages for a project.ModifierConstructorDescriptionprotected
CommandDescriptor
(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
Modifier and TypeClassDescriptionfinal class
A build step to run "dotnet build
", building a project.final class
A build step to run "dotnet clean
", cleaning up a project's build artifacts.class
A build step executing an MSBuild-based .NET CLI command.final class
A build step to run "dotnet pack
", creating a NuGet package for a project.final class
A build step to run "dotnet publish
", publishing a project.final class
A 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
Modifier and TypeClassDescriptionfinal class
A build step to run "dotnet nuget delete
", deleting or unlisting a specific version of a package from a server.class
A build step to run "dotnet nuget delete
" or "dotnet nuget push
".final class
A build step to run "dotnet nuget locals
", listing or clearing one or more local package stores.class
A build step executing a subcommand ofdotnet nuget
.final class
A 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
Modifier and TypeClassDescriptionfinal class
A build step to run "dotnet tool restore
", restoring local tools as described in a tool manifest.class
A build step executing a subcommand ofdotnet tool
.