Uses of Class
io.jenkins.plugins.dotnet.commands.nuget.NuGetCommand
Package
Description
The package contains build steps for the subcommands of
dotnet nuget
.-
Uses of NuGetCommand 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.final class
A build step to run "dotnet nuget push
", pushing a package to a server and publishing it.ModifierConstructorDescriptionprotected
NuGetCommandDescriptor
(Class<? extends NuGetCommand> clazz) Creates a new .NET NuGet command descriptor instance for a specific class.