Uses of Class
io.jenkins.plugins.dotnet.commands.DotNetArguments
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 DotNetArguments in io.jenkins.plugins.dotnet.commands
Modifier and TypeMethodDescriptionAdds a literal string argument.Adds one or more literal string arguments.Adds a literal string argument, potentially masking it.DotNetArguments.addFlag
(char flag, boolean set) Optionally adds a flag argument.Optionally adds a flag argument.Adds an option argument.Adds an option argument.Adds an option argument.Adds an option argument.Adds an option argument.DotNetArguments.addOptions
(char option, String values) Adds option arguments.DotNetArguments.addOptions
(char option, String values, String delimiter) Adds option arguments.DotNetArguments.addOptions
(String values) Adds option arguments.DotNetArguments.addOptions
(String option, String values) Adds option arguments.DotNetArguments.addPropertyOptions
(String prefix, String propertyString) Adds option arguments based on a Java-style property string.DotNetArguments.addStringCredential
(String option, String value) Adds an option argument containing a string credential.Modifier and TypeMethodDescriptionprotected void
Command.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this invocation of thedotnet
CLI.protected void
ListPackage.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet list package
" invocation.protected void
Restore.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet restore
" invocation. -
Uses of DotNetArguments in io.jenkins.plugins.dotnet.commands.msbuild
Modifier and TypeMethodDescriptionprotected void
Build.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet build
" invocation.protected void
Clean.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet clean
" invocation.protected void
MSBuildCommand.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this invocation of thedotnet
CLI.protected void
Pack.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet pack
" invocation.protected void
Publish.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet publish
" invocation.protected void
Test.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet test
" invocation. -
Uses of DotNetArguments in io.jenkins.plugins.dotnet.commands.nuget
Modifier and TypeMethodDescriptionprotected void
Delete.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet nuget delete
" invocation.protected void
DeleteOrPush.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this .NET NuGetdelete
orpush
command invocation.protected void
Locals.addCommandLineArguments
(DotNetArguments args) protected void
NuGetCommand.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this .NET NuGet command invocation.protected void
Push.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet nuget push
" invocation. -
Uses of DotNetArguments in io.jenkins.plugins.dotnet.commands.tool
Modifier and TypeMethodDescriptionprotected void
Restore.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this "dotnet nuget push
" invocation.protected void
ToolCommand.addCommandLineArguments
(DotNetArguments args) Adds command line arguments for this .NET tool command invocation.