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 class
A descriptor for "dotnet list package
" build steps.static final class
A 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 class
A descriptor for "dotnet build
" build steps.static final class
A descriptor for "dotnet clean
" build steps.class
A descriptor for an MSBuild-based .NET command.static final class
A descriptor for "dotnet pack
" build steps.static final class
A descriptor for "dotnet publish
" build steps.static final class
A 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 class
A descriptor for "dotnet nuget delete
" build steps.static final class
A descriptor for "dotnet nuget locals
" build steps.class
A descriptor for a subcommand ofdotnet nuget
.static final class
A 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 class
A descriptor for "dotnet tool restore
" build steps.class
A descriptor for a subcommand ofdotnet tool
.