Uses of Class
io.jenkins.plugins.dotnet.commands.CommandDescriptor
Packages that use CommandDescriptor
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 CommandDescriptor in io.jenkins.plugins.dotnet.commands
Subclasses of CommandDescriptor in io.jenkins.plugins.dotnet.commandsModifier and TypeClassDescriptionstatic final classA descriptor for "dotnet list package" build steps.static final classA descriptor for "dotnet restore" build steps.Methods in io.jenkins.plugins.dotnet.commands that return CommandDescriptor -
Uses of CommandDescriptor in io.jenkins.plugins.dotnet.commands.msbuild
Subclasses of CommandDescriptor in io.jenkins.plugins.dotnet.commands.msbuildModifier and TypeClassDescriptionstatic final classA descriptor for "dotnet build" build steps.static final classA descriptor for "dotnet clean" build steps.classA descriptor for an MSBuild-based .NET command.static final classA descriptor for "dotnet pack" build steps.static final classA descriptor for "dotnet publish" build steps.static final classA descriptor for "dotnet test" build steps. -
Uses of CommandDescriptor in io.jenkins.plugins.dotnet.commands.nuget
Subclasses of CommandDescriptor in io.jenkins.plugins.dotnet.commands.nugetModifier and TypeClassDescriptionstatic final classA descriptor for "dotnet nuget delete" build steps.static final classA descriptor for "dotnet nuget locals" build steps.classA descriptor for a subcommand ofdotnet nuget.static final classA descriptor for "dotnet nuget push" build steps. -
Uses of CommandDescriptor in io.jenkins.plugins.dotnet.commands.tool
Subclasses of CommandDescriptor in io.jenkins.plugins.dotnet.commands.toolModifier and TypeClassDescriptionstatic final classA descriptor for "dotnet tool restore" build steps.classA descriptor for a subcommand ofdotnet tool.