Uses of Class
io.jenkins.plugins.dotnet.commands.nuget.NuGetCommand
Packages that use NuGetCommand
Package
Description
The package contains build steps for the subcommands of
dotnet nuget
.-
Uses of NuGetCommand in io.jenkins.plugins.dotnet.commands.nuget
Subclasses of NuGetCommand in io.jenkins.plugins.dotnet.commands.nugetModifier 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.Constructor parameters in io.jenkins.plugins.dotnet.commands.nuget with type arguments of type NuGetCommandModifierConstructorDescriptionprotected
NuGetCommandDescriptor
(Class<? extends NuGetCommand> clazz) Creates a new .NET NuGet command descriptor instance for a specific class.