Class Messages
java.lang.Object
io.jenkins.plugins.dotnet.commands.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyCommand.DefaultSDK:(Default).static org.jvnet.localizer.LocalizableKeyCommand.ExecutionCompletedWithErrors:Command execution completed with {0} error(s)..static org.jvnet.localizer.LocalizableKeyCommand.ExecutionCompletedWithNonZeroReturnCode:Command execution completed with return code {0}..static org.jvnet.localizer.LocalizableKeyCommand.ExecutionFailed:Command execution failed..static org.jvnet.localizer.LocalizableKeyCommand.MoreOptions:More Options.static org.jvnet.localizer.LocalizableKeyCommand.SameCharsetAsBuild:<Same As Rest of Build>.static org.jvnet.localizer.LocalizableKeyCommand.UnsupportedCharset:Unsupported character set.static org.jvnet.localizer.LocalizableKeyCommand.Verbosity.Default:(Default).static org.jvnet.localizer.LocalizableKeyCommand.Verbosity.Detailed:Detailed (d).static org.jvnet.localizer.LocalizableKeyCommand.Verbosity.Diagnostic:Diagnostic (diag).static org.jvnet.localizer.LocalizableKeyCommand.Verbosity.Minimal:Minimal (m).static org.jvnet.localizer.LocalizableKeyCommand.Verbosity.Normal:Normal (n).static org.jvnet.localizer.LocalizableKeyCommand.Verbosity.Quiet:Quiet (q).static org.jvnet.localizer.LocalizableKeyDotNetArguments.StringCredentialNotFound:No string credentials found with id "{0}"..static org.jvnet.localizer.LocalizableKeyFreeStyleCommandConfiguration.StillInUse:This build step is still in use by {0} project(s). (These will continue to function.).static org.jvnet.localizer.LocalizableKeyListPackage.DisplayName:.NET: Show dependencies (list package).static org.jvnet.localizer.LocalizableKeyListPackage.EitherDeprecatedOrOutdated:Cannot show deprecated and outdated packages at the same time.static org.jvnet.localizer.LocalizableKeyListPackage.OnlyForPackageUpdateSearch:This setting is only used when showing deprecated or outdated packages.static org.jvnet.localizer.LocalizableKeyMSBuild.Build.DisplayName:.NET: Build project (build).static org.jvnet.localizer.LocalizableKeyMSBuild.Clean.DisplayName:.NET: Clean project output (clean).static org.jvnet.localizer.LocalizableKeyMSBuild.Command.BadProperties:Failed to load configured MSBuild properties..static org.jvnet.localizer.LocalizableKeyMSBuild.Command.InvalidProperties:Incorrect specification of MSBuild properties.static org.jvnet.localizer.LocalizableKeyMSBuild.Pack.DisplayName:.NET: Create NuGet package (pack).static org.jvnet.localizer.LocalizableKeyMSBuild.Publish.DisplayName:.NET: Publish project (publish).static org.jvnet.localizer.LocalizableKeyMSBuild.Publish.No:No.static org.jvnet.localizer.LocalizableKeyMSBuild.Publish.ProjectDefault:(Project Default).static org.jvnet.localizer.LocalizableKeyMSBuild.Publish.Yes:Yes.static org.jvnet.localizer.LocalizableKeyMSBuild.Test.BadRunSettings:Failed to load configured RunSettings arguments..static org.jvnet.localizer.LocalizableKeyMSBuild.Test.DisplayName:.NET: Run unit tests (test).static org.jvnet.localizer.LocalizableKeyMSBuild.Test.InvalidRunSettings:Incorrect specification of RunSettings arguments.static org.jvnet.localizer.LocalizableKeyMSBuild.Test.InvalidTimeout:A timeout value must not be negative.static org.jvnet.localizer.LocalizableKeyNuGet.Delete.DisplayName:.NET: Delete/Unlist NuGet package (nuget delete).static org.jvnet.localizer.LocalizableKeyNuGet.Delete.InvalidPackageName:Invalid package name specification..static org.jvnet.localizer.LocalizableKeyNuGet.Delete.InvalidPackageVersion:Invalid package version specification..static org.jvnet.localizer.LocalizableKeyNuGet.Delete.PackageNameWithoutVersion:A package version specification is required when a package name has been specified..static org.jvnet.localizer.LocalizableKeyNuGet.Delete.PackageVersionWithoutName:A package version specification is ignored when no package name has been specified..static org.jvnet.localizer.LocalizableKeyNuGet.Locals.DisplayName:.NET: Clear/List NuGet cache locations (nuget locals).static org.jvnet.localizer.LocalizableKeyNuGet.Locals.InvalidCacheLocation:Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp"..static org.jvnet.localizer.LocalizableKeyNuGet.Locals.InvalidOperation:Invalid operation "{0}"; valid values are "clear" and "list"..static org.jvnet.localizer.LocalizableKeyNuGet.Locals.Location.All:All cache locations.static org.jvnet.localizer.LocalizableKeyNuGet.Locals.Location.GlobalPackages:Global packages.static org.jvnet.localizer.LocalizableKeyNuGet.Locals.Location.HttpCache:HTTP request cache.static org.jvnet.localizer.LocalizableKeyNuGet.Locals.Location.Temp:Temporary files.static org.jvnet.localizer.LocalizableKeyNuGet.Locals.Operation.Clear:Clear cache contents.static org.jvnet.localizer.LocalizableKeyNuGet.Locals.Operation.List:Show path of cache location.static org.jvnet.localizer.LocalizableKeyNuGet.Push.DisplayName:.NET: Publish NuGet package (nuget push).static org.jvnet.localizer.LocalizableKeyRestore.DisplayName:.NET: Restore project dependencies (restore).static org.jvnet.localizer.LocalizableKeyTool.Restore.DisplayName:.NET: Restore local tools (tool restore).static StringKeyCommand.DefaultSDK:(Default).static StringKeyCommand.ExecutionCompletedWithErrors:Command execution completed with {0} error(s)..static StringKeyCommand.ExecutionCompletedWithNonZeroReturnCode:Command execution completed with return code {0}..static StringKeyCommand.ExecutionFailed:Command execution failed..static StringKeyCommand.MoreOptions:More Options.static StringKeyCommand.SameCharsetAsBuild:<Same As Rest of Build>.static StringKeyCommand.UnsupportedCharset:Unsupported character set.static StringKeyCommand.Verbosity.Default:(Default).static StringKeyCommand.Verbosity.Detailed:Detailed (d).static StringKeyCommand.Verbosity.Diagnostic:Diagnostic (diag).static StringKeyCommand.Verbosity.Minimal:Minimal (m).static StringKeyCommand.Verbosity.Normal:Normal (n).static StringKeyCommand.Verbosity.Quiet:Quiet (q).static StringKeyDotNetArguments.StringCredentialNotFound:No string credentials found with id "{0}"..static StringKeyFreeStyleCommandConfiguration.StillInUse:This build step is still in use by {0} project(s). (These will continue to function.).static StringKeyListPackage.DisplayName:.NET: Show dependencies (list package).static StringKeyListPackage.EitherDeprecatedOrOutdated:Cannot show deprecated and outdated packages at the same time.static StringKeyListPackage.OnlyForPackageUpdateSearch:This setting is only used when showing deprecated or outdated packages.static StringKeyMSBuild.Build.DisplayName:.NET: Build project (build).static StringKeyMSBuild.Clean.DisplayName:.NET: Clean project output (clean).static StringKeyMSBuild.Command.BadProperties:Failed to load configured MSBuild properties..static StringKeyMSBuild.Command.InvalidProperties:Incorrect specification of MSBuild properties.static StringKeyMSBuild.Pack.DisplayName:.NET: Create NuGet package (pack).static StringKeyMSBuild.Publish.DisplayName:.NET: Publish project (publish).static StringKeyMSBuild.Publish.No:No.static StringKeyMSBuild.Publish.ProjectDefault:(Project Default).static StringKeyMSBuild.Publish.Yes:Yes.static StringKeyMSBuild.Test.BadRunSettings:Failed to load configured RunSettings arguments..static StringKeyMSBuild.Test.DisplayName:.NET: Run unit tests (test).static StringKeyMSBuild.Test.InvalidRunSettings:Incorrect specification of RunSettings arguments.static StringKeyMSBuild.Test.InvalidTimeout:A timeout value must not be negative.static StringKeyNuGet.Delete.DisplayName:.NET: Delete/Unlist NuGet package (nuget delete).static StringKeyNuGet.Delete.InvalidPackageName:Invalid package name specification..static StringKeyNuGet.Delete.InvalidPackageVersion:Invalid package version specification..static StringKeyNuGet.Delete.PackageNameWithoutVersion:A package version specification is required when a package name has been specified..static StringKeyNuGet.Delete.PackageVersionWithoutName:A package version specification is ignored when no package name has been specified..static StringKeyNuGet.Locals.DisplayName:.NET: Clear/List NuGet cache locations (nuget locals).static StringKeyNuGet.Locals.InvalidCacheLocation:Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp"..static StringKeyNuGet.Locals.InvalidOperation:Invalid operation "{0}"; valid values are "clear" and "list"..static StringKeyNuGet.Locals.Location.All:All cache locations.static StringKeyNuGet.Locals.Location.GlobalPackages:Global packages.static StringKeyNuGet.Locals.Location.HttpCache:HTTP request cache.static StringKeyNuGet.Locals.Location.Temp:Temporary files.static StringKeyNuGet.Locals.Operation.Clear:Clear cache contents.static StringKeyNuGet.Locals.Operation.List:Show path of cache location.static StringKeyNuGet.Push.DisplayName:.NET: Publish NuGet package (nuget push).static StringKeyRestore.DisplayName:.NET: Restore project dependencies (restore).static StringKeyTool.Restore.DisplayName:.NET: Restore local tools (tool restore).
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
NuGet_Locals_Location_HttpCache
KeyNuGet.Locals.Location.HttpCache:HTTP request cache.- Returns:
HTTP request cache
-
_NuGet_Locals_Location_HttpCache
public static org.jvnet.localizer.Localizable _NuGet_Locals_Location_HttpCache()KeyNuGet.Locals.Location.HttpCache:HTTP request cache.- Returns:
HTTP request cache
-
MSBuild_Test_InvalidRunSettings
KeyMSBuild.Test.InvalidRunSettings:Incorrect specification of RunSettings arguments.- Returns:
Incorrect specification of RunSettings arguments
-
_MSBuild_Test_InvalidRunSettings
public static org.jvnet.localizer.Localizable _MSBuild_Test_InvalidRunSettings()KeyMSBuild.Test.InvalidRunSettings:Incorrect specification of RunSettings arguments.- Returns:
Incorrect specification of RunSettings arguments
-
MSBuild_Command_BadProperties
KeyMSBuild.Command.BadProperties:Failed to load configured MSBuild properties..- Returns:
Failed to load configured MSBuild properties.
-
_MSBuild_Command_BadProperties
public static org.jvnet.localizer.Localizable _MSBuild_Command_BadProperties()KeyMSBuild.Command.BadProperties:Failed to load configured MSBuild properties..- Returns:
Failed to load configured MSBuild properties.
-
Command_DefaultSDK
KeyCommand.DefaultSDK:(Default).- Returns:
(Default)
-
_Command_DefaultSDK
public static org.jvnet.localizer.Localizable _Command_DefaultSDK()KeyCommand.DefaultSDK:(Default).- Returns:
(Default)
-
Command_SameCharsetAsBuild
KeyCommand.SameCharsetAsBuild:<Same As Rest of Build>.- Returns:
<Same As Rest of Build>
-
_Command_SameCharsetAsBuild
public static org.jvnet.localizer.Localizable _Command_SameCharsetAsBuild()KeyCommand.SameCharsetAsBuild:<Same As Rest of Build>.- Returns:
<Same As Rest of Build>
-
NuGet_Locals_Location_All
KeyNuGet.Locals.Location.All:All cache locations.- Returns:
All cache locations
-
_NuGet_Locals_Location_All
public static org.jvnet.localizer.Localizable _NuGet_Locals_Location_All()KeyNuGet.Locals.Location.All:All cache locations.- Returns:
All cache locations
-
NuGet_Delete_DisplayName
KeyNuGet.Delete.DisplayName:.NET: Delete/Unlist NuGet package (nuget delete).- Returns:
.NET: Delete/Unlist NuGet package (nuget delete)
-
_NuGet_Delete_DisplayName
public static org.jvnet.localizer.Localizable _NuGet_Delete_DisplayName()KeyNuGet.Delete.DisplayName:.NET: Delete/Unlist NuGet package (nuget delete).- Returns:
.NET: Delete/Unlist NuGet package (nuget delete)
-
Command_Verbosity_Quiet
KeyCommand.Verbosity.Quiet:Quiet (q).- Returns:
Quiet (q)
-
_Command_Verbosity_Quiet
public static org.jvnet.localizer.Localizable _Command_Verbosity_Quiet()KeyCommand.Verbosity.Quiet:Quiet (q).- Returns:
Quiet (q)
-
NuGet_Locals_InvalidCacheLocation
KeyNuGet.Locals.InvalidCacheLocation:Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp".
-
_NuGet_Locals_InvalidCacheLocation
KeyNuGet.Locals.InvalidCacheLocation:Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp".
-
NuGet_Locals_Operation_List
KeyNuGet.Locals.Operation.List:Show path of cache location.- Returns:
Show path of cache location
-
_NuGet_Locals_Operation_List
public static org.jvnet.localizer.Localizable _NuGet_Locals_Operation_List()KeyNuGet.Locals.Operation.List:Show path of cache location.- Returns:
Show path of cache location
-
Command_ExecutionCompletedWithNonZeroReturnCode
KeyCommand.ExecutionCompletedWithNonZeroReturnCode:Command execution completed with return code {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Command execution completed with return code {0}.
-
_Command_ExecutionCompletedWithNonZeroReturnCode
public static org.jvnet.localizer.Localizable _Command_ExecutionCompletedWithNonZeroReturnCode(Object arg0) KeyCommand.ExecutionCompletedWithNonZeroReturnCode:Command execution completed with return code {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Command execution completed with return code {0}.
-
ListPackage_OnlyForPackageUpdateSearch
KeyListPackage.OnlyForPackageUpdateSearch:This setting is only used when showing deprecated or outdated packages.- Returns:
This setting is only used when showing deprecated or outdated packages
-
_ListPackage_OnlyForPackageUpdateSearch
public static org.jvnet.localizer.Localizable _ListPackage_OnlyForPackageUpdateSearch()KeyListPackage.OnlyForPackageUpdateSearch:This setting is only used when showing deprecated or outdated packages.- Returns:
This setting is only used when showing deprecated or outdated packages
-
NuGet_Delete_PackageVersionWithoutName
KeyNuGet.Delete.PackageVersionWithoutName:A package version specification is ignored when no package name has been specified..- Returns:
A package version specification is ignored when no package name has been specified.
-
_NuGet_Delete_PackageVersionWithoutName
public static org.jvnet.localizer.Localizable _NuGet_Delete_PackageVersionWithoutName()KeyNuGet.Delete.PackageVersionWithoutName:A package version specification is ignored when no package name has been specified..- Returns:
A package version specification is ignored when no package name has been specified.
-
MSBuild_Clean_DisplayName
KeyMSBuild.Clean.DisplayName:.NET: Clean project output (clean).- Returns:
.NET: Clean project output (clean)
-
_MSBuild_Clean_DisplayName
public static org.jvnet.localizer.Localizable _MSBuild_Clean_DisplayName()KeyMSBuild.Clean.DisplayName:.NET: Clean project output (clean).- Returns:
.NET: Clean project output (clean)
-
Command_ExecutionCompletedWithErrors
KeyCommand.ExecutionCompletedWithErrors:Command execution completed with {0} error(s)..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Command execution completed with {0} error(s).
-
_Command_ExecutionCompletedWithErrors
KeyCommand.ExecutionCompletedWithErrors:Command execution completed with {0} error(s)..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Command execution completed with {0} error(s).
-
MSBuild_Publish_Yes
KeyMSBuild.Publish.Yes:Yes.- Returns:
Yes
-
_MSBuild_Publish_Yes
public static org.jvnet.localizer.Localizable _MSBuild_Publish_Yes()KeyMSBuild.Publish.Yes:Yes.- Returns:
Yes
-
MSBuild_Test_InvalidTimeout
KeyMSBuild.Test.InvalidTimeout:A timeout value must not be negative.- Returns:
A timeout value must not be negative
-
_MSBuild_Test_InvalidTimeout
public static org.jvnet.localizer.Localizable _MSBuild_Test_InvalidTimeout()KeyMSBuild.Test.InvalidTimeout:A timeout value must not be negative.- Returns:
A timeout value must not be negative
-
Command_MoreOptions
KeyCommand.MoreOptions:More Options.- Returns:
More Options
-
_Command_MoreOptions
public static org.jvnet.localizer.Localizable _Command_MoreOptions()KeyCommand.MoreOptions:More Options.- Returns:
More Options
-
NuGet_Push_DisplayName
KeyNuGet.Push.DisplayName:.NET: Publish NuGet package (nuget push).- Returns:
.NET: Publish NuGet package (nuget push)
-
_NuGet_Push_DisplayName
public static org.jvnet.localizer.Localizable _NuGet_Push_DisplayName()KeyNuGet.Push.DisplayName:.NET: Publish NuGet package (nuget push).- Returns:
.NET: Publish NuGet package (nuget push)
-
Command_ExecutionFailed
KeyCommand.ExecutionFailed:Command execution failed..- Returns:
Command execution failed.
-
_Command_ExecutionFailed
public static org.jvnet.localizer.Localizable _Command_ExecutionFailed()KeyCommand.ExecutionFailed:Command execution failed..- Returns:
Command execution failed.
-
Tool_Restore_DisplayName
KeyTool.Restore.DisplayName:.NET: Restore local tools (tool restore).- Returns:
.NET: Restore local tools (tool restore)
-
_Tool_Restore_DisplayName
public static org.jvnet.localizer.Localizable _Tool_Restore_DisplayName()KeyTool.Restore.DisplayName:.NET: Restore local tools (tool restore).- Returns:
.NET: Restore local tools (tool restore)
-
MSBuild_Pack_DisplayName
KeyMSBuild.Pack.DisplayName:.NET: Create NuGet package (pack).- Returns:
.NET: Create NuGet package (pack)
-
_MSBuild_Pack_DisplayName
public static org.jvnet.localizer.Localizable _MSBuild_Pack_DisplayName()KeyMSBuild.Pack.DisplayName:.NET: Create NuGet package (pack).- Returns:
.NET: Create NuGet package (pack)
-
Command_Verbosity_Default
KeyCommand.Verbosity.Default:(Default).- Returns:
(Default)
-
_Command_Verbosity_Default
public static org.jvnet.localizer.Localizable _Command_Verbosity_Default()KeyCommand.Verbosity.Default:(Default).- Returns:
(Default)
-
NuGet_Locals_DisplayName
KeyNuGet.Locals.DisplayName:.NET: Clear/List NuGet cache locations (nuget locals).- Returns:
.NET: Clear/List NuGet cache locations (nuget locals)
-
_NuGet_Locals_DisplayName
public static org.jvnet.localizer.Localizable _NuGet_Locals_DisplayName()KeyNuGet.Locals.DisplayName:.NET: Clear/List NuGet cache locations (nuget locals).- Returns:
.NET: Clear/List NuGet cache locations (nuget locals)
-
NuGet_Locals_Location_GlobalPackages
KeyNuGet.Locals.Location.GlobalPackages:Global packages.- Returns:
Global packages
-
_NuGet_Locals_Location_GlobalPackages
public static org.jvnet.localizer.Localizable _NuGet_Locals_Location_GlobalPackages()KeyNuGet.Locals.Location.GlobalPackages:Global packages.- Returns:
Global packages
-
MSBuild_Publish_DisplayName
KeyMSBuild.Publish.DisplayName:.NET: Publish project (publish).- Returns:
.NET: Publish project (publish)
-
_MSBuild_Publish_DisplayName
public static org.jvnet.localizer.Localizable _MSBuild_Publish_DisplayName()KeyMSBuild.Publish.DisplayName:.NET: Publish project (publish).- Returns:
.NET: Publish project (publish)
-
NuGet_Delete_InvalidPackageName
KeyNuGet.Delete.InvalidPackageName:Invalid package name specification..- Returns:
Invalid package name specification.
-
_NuGet_Delete_InvalidPackageName
public static org.jvnet.localizer.Localizable _NuGet_Delete_InvalidPackageName()KeyNuGet.Delete.InvalidPackageName:Invalid package name specification..- Returns:
Invalid package name specification.
-
ListPackage_EitherDeprecatedOrOutdated
KeyListPackage.EitherDeprecatedOrOutdated:Cannot show deprecated and outdated packages at the same time.- Returns:
Cannot show deprecated and outdated packages at the same time
-
_ListPackage_EitherDeprecatedOrOutdated
public static org.jvnet.localizer.Localizable _ListPackage_EitherDeprecatedOrOutdated()KeyListPackage.EitherDeprecatedOrOutdated:Cannot show deprecated and outdated packages at the same time.- Returns:
Cannot show deprecated and outdated packages at the same time
-
MSBuild_Command_InvalidProperties
KeyMSBuild.Command.InvalidProperties:Incorrect specification of MSBuild properties.- Returns:
Incorrect specification of MSBuild properties
-
_MSBuild_Command_InvalidProperties
public static org.jvnet.localizer.Localizable _MSBuild_Command_InvalidProperties()KeyMSBuild.Command.InvalidProperties:Incorrect specification of MSBuild properties.- Returns:
Incorrect specification of MSBuild properties
-
MSBuild_Build_DisplayName
KeyMSBuild.Build.DisplayName:.NET: Build project (build).- Returns:
.NET: Build project (build)
-
_MSBuild_Build_DisplayName
public static org.jvnet.localizer.Localizable _MSBuild_Build_DisplayName()KeyMSBuild.Build.DisplayName:.NET: Build project (build).- Returns:
.NET: Build project (build)
-
NuGet_Delete_InvalidPackageVersion
KeyNuGet.Delete.InvalidPackageVersion:Invalid package version specification..- Returns:
Invalid package version specification.
-
_NuGet_Delete_InvalidPackageVersion
public static org.jvnet.localizer.Localizable _NuGet_Delete_InvalidPackageVersion()KeyNuGet.Delete.InvalidPackageVersion:Invalid package version specification..- Returns:
Invalid package version specification.
-
Command_UnsupportedCharset
KeyCommand.UnsupportedCharset:Unsupported character set.- Returns:
Unsupported character set
-
_Command_UnsupportedCharset
public static org.jvnet.localizer.Localizable _Command_UnsupportedCharset()KeyCommand.UnsupportedCharset:Unsupported character set.- Returns:
Unsupported character set
-
MSBuild_Publish_No
KeyMSBuild.Publish.No:No.- Returns:
No
-
_MSBuild_Publish_No
public static org.jvnet.localizer.Localizable _MSBuild_Publish_No()KeyMSBuild.Publish.No:No.- Returns:
No
-
NuGet_Locals_Operation_Clear
KeyNuGet.Locals.Operation.Clear:Clear cache contents.- Returns:
Clear cache contents
-
_NuGet_Locals_Operation_Clear
public static org.jvnet.localizer.Localizable _NuGet_Locals_Operation_Clear()KeyNuGet.Locals.Operation.Clear:Clear cache contents.- Returns:
Clear cache contents
-
FreeStyleCommandConfiguration_StillInUse
KeyFreeStyleCommandConfiguration.StillInUse:This build step is still in use by {0} project(s). (These will continue to function.).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
This build step is still in use by {0} project(s). (These will continue to function.)
-
_FreeStyleCommandConfiguration_StillInUse
public static org.jvnet.localizer.Localizable _FreeStyleCommandConfiguration_StillInUse(Object arg0) KeyFreeStyleCommandConfiguration.StillInUse:This build step is still in use by {0} project(s). (These will continue to function.).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
This build step is still in use by {0} project(s). (These will continue to function.)
-
ListPackage_DisplayName
KeyListPackage.DisplayName:.NET: Show dependencies (list package).- Returns:
.NET: Show dependencies (list package)
-
_ListPackage_DisplayName
public static org.jvnet.localizer.Localizable _ListPackage_DisplayName()KeyListPackage.DisplayName:.NET: Show dependencies (list package).- Returns:
.NET: Show dependencies (list package)
-
Command_Verbosity_Diagnostic
KeyCommand.Verbosity.Diagnostic:Diagnostic (diag).- Returns:
Diagnostic (diag)
-
_Command_Verbosity_Diagnostic
public static org.jvnet.localizer.Localizable _Command_Verbosity_Diagnostic()KeyCommand.Verbosity.Diagnostic:Diagnostic (diag).- Returns:
Diagnostic (diag)
-
NuGet_Delete_PackageNameWithoutVersion
KeyNuGet.Delete.PackageNameWithoutVersion:A package version specification is required when a package name has been specified..- Returns:
A package version specification is required when a package name has been specified.
-
_NuGet_Delete_PackageNameWithoutVersion
public static org.jvnet.localizer.Localizable _NuGet_Delete_PackageNameWithoutVersion()KeyNuGet.Delete.PackageNameWithoutVersion:A package version specification is required when a package name has been specified..- Returns:
A package version specification is required when a package name has been specified.
-
Command_Verbosity_Detailed
KeyCommand.Verbosity.Detailed:Detailed (d).- Returns:
Detailed (d)
-
_Command_Verbosity_Detailed
public static org.jvnet.localizer.Localizable _Command_Verbosity_Detailed()KeyCommand.Verbosity.Detailed:Detailed (d).- Returns:
Detailed (d)
-
NuGet_Locals_Location_Temp
KeyNuGet.Locals.Location.Temp:Temporary files.- Returns:
Temporary files
-
_NuGet_Locals_Location_Temp
public static org.jvnet.localizer.Localizable _NuGet_Locals_Location_Temp()KeyNuGet.Locals.Location.Temp:Temporary files.- Returns:
Temporary files
-
NuGet_Locals_InvalidOperation
KeyNuGet.Locals.InvalidOperation:Invalid operation "{0}"; valid values are "clear" and "list"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid operation "{0}"; valid values are "clear" and "list".
-
_NuGet_Locals_InvalidOperation
KeyNuGet.Locals.InvalidOperation:Invalid operation "{0}"; valid values are "clear" and "list"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid operation "{0}"; valid values are "clear" and "list".
-
Command_Verbosity_Normal
KeyCommand.Verbosity.Normal:Normal (n).- Returns:
Normal (n)
-
_Command_Verbosity_Normal
public static org.jvnet.localizer.Localizable _Command_Verbosity_Normal()KeyCommand.Verbosity.Normal:Normal (n).- Returns:
Normal (n)
-
MSBuild_Test_BadRunSettings
KeyMSBuild.Test.BadRunSettings:Failed to load configured RunSettings arguments..- Returns:
Failed to load configured RunSettings arguments.
-
_MSBuild_Test_BadRunSettings
public static org.jvnet.localizer.Localizable _MSBuild_Test_BadRunSettings()KeyMSBuild.Test.BadRunSettings:Failed to load configured RunSettings arguments..- Returns:
Failed to load configured RunSettings arguments.
-
Restore_DisplayName
KeyRestore.DisplayName:.NET: Restore project dependencies (restore).- Returns:
.NET: Restore project dependencies (restore)
-
_Restore_DisplayName
public static org.jvnet.localizer.Localizable _Restore_DisplayName()KeyRestore.DisplayName:.NET: Restore project dependencies (restore).- Returns:
.NET: Restore project dependencies (restore)
-
Command_Verbosity_Minimal
KeyCommand.Verbosity.Minimal:Minimal (m).- Returns:
Minimal (m)
-
_Command_Verbosity_Minimal
public static org.jvnet.localizer.Localizable _Command_Verbosity_Minimal()KeyCommand.Verbosity.Minimal:Minimal (m).- Returns:
Minimal (m)
-
MSBuild_Test_DisplayName
KeyMSBuild.Test.DisplayName:.NET: Run unit tests (test).- Returns:
.NET: Run unit tests (test)
-
_MSBuild_Test_DisplayName
public static org.jvnet.localizer.Localizable _MSBuild_Test_DisplayName()KeyMSBuild.Test.DisplayName:.NET: Run unit tests (test).- Returns:
.NET: Run unit tests (test)
-
DotNetArguments_StringCredentialNotFound
KeyDotNetArguments.StringCredentialNotFound:No string credentials found with id "{0}"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No string credentials found with id "{0}".
-
_DotNetArguments_StringCredentialNotFound
public static org.jvnet.localizer.Localizable _DotNetArguments_StringCredentialNotFound(Object arg0) KeyDotNetArguments.StringCredentialNotFound:No string credentials found with id "{0}"..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No string credentials found with id "{0}".
-
MSBuild_Publish_ProjectDefault
KeyMSBuild.Publish.ProjectDefault:(Project Default).- Returns:
(Project Default)
-
_MSBuild_Publish_ProjectDefault
public static org.jvnet.localizer.Localizable _MSBuild_Publish_ProjectDefault()KeyMSBuild.Publish.ProjectDefault:(Project Default).- Returns:
(Project Default)
-