Index

A B C D E F G H I L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds a literal string argument.
add(String...) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds one or more literal string arguments.
add(String, boolean) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds a literal string argument, potentially masking it.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.Command
Adds command line arguments for this invocation of the dotnet CLI.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Adds command line arguments for this "dotnet list package" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Adds command line arguments for this "dotnet build" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Clean
Adds command line arguments for this "dotnet clean" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Adds command line arguments for this invocation of the dotnet CLI.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Adds command line arguments for this "dotnet pack" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Adds command line arguments for this "dotnet publish" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Adds command line arguments for this "dotnet test" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete
Adds command line arguments for this "dotnet nuget delete" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Adds command line arguments for this .NET NuGet delete or push command invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals
 
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.nuget.NuGetCommand
Adds command line arguments for this .NET NuGet command invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Adds command line arguments for this "dotnet nuget push" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Adds command line arguments for this "dotnet restore" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Adds command line arguments for this "dotnet nuget push" invocation.
addCommandLineArguments(DotNetArguments) - Method in class io.jenkins.plugins.dotnet.commands.tool.ToolCommand
Adds command line arguments for this .NET tool command invocation.
addFlag(char, boolean) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Optionally adds a flag argument.
addFlag(String, boolean) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Optionally adds a flag argument.
addOption(char, String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds an option argument.
addOption(String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds an option argument.
addOption(String, Boolean) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds an option argument.
addOption(String, Integer) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds an option argument.
addOption(String, String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds an option argument.
addOptions(char, String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds option arguments.
addOptions(char, String, String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds option arguments.
addOptions(String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds option arguments.
addOptions(String, String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds option arguments.
addPackages(ListBoxModel, String) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Adds the available packages for a specific SDK to a list box.
addPropertyOptions(String, String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds option arguments based on a Java-style property string.
addReleases(ListBoxModel, String, boolean) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Adds the available releases for a specific version to a list box.
addSdks(ListBoxModel) - Static method in class io.jenkins.plugins.dotnet.DotNetSDK
Adds the names of all defined .NET SDK installations to a listbox model.
addSdks(ListBoxModel, String, String) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Adds the available SDKs for a specific release to a list box.
addStringCredential(String, String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Adds an option argument containing a string credential.
addVersions(ListBoxModel) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Adds the available .NET versions to a list box.
annotate(Object, MarkupText, int) - Method in class io.jenkins.plugins.dotnet.console.CompletionNote
 
annotate(Object, MarkupText, int) - Method in class io.jenkins.plugins.dotnet.console.DiagnosticNote
 
appliesTo(String) - Static method in class io.jenkins.plugins.dotnet.console.DiagnosticNote
Scans a line of text to determine whether it would be styled by this note.
autoCompleteIdentifier(String) - Method in class io.jenkins.plugins.dotnet.data.Runtime
Performs auto-completion for a partial runtime identifier.
autoCompleteMoniker(String) - Method in class io.jenkins.plugins.dotnet.data.Framework
Performs auto-completion for a partial framework moniker.

B

Build - Class in io.jenkins.plugins.dotnet.commands.msbuild
A build step to run "dotnet build", building a project.
Build() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Build
Creates a new "dotnet build" build step.
Build.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.msbuild
A descriptor for "dotnet build" build steps.
buildEnvVars(EnvVars) - Method in class io.jenkins.plugins.dotnet.DotNetSDK
Sets up environment variables for this .NET SDK installation.

C

checkHomeDirectory(File) - Method in class io.jenkins.plugins.dotnet.DotNetSDK.DescriptorImpl
Performs validation on the installation directory for a .NET SDK.
checkIdentifier(String) - Method in class io.jenkins.plugins.dotnet.data.Runtime
Validates a runtime identifier.
checkIdentifiers(String) - Method in class io.jenkins.plugins.dotnet.data.Runtime
Validates a list of runtime identifiers.
checkMoniker(String) - Method in class io.jenkins.plugins.dotnet.data.Framework
Validates a framework moniker.
checkMonikers(String) - Method in class io.jenkins.plugins.dotnet.data.Framework
Validates a list of framework monikers.
Clean - Class in io.jenkins.plugins.dotnet.commands.msbuild
A build step to run "dotnet clean", cleaning up a project's build artifacts.
Clean() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Clean
Creates a new "dotnet clean" build step.
Clean.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.msbuild
A descriptor for "dotnet clean" build steps.
close() - Method in class io.jenkins.plugins.dotnet.console.DiagnosticScanner
Closes this scanner; this forces end-of-line processing and then closes the wrapped output stream.
Command - Class in io.jenkins.plugins.dotnet.commands
A build step executing a .NET CLI command.
Command() - Constructor for class io.jenkins.plugins.dotnet.commands.Command
 
Command_DefaultSDK() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.DefaultSDK: (Default).
Command_ExecutionCompletedWithErrors(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.ExecutionCompletedWithErrors: Command execution completed with {0} error(s)..
Command_ExecutionCompletedWithNonZeroReturnCode(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.ExecutionCompletedWithNonZeroReturnCode: Command execution completed with return code {0}..
Command_ExecutionFailed() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.ExecutionFailed: Command execution failed..
Command_MoreOptions() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.MoreOptions: More Options.
Command_SameCharsetAsBuild() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.SameCharsetAsBuild: <Same As Rest of Build>.
Command_UnsupportedCharset() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.UnsupportedCharset: Unsupported character set.
Command_Verbosity_Default() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Default: (Default).
Command_Verbosity_Detailed() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Detailed: Detailed (d).
Command_Verbosity_Diagnostic() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Diagnostic: Diagnostic (diag).
Command_Verbosity_Minimal() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Minimal: Minimal (m).
Command_Verbosity_Normal() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Normal: Normal (n).
Command_Verbosity_Quiet() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Quiet: Quiet (q).
CommandDescriptor - Class in io.jenkins.plugins.dotnet.commands
A descriptor for a .NET command.
CommandDescriptor() - Constructor for class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Creates a new .NET command descriptor instance.
CommandDescriptor(Class<? extends Command>) - Constructor for class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Creates a new .NET command descriptor instance for a specific class.
CompletionNote - Class in io.jenkins.plugins.dotnet.console
A note inserted in the "command completed" line of output; applies styling.
CompletionNote() - Constructor for class io.jenkins.plugins.dotnet.console.CompletionNote
 
CompletionNote.DescriptorImpl - Class in io.jenkins.plugins.dotnet.console
Descriptor for CompletionNote.
configuration - Variable in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
The project configuration to use.
createGlobalJson(FilePath, TaskListener) - Method in class io.jenkins.plugins.dotnet.DotNetSDK
Create a global.json in the specified location, forcing the use of this .NET SDK's exact version.
createLoggerDecorator(Run<?, ?>) - Method in class io.jenkins.plugins.dotnet.DotNetWrapper
Creates a new logger decorator for the wrapper.
createPropertyMap(String) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Creates a property map based on a string containing property assignments.
createPropertyString(Map<String, String>) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Creates a string containing property assignments based on a property map.
CURRENT - Enum constant in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
This version is current and supported.
customUninstantiate(UninstantiatedDescribable) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
 
customUninstantiate(UninstantiatedDescribable) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build.DescriptorImpl
 
customUninstantiate(UninstantiatedDescribable) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommandDescriptor
 
customUninstantiate(UninstantiatedDescribable) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish.DescriptorImpl
 
customUninstantiate(UninstantiatedDescribable) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test.DescriptorImpl
 
customUninstantiate(UninstantiatedDescribable) - Method in class io.jenkins.plugins.dotnet.commands.Restore.DescriptorImpl
 
customUninstantiate(UninstantiatedDescribable) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore.DescriptorImpl
 

D

decorateLogger(Run, OutputStream) - Method in class io.jenkins.plugins.dotnet.console.DiagnosticFilter
Creates a DiagnosticScanner to preprocess output going to the specified stream.
Delete - Class in io.jenkins.plugins.dotnet.commands.nuget
A build step to run "dotnet nuget delete", deleting or unlisting a specific version of a package from a server.
Delete() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.Delete
Creates a new "dotnet nuget delete" build step.
Delete.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.nuget
A descriptor for "dotnet nuget delete" build steps.
DeleteOrPush - Class in io.jenkins.plugins.dotnet.commands.nuget
A build step to run "dotnet nuget delete" or "dotnet nuget push".
DeleteOrPush() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Creates a new build step to run "dotnet nuget delete" or "dotnet nuget push".
DeleteOrPush(String) - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Creates a new build step to run "dotnet nuget delete" or "dotnet nuget push".
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Creates a new "dotnet list package" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Build.DescriptorImpl
Creates a new "dotnet build" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Clean.DescriptorImpl
Creates a new "dotnet clean" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Pack.DescriptorImpl
Creates a new "dotnet pack" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Publish.DescriptorImpl
Creates a new "dotnet publish" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Test.DescriptorImpl
Creates a new "dotnet test" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.Delete.DescriptorImpl
Creates a new "dotnet nuget delete" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.Locals.DescriptorImpl
Creates a new "dotnet nuget locals" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.Push.DescriptorImpl
Creates a new "dotnet nuget push" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.Restore.DescriptorImpl
Creates a new "dotnet restore" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.commands.tool.Restore.DescriptorImpl
Creates a new "dotnet tool restore" build step descriptor instance.
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.console.CompletionNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.console.DiagnosticNote.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.DotNetSDK.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.dotnet.DotNetWrapper.DescriptorImpl
 
detokenize(char, String) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Performs the inverse operation of DotNetUtils.tokenize(String) for a single token.
detokenize(char, String...) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Performs the inverse operation of DotNetUtils.tokenize(String).
DiagnosticFilter - Class in io.jenkins.plugins.dotnet.console
A console log filter for .NET diagnostic messages.
DiagnosticFilter() - Constructor for class io.jenkins.plugins.dotnet.console.DiagnosticFilter
 
DiagnosticNote - Class in io.jenkins.plugins.dotnet.console
A console note that applies styling to diagnostic messages (warnings and errors) in the output of .NET commands.
DiagnosticNote() - Constructor for class io.jenkins.plugins.dotnet.console.DiagnosticNote
 
DiagnosticNote.DescriptorImpl - Class in io.jenkins.plugins.dotnet.console
Descriptor for DiagnosticNote.
DiagnosticScanner - Class in io.jenkins.plugins.dotnet.console
Scanner to detect diagnostic messages (warnings and errors) in the output of .NET commands.
DiagnosticScanner(OutputStream, Charset) - Constructor for class io.jenkins.plugins.dotnet.console.DiagnosticScanner
Creates a new scanner.
DiagnosticScanner_CompletionMessage(Object) - Static method in class io.jenkins.plugins.dotnet.console.Messages
Key DiagnosticScanner.CompletionMessage: .NET Command Completed - <!>Exit Code: {0}.
DiagnosticScanner_CompletionMessageFailed() - Static method in class io.jenkins.plugins.dotnet.console.Messages
Key DiagnosticScanner.CompletionMessageFailed: Failed to write command completion message.
doAutoCompleteFramework(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs auto-completion for a .NET target framework moniker.
doAutoCompleteFrameworksString(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs auto-completion for a list of .NET target framework monikers.
doAutoCompleteLabel(String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Performs auto-completion on a label expression.
doAutoCompleteRuntime(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs auto-completion for a .NET target runtime identifier.
doAutoCompleteRuntimesString(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs auto-completion for a list of .NET runtime identifiers.
doCheckBlameHangTimeout(Integer, Item) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test.DescriptorImpl
Performs (basic) validation on a test timeout.
doCheckBuildAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "build" command for use in freestyle projects.
doCheckCharset(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs validation on a Java charset name.
doCheckCleanAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "clean" command for use in freestyle projects.
doCheckConfig(String, boolean, boolean, Item) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Performs validation on the "config file" setting.
doCheckDeprecated(boolean, boolean, Item) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Performs validation on the "show deprecated packages" setting.
doCheckFramework(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs validation on a .NET target framework moniker.
doCheckFrameworksString(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs validation on a list of .NET target framework monikers.
doCheckHighestMinor(boolean, boolean, boolean, Item) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Performs validation on the "highest minor" setting.
doCheckHighestPatch(boolean, boolean, boolean, Item) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Performs validation on the "highest patch" setting.
doCheckIncludePrerelease(boolean, boolean, boolean, Item) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Performs validation on the "include prerelease" setting.
doCheckLabel(String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Performs validation on a label expression.
doCheckListPackageAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "list package" command for use in freestyle projects.
doCheckNuGetDeleteAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "nuget delete" command for use in freestyle projects.
doCheckNuGetLocalsAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "nuget locals" command for use in freestyle projects.
doCheckNuGetPushAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "nuget push" command for use in freestyle projects.
doCheckOutdated(boolean, boolean, Item) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Performs validation on the "show outdated packages" setting.
doCheckPackageName(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete.DescriptorImpl
Performs validation on a NuGet package name.
doCheckPackageVersion(String, String, Item) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete.DescriptorImpl
Performs validation on a NuGet package version.
doCheckPackAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "pack" command for use in freestyle projects.
doCheckPropertiesString(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommandDescriptor
Performs validation on a set of MSBuild properties.
doCheckPublishAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "publish" command for use in freestyle projects.
doCheckRelease(String, String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Performs validation on a .NET release name.
doCheckRestoreAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "restore" command for use in freestyle projects.
doCheckRunSettingsString(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test.DescriptorImpl
Performs (basic) validation on a set of run settings.
doCheckRuntime(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs validation on a .NET runtime identifier.
doCheckRuntimesString(String, Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Performs validation on a list of .NET runtime identifiers.
doCheckSdk(String, Item) - Method in class io.jenkins.plugins.dotnet.DotNetWrapper.DescriptorImpl
Checks that a value is a valid .NET SDK name.
doCheckSdk(String, String, String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Performs validation on a .NET SDK name.
doCheckSourcesString(String, boolean, boolean, Item) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Performs validation on the "sources" setting.
doCheckTestAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "test" command for use in freestyle projects.
doCheckToolRestoreAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Runs validation when enabling/disabling the "tool restore" command for use in freestyle projects.
doCheckUrl(String, String, String, String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Performs validation on a .NET SDK installation package URL.
doCheckVersion(String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Performs validation on a .NET version name.
doFillApiKeyIdItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete.DescriptorImpl
Fills a listbox with all possible API keys (string credentials) defined in the system.
doFillApiKeyIdItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push.DescriptorImpl
Fills a listbox with all possible API keys (string credentials) defined in the system.
doFillBlameCrashDumpTypeItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test.DescriptorImpl
Fills a listbox with the possible values for the dump types supported by --blame-crash-dump-type.
doFillBlameHangDumpTypeItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test.DescriptorImpl
Fills a listbox with the possible values for the dump types supported by --blame-hang-dump-type.
doFillCacheLocationItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals.DescriptorImpl
Fills a listbox with the possible NuGet cache locations.
doFillCharsetItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Fills a listbox with the names of charsets supported by the running version of Java.
doFillConfigurationItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommandDescriptor
Fills a combobox with standard MSBuild configuration names.
doFillOperationItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals.DescriptorImpl
Fills a listbox with the possible operations that can be performed on NuGet cache locations.
doFillReleaseItems(String, boolean) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Fills a listbox with the names of .NET releases.
doFillSdkItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Fills a listbox with the names of .NET SDKs that have been defined as global tools.
doFillSdkItems(Item) - Method in class io.jenkins.plugins.dotnet.DotNetWrapper.DescriptorImpl
Fills a listbox with the available .NET SDKs.
doFillSdkItems(String, String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Fills a listbox with the names of .NET SDKs.
doFillSelfContainedItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish.DescriptorImpl
Fills a listbox with the possible values for the "self-containing" setting.
doFillSymbolApiKeyIdItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push.DescriptorImpl
Fills a listbox with all possible API keys (string credentials) defined in the system.
doFillUrlItems(String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Fills a listbox with the installation package URLs for a .NET SDK.
doFillVerbosityItems(Item) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Fills a listbox with the possible values for the .NET CLI "verbosity" option.
doFillVersionItems() - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Fills a listbox with the names of the available .NET versions.
DotNetArguments - Class in io.jenkins.plugins.dotnet.commands
Convenience class for handling the adding of command line arguments, including variable expansions and masking of sensitive properties.
DotNetArguments(Run<?, ?>, ArgumentListBuilder) - Constructor for class io.jenkins.plugins.dotnet.commands.DotNetArguments
Creates a new .NET CLI argument processor.
DotNetArguments_StringCredentialNotFound(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key DotNetArguments.StringCredentialNotFound: No string credentials found with id "{0}"..
DotNetConfiguration - Class in io.jenkins.plugins.dotnet
Global configuration for the .NET SDK plugin.
DotNetConfiguration() - Constructor for class io.jenkins.plugins.dotnet.DotNetConfiguration
Creates the global configuration for the .NET SDK plugin.
DotNetSDK - Class in io.jenkins.plugins.dotnet
An installation of a .NET SDK as a global tool.
DotNetSDK(String, String) - Constructor for class io.jenkins.plugins.dotnet.DotNetSDK
Creates a new .NET SDK installation.
DotNetSDK(String, String, List<? extends ToolProperty<?>>) - Constructor for class io.jenkins.plugins.dotnet.DotNetSDK
Creates a new .NET SDK installation.
DotNetSDK_DisplayName() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.DisplayName: .NET SDK.
DotNetSDK_GlobalJson_CreationDone(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.CreationDone: Created "global.json" to force exact version "{1}" for .NET SDK "{0}"..
DotNetSDK_GlobalJson_CreationFailed(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.CreationFailed: Failed to create "global.json" to force exact version "{1}" for .NET SDK "{0}": {2}.
DotNetSDK_GlobalJson_DeletionDone(Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.DeletionDone: Deleted "{0}"..
DotNetSDK_GlobalJson_DeletionFailed(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.DeletionFailed: Failed to delete "{0}": {1}.
DotNetSDK_GlobalJson_MultiSdk(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.MultiSdk: The home directory contains multiple SDK trees (including "{0}" and "{1}")..
DotNetSDK_GlobalJson_NoHome() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.NoHome: No home directory is available..
DotNetSDK_GlobalJson_NoSdk() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.NoSdk: The home directory has no "sdk" subdirectory..
DotNetSDK_GlobalJson_NoVersion(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.NoVersion: Could not determine the exact version for .NET SDK "{0}": {1}.
DotNetSDK_Home_NoExecutable() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.Home.NoExecutable: No "dotnet" executable present.
DotNetSDK_Home_NoSdkSubdir() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.Home.NoSdkSubdir: No "sdk" subdirectory present.
DotNetSDK_Home_NoSharedNetCoreSubdir() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.Home.NoSharedNetCoreSubdir: No "shared/Microsoft.NETCore.App" subdirectory present.
DotNetSDK_Home_NotExecutable() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.Home.NotExecutable: A "dotnet" executable is present but cannot be executed.
DotNetSDK_NoExecutable(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.NoExecutable: Could not find the "{1}" executable for .NET SDK "{0}".
DotNetSDK_NoHome(Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.NoHome: No home directory is available for .NET SDK "{0}".
DotNetSDK_NoNode() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.NoNode: Could not find the "dotnet" executable because the node seems to be offline.
DotNetSDK_UnknownSDK(Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.UnknownSDK: No .NET SDK found with name "{0}".
DotNetSDK.DescriptorImpl - Class in io.jenkins.plugins.dotnet
A descriptor for .NET SDK installations.
DotNetSDKInstaller - Class in io.jenkins.plugins.dotnet
A tool installer for downloading .NET SDK installation packages from microsoft.com.
DotNetSDKInstaller(String) - Constructor for class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Creates a new .NET SDK installer.
DotNetSDKInstaller_DisplayName() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.DisplayName: Install from microsoft.com.
DotNetSDKInstaller_Installing(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.Installing: Downloading and extracting {0} into {1} on {2}....
DotNetSDKInstaller_InvalidPlatform(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.InvalidPlatform: Not a valid platform for SDK {2} of {0}, release {1}.
DotNetSDKInstaller_InvalidRelease(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.InvalidRelease: "{0}" is not a valid release for {1}.
DotNetSDKInstaller_InvalidSdk(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.InvalidSdk: "{0}" is not a valid SDK for {1}, release {2}.
DotNetSDKInstaller_InvalidVersion(Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.InvalidVersion: "{0}" is not a valid .NET version.
DotNetSDKInstaller_NotSelected() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.NotSelected: (Not Selected).
DotNetSDKInstaller_ReleaseRequired() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.ReleaseRequired: Select a release first.
DotNetSDKInstaller_Required() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.Required: A selection is required.
DotNetSDKInstaller_SdkRequired() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.SdkRequired: Select an SDK first.
DotNetSDKInstaller_VersionRequired() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.VersionRequired: Select a version first.
DotNetSDKInstaller.DescriptorImpl - Class in io.jenkins.plugins.dotnet
A descriptor for a .NET SDK installer.
DotNetUtils - Interface in io.jenkins.plugins.dotnet
Utility methods used by the plugin.
DotNetWrapper - Class in io.jenkins.plugins.dotnet
A .NET build wrapper, for .NET pipeline steps.
DotNetWrapper() - Constructor for class io.jenkins.plugins.dotnet.DotNetWrapper
Creates a new .NET wrapper.
DotNetWrapper_DisplayName() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetWrapper.DisplayName: With .NET.
DotNetWrapper_NoSDK() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetWrapper.NoSDK: No .NET SDK specified.
DotNetWrapper_NotSelected() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetWrapper.NotSelected: (Not Selected).
DotNetWrapper.DescriptorImpl - Class in io.jenkins.plugins.dotnet
The descriptor for the .NET wrapper.
Downloads - Class in io.jenkins.plugins.dotnet.data
A data file containing the available .NET SDK installer packages.
Downloads() - Constructor for class io.jenkins.plugins.dotnet.data.Downloads
Creates a new Downloads downloadable.
Downloads_NoSdks() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.NoSdks: No .NET SDK information available.
Downloads_NoVersions() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.NoVersions: No .NET version information available.
Downloads_Package_DirectDownloadLink(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Package.DirectDownloadLink: <a href="{0}">Direct Download</a>.
Downloads_Package_DisplayName(Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Package.DisplayName: {0} ({1}).
Downloads_Release_DisplayName(Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Release.DisplayName: {0}, released {1}.
Downloads_Release_DisplayNameWithSecurity(Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Release.DisplayNameWithSecurity: {0}, released {1} (includes security fixes).
Downloads_Release_ReleaseNotesLink(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Release.ReleaseNotesLink: <a href="{0}">Release Notes</a>.
Downloads_Sdk_DisplayName(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Sdk.DisplayName: {0}.
Downloads_Unknown() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Unknown: ???.
Downloads_Version_DisplayName(Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.DisplayName: {0} - {1}.
Downloads_Version_DisplayNameWithDate(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.DisplayNameWithDate: {0} - {1} (end of support: {2}).
Downloads_Version_Status_Current() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.Current: Current.
Downloads_Version_Status_EOL() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.EOL: End of Life.
Downloads_Version_Status_LTS() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.LTS: Long-Term Support.
Downloads_Version_Status_Maintenance() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.Maintenance: Maintenance.
Downloads_Version_Status_Preview() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.Preview: Preview.
Downloads_Version_Status_ReleaseCandidate() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.ReleaseCandidate: Release Candidate.
Downloads_Version_Status_Unknown() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.Unknown: Status Unknown.
Downloads.Package - Class in io.jenkins.plugins.dotnet.data
A .NET package.
Downloads.Release - Class in io.jenkins.plugins.dotnet.data
A .NET release.
Downloads.Sdk - Class in io.jenkins.plugins.dotnet.data
A .NET SDK.
Downloads.Version - Class in io.jenkins.plugins.dotnet.data
A .NET version.
Downloads.Version.Status - Enum in io.jenkins.plugins.dotnet.data
The support status of a .NET version.

E

encodeNote(Supplier<T>) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Creates an instance of a ConsoleNote and encodes it as bytes.
endOfSupport - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Version
The date on which support for this version ends (or ended), if known.
ensureExecutableExists(Launcher) - Method in class io.jenkins.plugins.dotnet.DotNetSDK
Ensures that the dotnet executable exists in this .NET SDK installation.
eol(byte[], int) - Method in class io.jenkins.plugins.dotnet.console.DiagnosticScanner
Scans a line of output, then forwards it to the wrapped output stream.
EOL - Enum constant in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
This version has reached end-of-life.
expand(String) - Method in class io.jenkins.plugins.dotnet.commands.DotNetArguments
Applies variable substitution and whitespace trimming to a string.

F

flush() - Method in class io.jenkins.plugins.dotnet.console.DiagnosticScanner
Flushes the wrapped output stream.
forceEnglishOutput - Variable in class io.jenkins.plugins.dotnet.commands.nuget.NuGetCommand
Indicates whether the command output should be forced to be in English.
forEnvironment(EnvVars) - Method in class io.jenkins.plugins.dotnet.DotNetSDK
Creates a copy of this .NET SDK installation that has the specified environment variables applied.
forNode(Node, TaskListener) - Method in class io.jenkins.plugins.dotnet.DotNetSDK
Creates a copy of this .NET SDK installation for use on the specified node.
Framework - Class in io.jenkins.plugins.dotnet.data
A data file containing the list of valid .NET target framework monikers.
Framework() - Constructor for class io.jenkins.plugins.dotnet.data.Framework
Creates a new Framework instance.
Framework_Invalid(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Framework.Invalid: "{0}" is not a valid .NET framework moniker.
Framework_LoadFailed() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Framework.LoadFailed: Failed to load the .NET framework monikers..
Framework_NoData() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Framework.NoData: No .NET framework monikers found..
FreeStyleCommandConfiguration_StillInUse(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key FreeStyleCommandConfiguration.StillInUse: This build step is still in use by {0} project(s). (These will continue to function.).

G

getAdditionalSource() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Gets the sole additional source to use for the restore.
getAdditionalSources() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Gets the list of additional sources to use for the restore.
getAdditionalSourcesString() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Gets the list of additional sources to use for the restore.
getApiKeyId() - Method in class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Gets the package server API key to use.
getBlameCrashDumpType() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the type of dump to collect when the test host terminates unexpectedly.
getBlameHangDumpType() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the type of dump to collect when a test times out.
getBlameHangTimeout() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the timeout (in milliseconds) to use for hang detection.
getCacheLocation() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals
Gets the cache location to operate on.
getCategory() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Gets the category for this global configuration.
getCharset() - Method in class io.jenkins.plugins.dotnet.commands.Command
Gets the specific charset to use for the command's output.
getCollect() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the data collector to use.
getConfig() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the NuGet.config file to use.
getConfigfile() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the NuGet configuration (nuget.config) file to use.
getConfigfile() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Gets the NuGet configuration (nuget.config) file to use.
getConfiguration() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets the project configuration to use.
getDefaultInstallers() - Method in class io.jenkins.plugins.dotnet.DotNetSDK.DescriptorImpl
Gets the default installer to use for a .NET SDK installation.
getDescriptor() - Method in class io.jenkins.plugins.dotnet.commands.Command
getDiag() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the path to the diagnostics file to use.
getDirectDownloadLink() - Method in class io.jenkins.plugins.dotnet.data.Downloads.Package
Gets markup linking to this package.
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Clean.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.Restore.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore.DescriptorImpl
Gets the display name for this build step (as used in the project configuration UI).
getDisplayName() - Method in class io.jenkins.plugins.dotnet.console.CompletionNote.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.dotnet.console.DiagnosticNote.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.dotnet.data.Downloads.Package
Maps this package to a descriptive string.
getDisplayName() - Method in class io.jenkins.plugins.dotnet.data.Downloads.Release
Maps this release to a descriptive string.
getDisplayName() - Method in class io.jenkins.plugins.dotnet.data.Downloads.Sdk
Maps this SDK to a descriptive string.
getDisplayName() - Method in class io.jenkins.plugins.dotnet.data.Downloads.Version
Maps this version to a descriptive string.
getDisplayName() - Method in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
Maps this status to a descriptive string.
getDisplayName() - Method in class io.jenkins.plugins.dotnet.DotNetSDK.DescriptorImpl
Returns the display name for .NET SDK installations.
getDisplayName() - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Returns the display name for a .NET SDK installer.
getDisplayName() - Method in class io.jenkins.plugins.dotnet.DotNetWrapper.DescriptorImpl
Gets the display name for the .NET wrapper (as used in the project configuration UI).
getErrors() - Method in class io.jenkins.plugins.dotnet.console.DiagnosticScanner
Gets the number of errors reported by an MSBuild-based command in its build summary.
getExecutableFileName(Launcher) - Static method in class io.jenkins.plugins.dotnet.DotNetSDK
Returns the file name for the dotnet executable on the agent platform.
getFilter() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the filter expression to use.
getFramework() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the sole target framework moniker to use.
getFramework() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Gets the target framework moniker to use.
getFramework() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Clean
Gets the target framework moniker to use.
getFramework() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Gets the target framework moniker to use.
getFramework() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the target framework moniker to use.
getFrameworks() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the target framework monikers to use.
getFrameworksString() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the target framework monikers to use.
getHomePath(VirtualChannel) - Method in class io.jenkins.plugins.dotnet.DotNetSDK
Determines the file path for this SDK's home directory.
getInstance() - Static method in class io.jenkins.plugins.dotnet.data.Downloads
Gets the (single) instance of Downloads.
getInstance() - Static method in class io.jenkins.plugins.dotnet.data.Framework
Gets the (single) instance of Framework.
getInstance() - Static method in class io.jenkins.plugins.dotnet.data.Runtime
Gets the (single) instance of Runtime.
getLockFilePath() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the path to the lock file.
getLogger() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the logger to use.
getManifest() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Gets the sole manifest to use.
getManifests() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Gets the manifests to use.
getManifestsString() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Gets the manifests to use.
getMoreOptions() - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Gets the button text to use for the "Advanced" button.
getOperation() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals
Gets the operation to apply.
getOption() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets the single additional option to pass to the command.
getOptions() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets additional options to pass to the command.
getOptionsString() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets additional options to pass to the command.
getOutputDirectory() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets the output directory for the command.
getPackage(String) - Method in class io.jenkins.plugins.dotnet.data.Downloads.Sdk
Gets a package for this SDK, via its download link.
getPackage(String, String, String, String) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Gets a package for a particular SDK, via its download link.
getPackageName() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete
Gets the name of the package to delete.
getPackages() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the directory to use for restored packages.
getPackages() - Method in class io.jenkins.plugins.dotnet.data.Downloads.Sdk
Gets all packages for this SDK.
getPackageVersion() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete
The version of the package to delete.
getProject() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the project to list packages for.
getProject() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets the name of the project file to process.
getProject() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the project to restore.
getProperties() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets MSBuild properties to be applied to the command.
getPropertiesString() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets MSBuild properties to be applied to the command.
getRelease() - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Gets the name of the .NET release containing the SDK to install.
getRelease(String) - Method in class io.jenkins.plugins.dotnet.data.Downloads.Version
Gets a release, via its name.
getRelease(String, String) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Gets a release, via its name.
getReleaseNotesLink() - Method in class io.jenkins.plugins.dotnet.data.Downloads.Release
Gets markup linking to the release notes for this release, if they are available.
getReleases() - Method in class io.jenkins.plugins.dotnet.data.Downloads.Version
Gets all releases for this version.
getResultsDirectory() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the directory to store test results in.
getRoot() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Gets the project to push packages for.
getRunSettings() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the inline run settings to use.
getRunSettingsString() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the inline run settings to use.
getRuntime() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Gets the runtime identifier to use.
getRuntime() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Clean
Gets the runtime identifier to use.
getRuntime() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Gets the runtime identifier to use.
getRuntime() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Gets the runtime identifier to use.
getRuntime() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the runtime identifier to use.
getRuntime() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the runtime identifiers to use.
getRuntimes() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the runtime identifiers to use.
getRuntimesString() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the runtime identifiers to use.
getSdk() - Method in class io.jenkins.plugins.dotnet.commands.Command
Gets the name of the SDK to use.
getSdk() - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Gets the name of the SDK to install.
getSdk() - Method in class io.jenkins.plugins.dotnet.DotNetWrapper
Gets the name of the SDK that this wrapper will make available.
getSdk(String) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Gets an SDK, via its name.
getSdk(String, String, String) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Gets a release-specific SDK, via its name.
getSdkDescriptor() - Static method in class io.jenkins.plugins.dotnet.commands.Command
Gets the descriptor for a .NET SDK.
getSdks() - Method in class io.jenkins.plugins.dotnet.data.Downloads
Gets all known .NET SDKs.
getSelfContained() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether the project should be published self-contained.
getSettings() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the .runsettings file to use.
getSource() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the sole package source to use.
getSource() - Method in class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Sets the package source to use.
getSource() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the sole package source to use.
getSources() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the package sources to use.
getSources() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the package sources to use.
getSourcesString() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the package sources to use.
getSourcesString() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the package sources to use.
getStringCredentialsList(boolean) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Fills a listbox model with all available string credentials.
getSymbolApiKeyId() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Gets the symbol server API key to use.
getSymbolSource() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Gets the symbol server URL.
getTarget() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Gets the sole target to build.
getTargets() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Gets the targets to build.
getTargetsString() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Gets the targets to build.
getTestAdapterPath() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Gets the path to search for test adapters.
getTimeout() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Gets the timeout for pushing to a server, in seconds.
getToolManifest() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Gets the path to the manifest file.
getUrl() - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Gets the URL for the download package of the SDK to install.
getVerbosity() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Gets the verbosity to use for the command.
getVerbosity() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Gets the verbosity to use for the command.
getVerbosity() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Gets the verbosity to use for the command.
getVerbosity() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Gets the verbosity to use for the command.
getVersion() - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Gets the name of the .NET version containing the SDK to install.
getVersion(String) - Method in class io.jenkins.plugins.dotnet.data.Downloads
Gets a version, via its name.
getVersions() - Method in class io.jenkins.plugins.dotnet.data.Downloads
Gets all known .NET versions.
getVersionSuffix() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Sets the version suffix to use.
getVersionSuffix() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Sets the version suffix to use.
getVersionSuffix() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Sets the version suffix to use.
getWarnings() - Method in class io.jenkins.plugins.dotnet.console.DiagnosticScanner
Gets the number of warnings reported by an MSBuild-based command in its build summary.
getWorkDirectory() - Method in class io.jenkins.plugins.dotnet.commands.Command
Gets the working directory to use for the command.

H

hasConfiguration() - Static method in class io.jenkins.plugins.dotnet.DotNetSDK
Determines whether any .NET SDKs have been configured.
HOME_ENVIRONMENT_VARIABLE - Static variable in class io.jenkins.plugins.dotnet.DotNetSDK
Deprecated.
Use DotNetSDK.ROOT_ENVIRONMENT_VARIABLE instead; that environment variable is also used by the SDK itself.

I

info - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Sdk
Information about the SDK (such as the version of Visual Studio that includes tooling for it).
io.jenkins.plugins.dotnet - package io.jenkins.plugins.dotnet
This package contains the main components of the plugin.
io.jenkins.plugins.dotnet.commands - package io.jenkins.plugins.dotnet.commands
The package contains build steps for the dotnet commands.
io.jenkins.plugins.dotnet.commands.msbuild - package io.jenkins.plugins.dotnet.commands.msbuild
The package contains build steps for the dotnet commands that are based on MSBuild.
io.jenkins.plugins.dotnet.commands.nuget - package io.jenkins.plugins.dotnet.commands.nuget
The package contains build steps for the subcommands of dotnet nuget.
io.jenkins.plugins.dotnet.commands.tool - package io.jenkins.plugins.dotnet.commands.tool
The package contains build steps for the subcommands of dotnet tool.
io.jenkins.plugins.dotnet.console - package io.jenkins.plugins.dotnet.console
This package contains classes that process the .NET command's output, adding markup or detecting errors/warnings.
io.jenkins.plugins.dotnet.data - package io.jenkins.plugins.dotnet.data
This package contains classes for processing related data (runtime identifiers, SDK downloads, …).
isApplicable(AbstractProject<?, ?>) - Method in class io.jenkins.plugins.dotnet.DotNetWrapper.DescriptorImpl
Determines whether the .NET wrapper is applicable.
isApplicable(Class<? extends AbstractProject>) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Determines whether this descriptor is applicable for the specified job type.
isApplicable(Class<? extends ToolInstallation>) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller.DescriptorImpl
Determines whether this installer is applicable for the specified type of tool.
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.CommandDescriptor
Determines whether this command should be made available to freestyle projects.
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Clean.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.Restore.DescriptorImpl
 
isApplicableToFreeStyleProjects(DotNetConfiguration) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore.DescriptorImpl
 
isBlame() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether tests should be run in blame mode, to diagnose test host crashes.
isBlameCrash() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether crash dumps should be collected in blame mode.
isBlameCrashCollectAlways() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether crash dumps should be collected in blame mode even for expected test host termination.
isBlameHang() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether test timeouts should result in termination.
isBuildAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "build" command should be available for use in freestyle projects.
isCleanAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "clean" command should be available for use in freestyle projects.
isContinueOnError() - Method in class io.jenkins.plugins.dotnet.commands.Command
Determines whether the build should continue when there is an error.
isDeprecated() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether deprecated packages should be shown.
isDisableBuffering() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Indicates whether buffering should be disabled when pushing to an HTTP(S) source.
isDisableParallel() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether multiple projects can be restored in parallel.
isDisableParallel() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Determines whether multiple projects can be restored in parallel.
isForce() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Determines whether dependency resolution should be forced.
isForce() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether dependency resolution should be forced.
isForce() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether dependency resolution should be forced.
isForce() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether dependency resolution should be forced.
isForceEnglishOutput() - Method in class io.jenkins.plugins.dotnet.commands.nuget.NuGetCommand
Determines whether the command output should be forced to be in English.
isForceEvaluate() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether all dependencies should be re-evaluated even when a lock file exists.
isHighestMinor() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether to consider only packages where at most the minor version has changed.
isHighestPatch() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether to consider only packages where at most the patch version has changed.
isIgnoreFailedSources() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether failed sources should be ignored.
isIgnoreFailedSources() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Determines whether failed sources should be ignored.
isIncludePrerelease() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether to consider prerelease packages.
isIncludePreview() - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Determines whether .NET preview releases should be made available for installation.
isIncludeSource() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether symbol packages containing source code should be created.
isIncludeSymbols() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether symbol packages should be created.
isIncludeTransitive() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether to show transitive dependencies.
isListPackageAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "list package" command should be available for use in freestyle projects.
isListTests() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether discovered tests should be listed.
isLockedMode() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether updating the project lock file is allowed.
isNoBuild() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether a build should be performed before creating the packages.
isNoBuild() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether a build should be performed before publishing.
isNoBuild() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether a build should be performed before running tests.
isNoCache() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether HTTP requests should be cached.
isNoCache() - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Determines whether HTTP requests should be cached.
isNoDependencies() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Determines whether to ignore project-to-project dependencies.
isNoDependencies() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether to ignore project-to-project dependencies.
isNoDependencies() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether to ignore project-to-project dependencies.
isNoDependencies() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether to ignore project-to-project dependencies.
isNoIncremental() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Determines whether incremental builds are allowed.
isNologo() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Determines whether the MSBuild version/copyright lines should be suppressed.
isNoRestore() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Determines whether an implicit restore should be executed as part of this command.
isNoRestore() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether an implicit restore should be executed as part of this command.
isNoRestore() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether an implicit restore should be executed as part of this command.
isNoRestore() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether an implicit restore should be executed as part of this command.
isNoServiceEndpoint() - Method in class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Indicates whether the service endpoint (api/v2/package) should be added to the configured package source URL.
isNoSymbols() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Indicates whether symbols will not get pushed even when present.
isNuGetDeleteAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "nuget delete" command should be available for use in freestyle projects.
isNuGetLocalsAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "nuget locals" command should be available for use in freestyle projects.
isNuGetPushAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "nuget push" command should be available for use in freestyle projects.
isOutdated() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether outdated packages should be shown.
isPackAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "pack" command should be available for use in freestyle projects.
isPublishAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "publish" command should be available for use in freestyle projects.
isRestoreAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "restore" command should be available for use in freestyle projects.
isShowSdkInfo() - Method in class io.jenkins.plugins.dotnet.commands.Command
Determines whether SDK information should be shown.
isShutDownBuildServers() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Determines whether any build servers started by the main command should be shut down.
isSkipDuplicate() - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Indicates whether duplicates (409 Conflict responses) should be treated as warnings when pushing multiple packages to an HTTP(S) source, allowing the push to continue.
isSpecificSdkVersion() - Method in class io.jenkins.plugins.dotnet.commands.Command
Determines whether a specific SDK version should be used.
isSpecificSdkVersion() - Method in class io.jenkins.plugins.dotnet.DotNetWrapper
Determines whether this .NET wrapper will enforce a specific SDK version.
isTelemetryOptOut() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the telemetry opt-out is set.
isTelemetryOptOut() - Method in class io.jenkins.plugins.dotnet.DotNetSDK
Determines whether the telemetry opt-out is set.
isTestAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "test" command should be available for use in freestyle projects.
isToolRestoreAllowed() - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "tool restore" command should be available for use in freestyle projects.
isUnstableIfErrors() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Determines whether the presence of errors makes the build unstable (instead of failed).
isUnstableIfWarnings() - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Determines whether the presence of warnings makes the build unstable (instead of successful).
isUseLockFile() - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether a project lock file should be generated and used.
isVulnerable() - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether packages with known vulnerabilities should be shown.

L

ListPackage - Class in io.jenkins.plugins.dotnet.commands
A build step to run "dotnet list package", showing a project's package dependencies.
ListPackage() - Constructor for class io.jenkins.plugins.dotnet.commands.ListPackage
Creates a new "dotnet list package" build step.
ListPackage_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key ListPackage.DisplayName: .NET: Show dependencies (list package).
ListPackage_EitherDeprecatedOrOutdated() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key ListPackage.EitherDeprecatedOrOutdated: Cannot show deprecated and outdated packages at the same time.
ListPackage_OnlyForPackageUpdateSearch() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key ListPackage.OnlyForPackageUpdateSearch: This setting is only used when showing deprecated or outdated packages.
ListPackage.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands
A descriptor for "dotnet list package" build steps.
Locals - Class in io.jenkins.plugins.dotnet.commands.nuget
A build step to run "dotnet nuget locals", listing or clearing one or more local package stores.
Locals() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.Locals
Creates a new "dotnet nuget locals" build step.
Locals.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.nuget
A descriptor for "dotnet nuget locals" build steps.
LTS - Enum constant in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
This is a version with long-term support.

M

MAINTENANCE - Enum constant in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
The version is no longer current, and will only get security fixes before reaching end-of-life.
Messages - Class in io.jenkins.plugins.dotnet.commands
Generated localization support class.
Messages - Class in io.jenkins.plugins.dotnet.console
Generated localization support class.
Messages - Class in io.jenkins.plugins.dotnet.data
Generated localization support class.
Messages - Class in io.jenkins.plugins.dotnet
Generated localization support class.
Messages() - Constructor for class io.jenkins.plugins.dotnet.commands.Messages
 
Messages() - Constructor for class io.jenkins.plugins.dotnet.console.Messages
 
Messages() - Constructor for class io.jenkins.plugins.dotnet.data.Messages
 
Messages() - Constructor for class io.jenkins.plugins.dotnet.Messages
 
MSBuild_Build_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Build.DisplayName: .NET: Build project (build).
MSBuild_Clean_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Clean.DisplayName: .NET: Clean project output (clean).
MSBuild_Command_BadProperties() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Command.BadProperties: Failed to load configured MSBuild properties..
MSBuild_Command_InvalidProperties() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Command.InvalidProperties: Incorrect specification of MSBuild properties.
MSBuild_Pack_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Pack.DisplayName: .NET: Create NuGet package (pack).
MSBuild_Publish_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Publish.DisplayName: .NET: Publish project (publish).
MSBuild_Publish_No() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Publish.No: No.
MSBuild_Publish_ProjectDefault() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Publish.ProjectDefault: (Project Default).
MSBuild_Publish_Yes() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Publish.Yes: Yes.
MSBuild_Test_BadRunSettings() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Test.BadRunSettings: Failed to load configured RunSettings arguments..
MSBuild_Test_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Test.DisplayName: .NET: Run unit tests (test).
MSBuild_Test_InvalidRunSettings() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Test.InvalidRunSettings: Incorrect specification of RunSettings arguments.
MSBuild_Test_InvalidTimeout() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Test.InvalidTimeout: A timeout value must not be negative.
MSBuildCommand - Class in io.jenkins.plugins.dotnet.commands.msbuild
A build step executing an MSBuild-based .NET CLI command.
MSBuildCommand() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Creates a new dotnet build step based on MSBuild processing.
MSBuildCommand(String) - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Creates a new dotnet build step based on MSBuild processing.
MSBuildCommandDescriptor - Class in io.jenkins.plugins.dotnet.commands.msbuild
A descriptor for an MSBuild-based .NET command.
MSBuildCommandDescriptor() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommandDescriptor
Creates a new .NET MSBuild command descriptor instance.
MSBuildCommandDescriptor(Class<? extends MSBuildCommand>) - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommandDescriptor
Creates a new .NET MSBuild command descriptor instance for a specific class.

N

name - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Release
The name of the release.
name - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Sdk
The name of the SDK.
name - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Version
The name of the version.
nologo - Variable in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Flag indicating whether the MSBuild version/copyright lines should be suppressed.
NuGet_Delete_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.DisplayName: .NET: Delete/Unlist NuGet package (nuget delete).
NuGet_Delete_InvalidPackageName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.InvalidPackageName: Invalid package name specification..
NuGet_Delete_InvalidPackageVersion() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.InvalidPackageVersion: Invalid package version specification..
NuGet_Delete_PackageNameWithoutVersion() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.PackageNameWithoutVersion: A package version specification is required when a package name has been specified..
NuGet_Delete_PackageVersionWithoutName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.PackageVersionWithoutName: A package version specification is ignored when no package name has been specified..
NuGet_Locals_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.DisplayName: .NET: Clear/List NuGet cache locations (nuget locals).
NuGet_Locals_InvalidCacheLocation(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.InvalidCacheLocation: Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp"..
NuGet_Locals_InvalidOperation(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.InvalidOperation: Invalid operation "{0}"; valid values are "clear" and "list"..
NuGet_Locals_Location_All() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Location.All: All cache locations.
NuGet_Locals_Location_GlobalPackages() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Location.GlobalPackages: Global packages.
NuGet_Locals_Location_HttpCache() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Location.HttpCache: HTTP request cache.
NuGet_Locals_Location_Temp() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Location.Temp: Temporary files.
NuGet_Locals_Operation_Clear() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Operation.Clear: Clear cache contents.
NuGet_Locals_Operation_List() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Operation.List: Show path of cache location.
NuGet_Push_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Push.DisplayName: .NET: Publish NuGet package (nuget push).
NuGetCommand - Class in io.jenkins.plugins.dotnet.commands.nuget
A build step executing a subcommand of dotnet nuget.
NuGetCommand() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.NuGetCommand
Creates a new dotnet nuget build step.
NuGetCommand(String) - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.NuGetCommand
Creates a new dotnet nuget build step.
NuGetCommandDescriptor - Class in io.jenkins.plugins.dotnet.commands.nuget
A descriptor for a subcommand of dotnet nuget.
NuGetCommandDescriptor() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.NuGetCommandDescriptor
Creates a new .NET NuGet command descriptor instance.
NuGetCommandDescriptor(Class<? extends NuGetCommand>) - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.NuGetCommandDescriptor
Creates a new .NET NuGet command descriptor instance for a specific class.

O

options - Variable in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Additional options to pass to the command.
outputDirectory - Variable in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
The output directory for the command.

P

Pack - Class in io.jenkins.plugins.dotnet.commands.msbuild
A build step to run "dotnet pack", creating a NuGet package for a project.
Pack() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Creates a new "dotnet pack" build step.
Pack.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.msbuild
A descriptor for "dotnet pack" build steps.
perform(Run<?, ?>, FilePath, EnvVars, Launcher, TaskListener) - Method in class io.jenkins.plugins.dotnet.commands.Command
Runs this .NET command.
performInstallation(ToolInstallation, Node, TaskListener) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Performs the installation for a .NET SDK, if not already done.
platform - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Package
A string describing the platform for which this package is intended.
prepareAndValidateInstance(String, FilePath, EnvVars, TaskListener) - Method in class io.jenkins.plugins.dotnet.DotNetSDK.DescriptorImpl
Gets a .NET SDK installation by its name, and prepare it for use in the specified context.
preview - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Release
Indicates whether this release is a preview.
PREVIEW - Enum constant in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
This is a preview of the next version of .NET.
project - Variable in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
The project to process; for some commands this can also be a directory or a solution.
properties - Variable in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
MSBuild properties to set.
Publish - Class in io.jenkins.plugins.dotnet.commands.msbuild
A build step to run "dotnet publish", publishing a project.
Publish() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Creates a new "dotnet publish" build step.
Publish.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.msbuild
A descriptor for "dotnet publish" build steps.
Push - Class in io.jenkins.plugins.dotnet.commands.nuget
A build step to run "dotnet nuget push", pushing a package to a server and publishing it.
Push() - Constructor for class io.jenkins.plugins.dotnet.commands.nuget.Push
Creates a new "dotnet nuget push" build step.
Push.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.nuget
A descriptor for "dotnet nuget push" build steps.

R

RC - Enum constant in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
This is release candidate for the next version of .NET.
readJsonObjectArray(JSONObject, String, Function<JSONObject, T>, Function<T, String>) - Static method in class io.jenkins.plugins.dotnet.data.Downloads
Reads a JSON property containing an array of objects, converting them to a map of typed Java objects.
readJsonStringArray(JSONObject, String) - Static method in class io.jenkins.plugins.dotnet.data.Downloads
Reads a JSON property containing an array of strings.
released - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Release
The date of release.
releaseNotes - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Release
A link to the release notes for this release.
removeGlobalJson(FilePath, TaskListener) - Static method in class io.jenkins.plugins.dotnet.DotNetSDK
Removes a global.json file (as previously created via DotNetSDK.createGlobalJson(FilePath, TaskListener).
RESOLVE_NOTHING - Static variable in interface io.jenkins.plugins.dotnet.DotNetUtils
A string variable resolver that does not resolve any variables.
Restore - Class in io.jenkins.plugins.dotnet.commands
A build step to run "dotnet restore", restoring packages for a project.
Restore - Class in io.jenkins.plugins.dotnet.commands.tool
A build step to run "dotnet tool restore", restoring local tools as described in a tool manifest.
Restore() - Constructor for class io.jenkins.plugins.dotnet.commands.Restore
Creates a new "dotnet restore" build step.
Restore() - Constructor for class io.jenkins.plugins.dotnet.commands.tool.Restore
Creates a new "dotnet tool restore" build step.
Restore_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Restore.DisplayName: .NET: Restore project dependencies (restore).
Restore.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands
A descriptor for "dotnet restore" build steps.
Restore.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.tool
A descriptor for "dotnet tool restore" build steps.
rid - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Package
The RID (runtime identifier) of the platform for which this package is intended.
ROOT_ENVIRONMENT_VARIABLE - Static variable in class io.jenkins.plugins.dotnet.DotNetSDK
The environment variable that will be set to the full path to the SDK (used by the SDK in some cases).
Runtime - Class in io.jenkins.plugins.dotnet.data
A data file containing the list of valid .NET runtime identifiers.
Runtime() - Constructor for class io.jenkins.plugins.dotnet.data.Runtime
Creates a new Runtime instance.
Runtime_Invalid(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Runtime.Invalid: "{0}" is not a valid .NET runtime identifier.
Runtime_LoadFailed() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Runtime.LoadFailed: Failed to load RID catalog..
Runtime_NoData() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Runtime.NoData: RID catalog is empty..

S

sdk - Variable in class io.jenkins.plugins.dotnet.commands.Command
The name of the SDK to use.
sdks - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Release
The SDKs included in this release.
securityFixes - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Release
Indicates whether this release contains security fixes.
setAdditionalSource(String) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Sets the sole additional source to use for the restore.
setAdditionalSources(String...) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Sets the list of additional sources to use for the restore.
setAdditionalSourcesString(String) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Sets the list of additional sources to use for the restore.
setApiKeyId(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Sets the package server API key to use.
setBlame(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether tests should be run in blame mode, to diagnose test host crashes.
setBlameCrash(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether crash dumps should be collected in blame mode.
setBlameCrashCollectAlways(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether crash dumps should be collected in blame mode even for expected test host termination.
setBlameCrashDumpType(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the type of dump to collect when the test host terminates unexpectedly.
setBlameHang(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether test timeouts should result in termination.
setBlameHangDumpType(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the type of dump to collect when a test times out.
setBlameHangTimeout(Integer) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the timeout (in milliseconds) to use for hang detection.
setBuildAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "build" command should be available for use in freestyle projects.
setCacheLocation(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals
Sets the cache location to operate on.
setCharset(String) - Method in class io.jenkins.plugins.dotnet.commands.Command
Sets the specific charset to use for the command's output.
setCleanAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "clean" command should be available for use in freestyle projects.
setCollect(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the data collector to use.
setConfig(String) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the NuGet.config file to use.
setConfigfile(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the NuGet configuration (nuget.config) file to use.
setConfigfile(String) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Sets the NuGet configuration (nuget.config) file to use.
setConfiguration(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets the project configuration to use.
setContinueOnError(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Command
Determines whether the build should continue when there is an error.
setDeprecated(boolean) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether deprecated packages should be shown.
setDiag(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the path to the diagnostics file to use.
setDisableBuffering(boolean) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Determine whether buffering should be disabled when pushing to an HTTP(S) source.
setDisableParallel(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether multiple projects can be restored in parallel.
setDisableParallel(boolean) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Determines whether multiple projects can be restored in parallel.
setFilter(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the filter expression to use.
setForce(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Determines whether dependency resolution should be forced.
setForce(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether dependency resolution should be forced.
setForce(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether dependency resolution should be forced.
setForce(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether dependency resolution should be forced.
setForceEnglishOutput(boolean) - Method in class io.jenkins.plugins.dotnet.commands.nuget.NuGetCommand
Determines whether the command output should be forced to be in English.
setForceEvaluate(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether all dependencies should be re-evaluated even when a lock file exists.
setFramework(String) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the sole target framework moniker to use.
setFramework(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Sets the target framework moniker to use.
setFramework(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Clean
Sets the target framework moniker to use.
setFramework(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Sets the target framework moniker to use.
setFramework(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the target framework moniker to use.
setFrameworks(String...) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the target framework monikers to use.
setFrameworksString(String) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the target framework monikers to use.
setHighestMinor(boolean) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether to consider only packages where at most the minor version has changed.
setHighestPatch(boolean) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether to consider only packages where at most the patch version has changed.
setIgnoreFailedSources(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether failed sources should be ignored.
setIgnoreFailedSources(boolean) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Determines whether failed sources should be ignored.
setIncludePrerelease(boolean) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether to consider prerelease packages.
setIncludePreview(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Determines whether .NET preview releases should be made available for installation.
setIncludeSource(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether symbol packages containing source code should be created.
setIncludeSymbols(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether symbol packages should be created.
setIncludeTransitive(boolean) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether to show transitive dependencies.
setInstallations(DotNetSDK...) - Method in class io.jenkins.plugins.dotnet.DotNetSDK.DescriptorImpl
Sets the set of configured .NET SDK installations.
setListPackageAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "list package" command should be available for use in freestyle projects.
setListTests(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether discovered tests should be listed.
setLockedMode(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether updating the project lock file is allowed.
setLockFilePath(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the path to the lock file.
setLogger(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the logger to use.
setManifest(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Sets the sole manifest to use.
setManifests(String...) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Sets the manifests to use.
setManifestsString(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Sets the manifests to use.
setNoBuild(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether a build should be performed before creating the packages.
setNoBuild(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether a build should be performed before publishing.
setNoBuild(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether a build should be performed before running tests.
setNoCache(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether HTTP requests should be cached.
setNoCache(boolean) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Determines whether HTTP requests should be cached.
setNoDependencies(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Determines whether to ignore project-to-project dependencies.
setNoDependencies(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether to ignore project-to-project dependencies.
setNoDependencies(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether to ignore project-to-project dependencies.
setNoDependencies(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether to ignore project-to-project dependencies.
setNoIncremental(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Determines whether incremental builds are allowed.
setNologo(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Determines whether the MSBuild version/copyright lines should be suppressed.
setNoRestore(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Determines whether an implicit restore should be executed as part of this command.
setNoRestore(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Determines whether an implicit restore should be executed as part of this command.
setNoRestore(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether an implicit restore should be executed as part of this command.
setNoRestore(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Determines whether an implicit restore should be executed as part of this command.
setNoServiceEndpoint(boolean) - Method in class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Sets whether the service endpoint (api/v2/package) should be added to the configured package source URL.
setNoSymbols(boolean) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Determine whether symbols will not get pushed even when present.
setNuGetDeleteAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "nuget delete" command should be available for use in freestyle projects.
setNuGetLocalsAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "nuget locals" command should be available for use in freestyle projects.
setNuGetPushAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "nuget push" command should be available for use in freestyle projects.
setOperation(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Locals
Sets the operation to apply.
setOption(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets a single additional option to pass to the command.
setOptions(String...) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets additional options to pass to the command.
setOptionsString(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets additional options to pass to the command.
setOutdated(boolean) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether outdated packages should be shown.
setOutputDirectory(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets the output directory for the command.
setPackageName(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete
Sets the name of the package to delete.
setPackages(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the directory to use for restored packages.
setPackageVersion(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Delete
Sets the version of the package to delete.
setPackAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "pack" command should be available for use in freestyle projects.
setProject(String) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the project to list packages for.
setProject(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets the name of the project file to process.
setProject(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the project to restore.
setProperties(Map<String, String>) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets MSBuild properties to be applied to the command.
setPropertiesString(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets MSBuild properties to be applied to the command.
setPublishAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "publish" command should be available for use in freestyle projects.
setRelease(String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Sets the name of the .NET release containing the SDK to install.
setRestoreAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "restore" command should be available for use in freestyle projects.
setResultsDirectory(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the directory to store test results in.
setRoot(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Sets the project to push packages for.
setRunSettings(Map<String, String>) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the inline run settings to use.
setRunSettingsString(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the inline run settings to use.
setRuntime(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Sets the runtime identifier to use.
setRuntime(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Clean
Gets the runtime identifier to use.
setRuntime(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Sets the runtime identifier to use.
setRuntime(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Sets the runtime identifier to use.
setRuntime(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the runtime identifier to use.
setRuntime(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the sole runtime identifier to use.
setRuntimes(String...) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the runtime identifiers to use.
setRuntimesString(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the runtime identifiers to use.
setSdk(String) - Method in class io.jenkins.plugins.dotnet.commands.Command
Sets the name of the SDK to use.
setSdk(String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Sets the name of the SDK to install.
setSdk(String) - Method in class io.jenkins.plugins.dotnet.DotNetWrapper
Sets the name of the SDK that this wrapper will make available.
setSelfContained(Boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Determines whether the project should be published self-contained.
setSettings(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the .runsettings file to use.
setShowSdkInfo(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Command
Determines whether SDK information should be shown.
setShutDownBuildServers(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Determines whether any build servers started by the main command should be shut down.
setSkipDuplicate(boolean) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Determine whether duplicates (409 Conflict responses) should be treated as warnings when pushing multiple packages to an HTTP(S) source, allowing the push to continue.
setSource(String) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the sole package source to use.
setSource(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.DeleteOrPush
Sets the package source to use.
setSource(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the sole package source to use.
setSources(String...) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the package sources to use.
setSources(String...) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the package sources to use.
setSourcesString(String) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the package sources to use.
setSourcesString(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the package sources to use.
setSpecificSdkVersion(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Command
Determines whether a specific SDK version should be used.
setSpecificSdkVersion(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetWrapper
Determines whether this .NET wrapper should enforce a specific SDK version.
setSymbolApiKeyId(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Sets the symbol server API key to use.
setSymbolSource(String) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Sets the symbol server URL.
setTarget(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Sets the sole target to build.
setTargets(String...) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Sets the targets to build.
setTargetsString(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Sets the targets to build.
setTelemetryOptOut(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the telemetry opt-out should be set.
setTelemetryOptOut(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetSDK
Determines whether the telemetry opt-out should be set.
setTestAdapterPath(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Test
Sets the path to search for test adapters.
setTestAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "test" command should be available for use in freestyle projects.
setTimeout(Integer) - Method in class io.jenkins.plugins.dotnet.commands.nuget.Push
Sets the timeout for pushing to a server, in seconds.
setToolManifest(String) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Sets the path to the manifest file.
setToolRestoreAllowed(boolean) - Method in class io.jenkins.plugins.dotnet.DotNetConfiguration
Determines whether the "tool restore" command should be available for use in freestyle projects.
setUnstableIfErrors(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Determines whether the presence of errors makes the build unstable (instead of failed).
setUnstableIfWarnings(boolean) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Determines whether the presence of warnings makes the build unstable (instead of successful).
setUp(SimpleBuildWrapper.Context, Run<?, ?>, FilePath, Launcher, TaskListener, EnvVars) - Method in class io.jenkins.plugins.dotnet.DotNetWrapper
Sets up the .NET wrapper.
setUrl(String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Sets the URL for the download package of the SDK to install.
setUseLockFile(boolean) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Determines whether a project lock file should be generated and used.
setVerbosity(String) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Sets the verbosity to use for the command.
setVerbosity(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Sets the verbosity to use for the command.
setVerbosity(String) - Method in class io.jenkins.plugins.dotnet.commands.Restore
Sets the verbosity to use for the command.
setVerbosity(String) - Method in class io.jenkins.plugins.dotnet.commands.tool.Restore
Sets the verbosity to use for the command.
setVersion(String) - Method in class io.jenkins.plugins.dotnet.DotNetSDKInstaller
Sets the name of the .NET version containing the SDK to install.
setVersionSuffix(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Build
Sets the version suffix to use.
setVersionSuffix(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Pack
Sets the version suffix to use.
setVersionSuffix(String) - Method in class io.jenkins.plugins.dotnet.commands.msbuild.Publish
Sets the version suffix to use.
setVulnerable(boolean) - Method in class io.jenkins.plugins.dotnet.commands.ListPackage
Determines whether packages with known vulnerabilities should be shown.
setWorkDirectory(String) - Method in class io.jenkins.plugins.dotnet.commands.Command
Sets the working directory to use for the command.
showSdkInfo - Variable in class io.jenkins.plugins.dotnet.commands.Command
Flag indicating whether SDK information should be shown.
shutDownBuildServers - Variable in class io.jenkins.plugins.dotnet.commands.Command
Flag indicating whether any build servers started by the main command should be shut down.
singleToken(String) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Tokenizes text separated by (default) delimiters and returns the sole resulting token.
singleToken(String, String) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Tokenizes text separated by delimiters and returns the sole resulting token.
status - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Version
The status of the version.

T

Test - Class in io.jenkins.plugins.dotnet.commands.msbuild
A build step to run "dotnet test", running unit tests for a project, using its configured runner.
Test() - Constructor for class io.jenkins.plugins.dotnet.commands.msbuild.Test
Creates a new "dotnet test" build step.
Test.DescriptorImpl - Class in io.jenkins.plugins.dotnet.commands.msbuild
A descriptor for "dotnet test" build steps.
tokenize(String) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Tokenizes text separated by (default) delimiters.
tokenize(String, String) - Static method in interface io.jenkins.plugins.dotnet.DotNetUtils
Tokenizes text separated by delimiters.
Tool_Restore_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Tool.Restore.DisplayName: .NET: Restore local tools (tool restore).
ToolCommand - Class in io.jenkins.plugins.dotnet.commands.tool
A build step executing a subcommand of dotnet tool.
ToolCommand() - Constructor for class io.jenkins.plugins.dotnet.commands.tool.ToolCommand
Creates a new dotnet nuget build step.
ToolCommand(String) - Constructor for class io.jenkins.plugins.dotnet.commands.tool.ToolCommand
Creates a new dotnet tool build step.
ToolCommandDescriptor - Class in io.jenkins.plugins.dotnet.commands.tool
A descriptor for a subcommand of dotnet tool.
ToolCommandDescriptor() - Constructor for class io.jenkins.plugins.dotnet.commands.tool.ToolCommandDescriptor
Creates a new .NET tool command descriptor instance.
ToolCommandDescriptor(Class<? extends ToolCommand>) - Constructor for class io.jenkins.plugins.dotnet.commands.tool.ToolCommandDescriptor
Creates a new .NET tool command descriptor instance for a specific class.

U

UNKNOWN - Enum constant in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
The status of the version is unknown.
unstableIfErrors - Variable in class io.jenkins.plugins.dotnet.commands.Command
Flag indicating whether the presence of errors makes the build unstable (instead of failed).
unstableIfWarnings - Variable in class io.jenkins.plugins.dotnet.commands.Command
Flag indicating whether the presence of warnings makes the build unstable (instead of successful).
url - Variable in class io.jenkins.plugins.dotnet.data.Downloads.Package
The download URL for the package.

V

valueOf(String) - Static method in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.jenkins.plugins.dotnet.data.Downloads.Version.Status
Returns an array containing the constants of this enum type, in the order they are declared.
verbosity - Variable in class io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
The verbosity to use for the command.

W

workDirectory - Variable in class io.jenkins.plugins.dotnet.commands.Command
The working directory to use for the command.
writeCompletionMessage(int) - Method in class io.jenkins.plugins.dotnet.console.DiagnosticScanner
Writes the command completion message to the stream wrapped by this scanner.

_

_Command_DefaultSDK() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.DefaultSDK: (Default).
_Command_ExecutionCompletedWithErrors(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.ExecutionCompletedWithErrors: Command execution completed with {0} error(s)..
_Command_ExecutionCompletedWithNonZeroReturnCode(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.ExecutionCompletedWithNonZeroReturnCode: Command execution completed with return code {0}..
_Command_ExecutionFailed() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.ExecutionFailed: Command execution failed..
_Command_MoreOptions() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.MoreOptions: More Options.
_Command_SameCharsetAsBuild() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.SameCharsetAsBuild: <Same As Rest of Build>.
_Command_UnsupportedCharset() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.UnsupportedCharset: Unsupported character set.
_Command_Verbosity_Default() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Default: (Default).
_Command_Verbosity_Detailed() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Detailed: Detailed (d).
_Command_Verbosity_Diagnostic() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Diagnostic: Diagnostic (diag).
_Command_Verbosity_Minimal() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Minimal: Minimal (m).
_Command_Verbosity_Normal() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Normal: Normal (n).
_Command_Verbosity_Quiet() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Command.Verbosity.Quiet: Quiet (q).
_DiagnosticScanner_CompletionMessage(Object) - Static method in class io.jenkins.plugins.dotnet.console.Messages
Key DiagnosticScanner.CompletionMessage: .NET Command Completed - <!>Exit Code: {0}.
_DiagnosticScanner_CompletionMessageFailed() - Static method in class io.jenkins.plugins.dotnet.console.Messages
Key DiagnosticScanner.CompletionMessageFailed: Failed to write command completion message.
_DotNetArguments_StringCredentialNotFound(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key DotNetArguments.StringCredentialNotFound: No string credentials found with id "{0}"..
_DotNetSDK_DisplayName() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.DisplayName: .NET SDK.
_DotNetSDK_GlobalJson_CreationDone(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.CreationDone: Created "global.json" to force exact version "{1}" for .NET SDK "{0}"..
_DotNetSDK_GlobalJson_CreationFailed(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.CreationFailed: Failed to create "global.json" to force exact version "{1}" for .NET SDK "{0}": {2}.
_DotNetSDK_GlobalJson_DeletionDone(Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.DeletionDone: Deleted "{0}"..
_DotNetSDK_GlobalJson_DeletionFailed(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.DeletionFailed: Failed to delete "{0}": {1}.
_DotNetSDK_GlobalJson_MultiSdk(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.MultiSdk: The home directory contains multiple SDK trees (including "{0}" and "{1}")..
_DotNetSDK_GlobalJson_NoHome() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.NoHome: No home directory is available..
_DotNetSDK_GlobalJson_NoSdk() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.NoSdk: The home directory has no "sdk" subdirectory..
_DotNetSDK_GlobalJson_NoVersion(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.GlobalJson.NoVersion: Could not determine the exact version for .NET SDK "{0}": {1}.
_DotNetSDK_Home_NoExecutable() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.Home.NoExecutable: No "dotnet" executable present.
_DotNetSDK_Home_NoSdkSubdir() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.Home.NoSdkSubdir: No "sdk" subdirectory present.
_DotNetSDK_Home_NoSharedNetCoreSubdir() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.Home.NoSharedNetCoreSubdir: No "shared/Microsoft.NETCore.App" subdirectory present.
_DotNetSDK_Home_NotExecutable() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.Home.NotExecutable: A "dotnet" executable is present but cannot be executed.
_DotNetSDK_NoExecutable(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.NoExecutable: Could not find the "{1}" executable for .NET SDK "{0}".
_DotNetSDK_NoHome(Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.NoHome: No home directory is available for .NET SDK "{0}".
_DotNetSDK_NoNode() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.NoNode: Could not find the "dotnet" executable because the node seems to be offline.
_DotNetSDK_UnknownSDK(Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDK.UnknownSDK: No .NET SDK found with name "{0}".
_DotNetSDKInstaller_DisplayName() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.DisplayName: Install from microsoft.com.
_DotNetSDKInstaller_Installing(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.Installing: Downloading and extracting {0} into {1} on {2}....
_DotNetSDKInstaller_InvalidPlatform(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.InvalidPlatform: Not a valid platform for SDK {2} of {0}, release {1}.
_DotNetSDKInstaller_InvalidRelease(Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.InvalidRelease: "{0}" is not a valid release for {1}.
_DotNetSDKInstaller_InvalidSdk(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.InvalidSdk: "{0}" is not a valid SDK for {1}, release {2}.
_DotNetSDKInstaller_InvalidVersion(Object) - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.InvalidVersion: "{0}" is not a valid .NET version.
_DotNetSDKInstaller_NotSelected() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.NotSelected: (Not Selected).
_DotNetSDKInstaller_ReleaseRequired() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.ReleaseRequired: Select a release first.
_DotNetSDKInstaller_Required() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.Required: A selection is required.
_DotNetSDKInstaller_SdkRequired() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.SdkRequired: Select an SDK first.
_DotNetSDKInstaller_VersionRequired() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetSDKInstaller.VersionRequired: Select a version first.
_DotNetWrapper_DisplayName() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetWrapper.DisplayName: With .NET.
_DotNetWrapper_NoSDK() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetWrapper.NoSDK: No .NET SDK specified.
_DotNetWrapper_NotSelected() - Static method in class io.jenkins.plugins.dotnet.Messages
Key DotNetWrapper.NotSelected: (Not Selected).
_Downloads_NoSdks() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.NoSdks: No .NET SDK information available.
_Downloads_NoVersions() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.NoVersions: No .NET version information available.
_Downloads_Package_DirectDownloadLink(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Package.DirectDownloadLink: <a href="{0}">Direct Download</a>.
_Downloads_Package_DisplayName(Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Package.DisplayName: {0} ({1}).
_Downloads_Release_DisplayName(Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Release.DisplayName: {0}, released {1}.
_Downloads_Release_DisplayNameWithSecurity(Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Release.DisplayNameWithSecurity: {0}, released {1} (includes security fixes).
_Downloads_Release_ReleaseNotesLink(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Release.ReleaseNotesLink: <a href="{0}">Release Notes</a>.
_Downloads_Sdk_DisplayName(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Sdk.DisplayName: {0}.
_Downloads_Unknown() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Unknown: ???.
_Downloads_Version_DisplayName(Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.DisplayName: {0} - {1}.
_Downloads_Version_DisplayNameWithDate(Object, Object, Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.DisplayNameWithDate: {0} - {1} (end of support: {2}).
_Downloads_Version_Status_Current() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.Current: Current.
_Downloads_Version_Status_EOL() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.EOL: End of Life.
_Downloads_Version_Status_LTS() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.LTS: Long-Term Support.
_Downloads_Version_Status_Maintenance() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.Maintenance: Maintenance.
_Downloads_Version_Status_Preview() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.Preview: Preview.
_Downloads_Version_Status_ReleaseCandidate() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.ReleaseCandidate: Release Candidate.
_Downloads_Version_Status_Unknown() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Downloads.Version.Status.Unknown: Status Unknown.
_Framework_Invalid(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Framework.Invalid: "{0}" is not a valid .NET framework moniker.
_Framework_LoadFailed() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Framework.LoadFailed: Failed to load the .NET framework monikers..
_Framework_NoData() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Framework.NoData: No .NET framework monikers found..
_FreeStyleCommandConfiguration_StillInUse(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key FreeStyleCommandConfiguration.StillInUse: This build step is still in use by {0} project(s). (These will continue to function.).
_ListPackage_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key ListPackage.DisplayName: .NET: Show dependencies (list package).
_ListPackage_EitherDeprecatedOrOutdated() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key ListPackage.EitherDeprecatedOrOutdated: Cannot show deprecated and outdated packages at the same time.
_ListPackage_OnlyForPackageUpdateSearch() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key ListPackage.OnlyForPackageUpdateSearch: This setting is only used when showing deprecated or outdated packages.
_MSBuild_Build_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Build.DisplayName: .NET: Build project (build).
_MSBuild_Clean_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Clean.DisplayName: .NET: Clean project output (clean).
_MSBuild_Command_BadProperties() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Command.BadProperties: Failed to load configured MSBuild properties..
_MSBuild_Command_InvalidProperties() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Command.InvalidProperties: Incorrect specification of MSBuild properties.
_MSBuild_Pack_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Pack.DisplayName: .NET: Create NuGet package (pack).
_MSBuild_Publish_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Publish.DisplayName: .NET: Publish project (publish).
_MSBuild_Publish_No() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Publish.No: No.
_MSBuild_Publish_ProjectDefault() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Publish.ProjectDefault: (Project Default).
_MSBuild_Publish_Yes() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Publish.Yes: Yes.
_MSBuild_Test_BadRunSettings() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Test.BadRunSettings: Failed to load configured RunSettings arguments..
_MSBuild_Test_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Test.DisplayName: .NET: Run unit tests (test).
_MSBuild_Test_InvalidRunSettings() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Test.InvalidRunSettings: Incorrect specification of RunSettings arguments.
_MSBuild_Test_InvalidTimeout() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key MSBuild.Test.InvalidTimeout: A timeout value must not be negative.
_NuGet_Delete_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.DisplayName: .NET: Delete/Unlist NuGet package (nuget delete).
_NuGet_Delete_InvalidPackageName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.InvalidPackageName: Invalid package name specification..
_NuGet_Delete_InvalidPackageVersion() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.InvalidPackageVersion: Invalid package version specification..
_NuGet_Delete_PackageNameWithoutVersion() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.PackageNameWithoutVersion: A package version specification is required when a package name has been specified..
_NuGet_Delete_PackageVersionWithoutName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Delete.PackageVersionWithoutName: A package version specification is ignored when no package name has been specified..
_NuGet_Locals_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.DisplayName: .NET: Clear/List NuGet cache locations (nuget locals).
_NuGet_Locals_InvalidCacheLocation(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.InvalidCacheLocation: Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp"..
_NuGet_Locals_InvalidOperation(Object) - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.InvalidOperation: Invalid operation "{0}"; valid values are "clear" and "list"..
_NuGet_Locals_Location_All() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Location.All: All cache locations.
_NuGet_Locals_Location_GlobalPackages() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Location.GlobalPackages: Global packages.
_NuGet_Locals_Location_HttpCache() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Location.HttpCache: HTTP request cache.
_NuGet_Locals_Location_Temp() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Location.Temp: Temporary files.
_NuGet_Locals_Operation_Clear() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Operation.Clear: Clear cache contents.
_NuGet_Locals_Operation_List() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Locals.Operation.List: Show path of cache location.
_NuGet_Push_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key NuGet.Push.DisplayName: .NET: Publish NuGet package (nuget push).
_Restore_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Restore.DisplayName: .NET: Restore project dependencies (restore).
_Runtime_Invalid(Object) - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Runtime.Invalid: "{0}" is not a valid .NET runtime identifier.
_Runtime_LoadFailed() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Runtime.LoadFailed: Failed to load RID catalog..
_Runtime_NoData() - Static method in class io.jenkins.plugins.dotnet.data.Messages
Key Runtime.NoData: RID catalog is empty..
_Tool_Restore_DisplayName() - Static method in class io.jenkins.plugins.dotnet.commands.Messages
Key Tool.Restore.DisplayName: .NET: Restore local tools (tool restore).
A B C D E F G H I L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form