Uses of Class
io.jenkins.plugins.dotnet.commands.DotNetArguments
Packages that use 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
Methods in io.jenkins.plugins.dotnet.commands that return DotNetArgumentsModifier 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.Methods in io.jenkins.plugins.dotnet.commands with parameters of type DotNetArgumentsModifier and TypeMethodDescriptionprotected voidCommand.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this invocation of thedotnetCLI.protected voidListPackage.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet list package" invocation.protected voidRestore.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet restore" invocation. -
Uses of DotNetArguments in io.jenkins.plugins.dotnet.commands.msbuild
Methods in io.jenkins.plugins.dotnet.commands.msbuild with parameters of type DotNetArgumentsModifier and TypeMethodDescriptionprotected voidBuild.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet build" invocation.protected voidClean.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet clean" invocation.protected voidMSBuildCommand.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this invocation of thedotnetCLI.protected voidPack.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet pack" invocation.protected voidPublish.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet publish" invocation.protected voidTest.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet test" invocation. -
Uses of DotNetArguments in io.jenkins.plugins.dotnet.commands.nuget
Methods in io.jenkins.plugins.dotnet.commands.nuget with parameters of type DotNetArgumentsModifier and TypeMethodDescriptionprotected voidDelete.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet nuget delete" invocation.protected voidDeleteOrPush.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this .NET NuGetdeleteorpushcommand invocation.protected voidLocals.addCommandLineArguments(DotNetArguments args) protected voidNuGetCommand.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this .NET NuGet command invocation.protected voidPush.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet nuget push" invocation. -
Uses of DotNetArguments in io.jenkins.plugins.dotnet.commands.tool
Methods in io.jenkins.plugins.dotnet.commands.tool with parameters of type DotNetArgumentsModifier and TypeMethodDescriptionprotected voidRestore.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this "dotnet nuget push" invocation.protected voidToolCommand.addCommandLineArguments(DotNetArguments args) Adds command line arguments for this .NET tool command invocation.