Uses of Class
io.jenkins.plugins.dotnet.commands.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
Modifier and TypeClassDescriptionstatic final class
A descriptor for "dotnet list package
" build steps.static final class
A descriptor for "dotnet restore
" build steps. -
Uses of CommandDescriptor in io.jenkins.plugins.dotnet.commands.msbuild
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionstatic final class
A descriptor for "dotnet tool restore
" build steps.class
A descriptor for a subcommand ofdotnet tool
.