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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyCommand.DefaultSDK
:(Default)
.static org.jvnet.localizer.Localizable
KeyCommand.ExecutionCompletedWithErrors
:Command execution completed with {0} error(s).
.static org.jvnet.localizer.Localizable
KeyCommand.ExecutionCompletedWithNonZeroReturnCode
:Command execution completed with return code {0}.
.static org.jvnet.localizer.Localizable
KeyCommand.ExecutionFailed
:Command execution failed.
.static org.jvnet.localizer.Localizable
KeyCommand.MoreOptions
:More Options
.static org.jvnet.localizer.Localizable
KeyCommand.SameCharsetAsBuild
:<Same As Rest of Build>
.static org.jvnet.localizer.Localizable
KeyCommand.UnsupportedCharset
:Unsupported character set
.static org.jvnet.localizer.Localizable
KeyCommand.Verbosity.Default
:(Default)
.static org.jvnet.localizer.Localizable
KeyCommand.Verbosity.Detailed
:Detailed (d)
.static org.jvnet.localizer.Localizable
KeyCommand.Verbosity.Diagnostic
:Diagnostic (diag)
.static org.jvnet.localizer.Localizable
KeyCommand.Verbosity.Minimal
:Minimal (m)
.static org.jvnet.localizer.Localizable
KeyCommand.Verbosity.Normal
:Normal (n)
.static org.jvnet.localizer.Localizable
KeyCommand.Verbosity.Quiet
:Quiet (q)
.static org.jvnet.localizer.Localizable
KeyDotNetArguments.StringCredentialNotFound
:No string credentials found with id "{0}".
.static org.jvnet.localizer.Localizable
KeyFreeStyleCommandConfiguration.StillInUse
:This build step is still in use by {0} project(s). (These will continue to function.)
.static org.jvnet.localizer.Localizable
KeyListPackage.DisplayName
:.NET: Show dependencies (list package)
.static org.jvnet.localizer.Localizable
KeyListPackage.EitherDeprecatedOrOutdated
:Cannot show deprecated and outdated packages at the same time
.static org.jvnet.localizer.Localizable
KeyListPackage.OnlyForPackageUpdateSearch
:This setting is only used when showing deprecated or outdated packages
.static org.jvnet.localizer.Localizable
KeyMSBuild.Build.DisplayName
:.NET: Build project (build)
.static org.jvnet.localizer.Localizable
KeyMSBuild.Clean.DisplayName
:.NET: Clean project output (clean)
.static org.jvnet.localizer.Localizable
KeyMSBuild.Command.BadProperties
:Failed to load configured MSBuild properties.
.static org.jvnet.localizer.Localizable
KeyMSBuild.Command.InvalidProperties
:Incorrect specification of MSBuild properties
.static org.jvnet.localizer.Localizable
KeyMSBuild.Pack.DisplayName
:.NET: Create NuGet package (pack)
.static org.jvnet.localizer.Localizable
KeyMSBuild.Publish.DisplayName
:.NET: Publish project (publish)
.static org.jvnet.localizer.Localizable
KeyMSBuild.Publish.No
:No
.static org.jvnet.localizer.Localizable
KeyMSBuild.Publish.ProjectDefault
:(Project Default)
.static org.jvnet.localizer.Localizable
KeyMSBuild.Publish.Yes
:Yes
.static org.jvnet.localizer.Localizable
KeyMSBuild.Test.BadRunSettings
:Failed to load configured RunSettings arguments.
.static org.jvnet.localizer.Localizable
KeyMSBuild.Test.DisplayName
:.NET: Run unit tests (test)
.static org.jvnet.localizer.Localizable
KeyMSBuild.Test.InvalidRunSettings
:Incorrect specification of RunSettings arguments
.static org.jvnet.localizer.Localizable
KeyMSBuild.Test.InvalidTimeout
:A timeout value must not be negative
.static org.jvnet.localizer.Localizable
KeyNuGet.Delete.DisplayName
:.NET: Delete/Unlist NuGet package (nuget delete)
.static org.jvnet.localizer.Localizable
KeyNuGet.Delete.InvalidPackageName
:Invalid package name specification.
.static org.jvnet.localizer.Localizable
KeyNuGet.Delete.InvalidPackageVersion
:Invalid package version specification.
.static org.jvnet.localizer.Localizable
KeyNuGet.Delete.PackageNameWithoutVersion
:A package version specification is required when a package name has been specified.
.static org.jvnet.localizer.Localizable
KeyNuGet.Delete.PackageVersionWithoutName
:A package version specification is ignored when no package name has been specified.
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.DisplayName
:.NET: Clear/List NuGet cache locations (nuget locals)
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.InvalidCacheLocation
:Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp".
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.InvalidOperation
:Invalid operation "{0}"; valid values are "clear" and "list".
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.Location.All
:All cache locations
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.Location.GlobalPackages
:Global packages
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.Location.HttpCache
:HTTP request cache
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.Location.Temp
:Temporary files
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.Operation.Clear
:Clear cache contents
.static org.jvnet.localizer.Localizable
KeyNuGet.Locals.Operation.List
:Show path of cache location
.static org.jvnet.localizer.Localizable
KeyNuGet.Push.DisplayName
:.NET: Publish NuGet package (nuget push)
.static org.jvnet.localizer.Localizable
KeyRestore.DisplayName
:.NET: Restore project dependencies (restore)
.static org.jvnet.localizer.Localizable
KeyTool.Restore.DisplayName
:.NET: Restore local tools (tool restore)
.static String
KeyCommand.DefaultSDK
:(Default)
.static String
KeyCommand.ExecutionCompletedWithErrors
:Command execution completed with {0} error(s).
.static String
KeyCommand.ExecutionCompletedWithNonZeroReturnCode
:Command execution completed with return code {0}.
.static String
KeyCommand.ExecutionFailed
:Command execution failed.
.static String
KeyCommand.MoreOptions
:More Options
.static String
KeyCommand.SameCharsetAsBuild
:<Same As Rest of Build>
.static String
KeyCommand.UnsupportedCharset
:Unsupported character set
.static String
KeyCommand.Verbosity.Default
:(Default)
.static String
KeyCommand.Verbosity.Detailed
:Detailed (d)
.static String
KeyCommand.Verbosity.Diagnostic
:Diagnostic (diag)
.static String
KeyCommand.Verbosity.Minimal
:Minimal (m)
.static String
KeyCommand.Verbosity.Normal
:Normal (n)
.static String
KeyCommand.Verbosity.Quiet
:Quiet (q)
.static String
KeyDotNetArguments.StringCredentialNotFound
:No string credentials found with id "{0}".
.static String
KeyFreeStyleCommandConfiguration.StillInUse
:This build step is still in use by {0} project(s). (These will continue to function.)
.static String
KeyListPackage.DisplayName
:.NET: Show dependencies (list package)
.static String
KeyListPackage.EitherDeprecatedOrOutdated
:Cannot show deprecated and outdated packages at the same time
.static String
KeyListPackage.OnlyForPackageUpdateSearch
:This setting is only used when showing deprecated or outdated packages
.static String
KeyMSBuild.Build.DisplayName
:.NET: Build project (build)
.static String
KeyMSBuild.Clean.DisplayName
:.NET: Clean project output (clean)
.static String
KeyMSBuild.Command.BadProperties
:Failed to load configured MSBuild properties.
.static String
KeyMSBuild.Command.InvalidProperties
:Incorrect specification of MSBuild properties
.static String
KeyMSBuild.Pack.DisplayName
:.NET: Create NuGet package (pack)
.static String
KeyMSBuild.Publish.DisplayName
:.NET: Publish project (publish)
.static String
KeyMSBuild.Publish.No
:No
.static String
KeyMSBuild.Publish.ProjectDefault
:(Project Default)
.static String
KeyMSBuild.Publish.Yes
:Yes
.static String
KeyMSBuild.Test.BadRunSettings
:Failed to load configured RunSettings arguments.
.static String
KeyMSBuild.Test.DisplayName
:.NET: Run unit tests (test)
.static String
KeyMSBuild.Test.InvalidRunSettings
:Incorrect specification of RunSettings arguments
.static String
KeyMSBuild.Test.InvalidTimeout
:A timeout value must not be negative
.static String
KeyNuGet.Delete.DisplayName
:.NET: Delete/Unlist NuGet package (nuget delete)
.static String
KeyNuGet.Delete.InvalidPackageName
:Invalid package name specification.
.static String
KeyNuGet.Delete.InvalidPackageVersion
:Invalid package version specification.
.static String
KeyNuGet.Delete.PackageNameWithoutVersion
:A package version specification is required when a package name has been specified.
.static String
KeyNuGet.Delete.PackageVersionWithoutName
:A package version specification is ignored when no package name has been specified.
.static String
KeyNuGet.Locals.DisplayName
:.NET: Clear/List NuGet cache locations (nuget locals)
.static String
KeyNuGet.Locals.InvalidCacheLocation
:Invalid cache location "{0}"; valid values are "all", "global-packages", "http-cache" and "temp".
.static String
KeyNuGet.Locals.InvalidOperation
:Invalid operation "{0}"; valid values are "clear" and "list".
.static String
KeyNuGet.Locals.Location.All
:All cache locations
.static String
KeyNuGet.Locals.Location.GlobalPackages
:Global packages
.static String
KeyNuGet.Locals.Location.HttpCache
:HTTP request cache
.static String
KeyNuGet.Locals.Location.Temp
:Temporary files
.static String
KeyNuGet.Locals.Operation.Clear
:Clear cache contents
.static String
KeyNuGet.Locals.Operation.List
:Show path of cache location
.static String
KeyNuGet.Push.DisplayName
:.NET: Publish NuGet package (nuget push)
.static String
KeyRestore.DisplayName
:.NET: Restore project dependencies (restore)
.static String
KeyTool.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)
-