Package hudson
Class Messages
- java.lang.Object
-
- hudson.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_AboutJenkins_Description()
KeyAboutJenkins.Description
:See the version and license information.
.static org.jvnet.localizer.Localizable
_AboutJenkins_DisplayName()
KeyAboutJenkins.DisplayName
:About Jenkins
.static org.jvnet.localizer.Localizable
_FilePath_did_not_manage_to_validate_may_be_too_sl(Object arg0)
KeyFilePath.did_not_manage_to_validate_may_be_too_sl
:Did not manage to validate {0} (may be too slow)
.static org.jvnet.localizer.Localizable
_FilePath_TildaDoesntWork()
KeyFilePath.TildaDoesntWork
:â~â is only supported in a Unix shell and nowhere else.
.static org.jvnet.localizer.Localizable
_FilePath_validateAntFileMask_doesntMatchAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.doesntMatchAndSuggest
:â{0}â doesnât match anything, but â{1}â does. Perhaps thatâs what you mean?
.static org.jvnet.localizer.Localizable
_FilePath_validateAntFileMask_doesntMatchAnything(Object arg0)
KeyFilePath.validateAntFileMask.doesntMatchAnything
:â{0}â doesnât match anything
.static org.jvnet.localizer.Localizable
_FilePath_validateAntFileMask_doesntMatchAnythingAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.doesntMatchAnythingAndSuggest
:â{0}â doesnât match anything: even â{1}â doesnât exist
.static org.jvnet.localizer.Localizable
_FilePath_validateAntFileMask_matchWithCaseInsensitive(Object arg0)
KeyFilePath.validateAntFileMask.matchWithCaseInsensitive
:â{0}â doesnât match anything because it is treated case sensitively. You can deactivate case sensitivity to get matches
.static org.jvnet.localizer.Localizable
_FilePath_validateAntFileMask_portionMatchAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.portionMatchAndSuggest
:â{0}â doesnât match anything, although â{1}â exists
.static org.jvnet.localizer.Localizable
_FilePath_validateAntFileMask_portionMatchButPreviousNotMatchAndSuggest(Object arg0, Object arg1, Object arg2)
KeyFilePath.validateAntFileMask.portionMatchButPreviousNotMatchAndSuggest
:â{0}â doesnât match anything: â{1}â exists but not â{2}â
.static org.jvnet.localizer.Localizable
_FilePath_validateAntFileMask_whitespaceSeparator()
KeyFilePath.validateAntFileMask.whitespaceSeparator
:Whitespace can no longer be used as the separator. Please Use â,â as the separator instead.
.static org.jvnet.localizer.Localizable
_FilePath_validateRelativePath_noSuchDirectory(Object arg0)
KeyFilePath.validateRelativePath.noSuchDirectory
:No such directory: â{0}â
.static org.jvnet.localizer.Localizable
_FilePath_validateRelativePath_noSuchFile(Object arg0)
KeyFilePath.validateRelativePath.noSuchFile
:No such file: â{0}â
.static org.jvnet.localizer.Localizable
_FilePath_validateRelativePath_notDirectory(Object arg0)
KeyFilePath.validateRelativePath.notDirectory
:â{0}â is not a directory
.static org.jvnet.localizer.Localizable
_FilePath_validateRelativePath_notFile(Object arg0)
KeyFilePath.validateRelativePath.notFile
:â{0}â is not a file
.static org.jvnet.localizer.Localizable
_FilePath_validateRelativePath_wildcardNotAllowed()
KeyFilePath.validateRelativePath.wildcardNotAllowed
:Wildcard is not allowed here
.static org.jvnet.localizer.Localizable
_Functions_NoExceptionDetails()
KeyFunctions.NoExceptionDetails
:No Exception details
.static org.jvnet.localizer.Localizable
_PluginManager_adoptThisPlugin()
KeyPluginManager.adoptThisPlugin
:<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
.static org.jvnet.localizer.Localizable
_PluginManager_ago(Object arg0)
KeyPluginManager.ago
:{0} ago
.static org.jvnet.localizer.Localizable
_PluginManager_CheckUpdateServerError(Object arg0)
KeyPluginManager.CheckUpdateServerError
:There were errors checking the update sites: {0}
.static org.jvnet.localizer.Localizable
_PluginManager_compatWarning()
KeyPluginManager.compatWarning
:Warning: The new version of this plugin is marked as incompatible with the installed version. This is usually the case because its behavior or APIs changed, or because it uses a different settings format than the installed version. Other plugins with a dependency on this plugin may be incompatible with this update and no longer work as expected, jobs using this plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
.static org.jvnet.localizer.Localizable
_PluginManager_ConfigureUpdateCenterPermission_Description()
KeyPluginManager.ConfigureUpdateCenterPermission.Description
:Deprecated - Please use the Overall/Administer permission instead
.static org.jvnet.localizer.Localizable
_PluginManager_connectionFailed()
KeyPluginManager.connectionFailed
:Unable to connect to the URL.
.static org.jvnet.localizer.Localizable
_PluginManager_coreWarning(Object arg0)
KeyPluginManager.coreWarning
:Warning: This plugin is built for Jenkins {0} or newer. Jenkins will refuse to load this plugin if installed.
.static org.jvnet.localizer.Localizable
_PluginManager_depCompatWarning()
KeyPluginManager.depCompatWarning
:Warning: This plugin requires newer versions of dependencies and at least one of those plugins is not compatible with the installed version. This is usually the case because its behavior or APIs changed, or it uses a different settings format than the installed version. Other plugins with a dependency on that plugin may be incompatible with this update and no longer work as expected, jobs using that plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
.static org.jvnet.localizer.Localizable
_PluginManager_depCoreWarning(Object arg0)
KeyPluginManager.depCoreWarning
:Warning: This plugin has dependencies on other plugins that require Jenkins {0} or newer. Jenkins will refuse to load the dependencies requiring a newer version of Jenkins, and in turn loading this plugin will fail.
.static org.jvnet.localizer.Localizable
_PluginManager_deprecationWarning(Object arg0)
KeyPluginManager.deprecationWarning
:<strong>This plugin is deprecated.</strong> In general, this means that it is either obsolete, no longer being developed, or may no longer work. <a href="{0}" rel="noopener noreferrer" target="_blank">Learn more.</a>
.static org.jvnet.localizer.Localizable
_PluginManager_DisplayName()
KeyPluginManager.DisplayName
:Plugins
.static org.jvnet.localizer.Localizable
_PluginManager_emptyUpdateSiteUrl()
KeyPluginManager.emptyUpdateSiteUrl
:The update site cannot be empty. Please enter a valid url.
.static org.jvnet.localizer.Localizable
_PluginManager_insecureUrl()
KeyPluginManager.insecureUrl
:You are using an insecure URL to download the plugin, use at your own risk!
.static org.jvnet.localizer.Localizable
_PluginManager_invalidUrl()
KeyPluginManager.invalidUrl
:You are using an invalid URL to download the plugin. file, https and http (not recommended) URLs are supported.
.static org.jvnet.localizer.Localizable
_PluginManager_parentCompatWarning()
KeyPluginManager.parentCompatWarning
:The following plugins are affected by this:
.static org.jvnet.localizer.Localizable
_PluginManager_parentDepCompatWarning()
KeyPluginManager.parentDepCompatWarning
:The following plugins are incompatible:
.static org.jvnet.localizer.Localizable
_PluginManager_PluginCycleDependenciesMonitor_DisplayName()
KeyPluginManager.PluginCycleDependenciesMonitor.DisplayName
:Cyclic Dependencies Detector
.static org.jvnet.localizer.Localizable
_PluginManager_PluginDeprecationMonitor_DisplayName()
KeyPluginManager.PluginDeprecationMonitor.DisplayName
:Deprecated Plugin Monitor
.static org.jvnet.localizer.Localizable
_PluginManager_PluginDoesntSupportDynamicLoad_RestartRequired(Object arg0)
KeyPluginManager.PluginDoesntSupportDynamicLoad.RestartRequired
:{0} plugin doesnât support dynamic loading. Jenkins needs to be restarted for the update to take effect.
.static org.jvnet.localizer.Localizable
_PluginManager_PluginIsAlreadyInstalled_RestartRequired(Object arg0)
KeyPluginManager.PluginIsAlreadyInstalled.RestartRequired
:{0} plugin is already installed. Jenkins needs to be restarted for the update to take effect.
.static org.jvnet.localizer.Localizable
_PluginManager_PluginUpdateMonitor_DisplayName()
KeyPluginManager.PluginUpdateMonitor.DisplayName
:Invalid Plugin Configuration
.static org.jvnet.localizer.Localizable
_PluginManager_PortNotANumber()
KeyPluginManager.PortNotANumber
:Port is not a number
.static org.jvnet.localizer.Localizable
_PluginManager_PortNotInRange(Object arg0, Object arg1)
KeyPluginManager.PortNotInRange
:Port doesnât range from {0} to {1}
.static org.jvnet.localizer.Localizable
_PluginManager_securityWarning()
KeyPluginManager.securityWarning
:Warning: This plugin version may not be safe to use. Please review the following security notices:
.static org.jvnet.localizer.Localizable
_PluginManager_UnexpectedException()
KeyPluginManager.UnexpectedException
:Unexpected exception going through the retrying process of checking update servers
.static org.jvnet.localizer.Localizable
_PluginManager_UpdateSiteChangeLogLevel(Object arg0)
KeyPluginManager.UpdateSiteChangeLogLevel
:Change the log level of {0} logger to WARNING or below to see more information and the error message of every attempt
.static org.jvnet.localizer.Localizable
_PluginManager_UpdateSiteError(Object arg0, Object arg1)
KeyPluginManager.UpdateSiteError
:Error checking update sites for {0} attempt(s). Last exception was: {1}
.static org.jvnet.localizer.Localizable
_PluginManager_UploadPluginsPermission_Description()
KeyPluginManager.UploadPluginsPermission.Description
:Deprecated - Please use the Overall/Administer permission instead
.static org.jvnet.localizer.Localizable
_PluginWrapper_Already_Disabled(Object arg0)
KeyPluginWrapper.Already.Disabled
:The plugin ''{0}'' was already disabled
.static org.jvnet.localizer.Localizable
_PluginWrapper_disabled_2(Object arg0, Object arg1)
KeyPluginWrapper.disabled_2
:Required plugin is disabled: {0} ({1})
.static org.jvnet.localizer.Localizable
_PluginWrapper_Error_Disabling(Object arg0, Object arg1)
KeyPluginWrapper.Error.Disabling
:There was an error disabling the ''{0}'' plugin. Error: ''{1}''
.static org.jvnet.localizer.Localizable
_PluginWrapper_failed_to_load_dependency_2(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.failed_to_load_dependency_2
:Failed to load: {0} ({1} {2})
.static org.jvnet.localizer.Localizable
_PluginWrapper_failed_to_load_plugin_2(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.failed_to_load_plugin_2
:Failed to load: {0} ({1} {2})
.static org.jvnet.localizer.Localizable
_PluginWrapper_missing(Object arg0, Object arg1)
KeyPluginWrapper.missing
:Plugin is missing: {0} ({1})
.static org.jvnet.localizer.Localizable
_PluginWrapper_NoSuchPlugin(Object arg0)
KeyPluginWrapper.NoSuchPlugin
:No such plugin found with the name ''{0}''
.static org.jvnet.localizer.Localizable
_PluginWrapper_obsolete_2(Object arg0, Object arg1, Object arg2, Object arg3)
KeyPluginWrapper.obsolete_2
:Update required: {0} ({1} {2}) to be updated to {3} or higher
.static org.jvnet.localizer.Localizable
_PluginWrapper_obsoleteCore(Object arg0, Object arg1)
KeyPluginWrapper.obsoleteCore
:Jenkins ({1}) or higher required
.static org.jvnet.localizer.Localizable
_PluginWrapper_Plugin_Disabled(Object arg0)
KeyPluginWrapper.Plugin.Disabled
:Plugin ''{0}'' disabled
.static org.jvnet.localizer.Localizable
_PluginWrapper_Plugin_Has_Dependent(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.Plugin.Has.Dependent
:The plugin ''{0}'' has, at least, one dependent plugin ({1}) and the disable strategy is {2}, so it cannot be disabled
.static org.jvnet.localizer.Localizable
_PluginWrapper_PluginWrapperAdministrativeMonitor_DisplayName()
KeyPluginWrapper.PluginWrapperAdministrativeMonitor.DisplayName
:Plugins Failed To Load
.static org.jvnet.localizer.Localizable
_ProxyConfiguration_FailedToConnect(Object arg0, Object arg1)
KeyProxyConfiguration.FailedToConnect
:Failed to connect to {0} (code {1}).
.static org.jvnet.localizer.Localizable
_ProxyConfiguration_FailedToConnectViaProxy(Object arg0)
KeyProxyConfiguration.FailedToConnectViaProxy
:Failed to connect to {0}.
.static org.jvnet.localizer.Localizable
_ProxyConfiguration_MalformedTestUrl(Object arg0)
KeyProxyConfiguration.MalformedTestUrl
:Malformed Test URL {0}.
.static org.jvnet.localizer.Localizable
_ProxyConfiguration_Success()
KeyProxyConfiguration.Success
:Success
.static org.jvnet.localizer.Localizable
_ProxyConfiguration_TestUrlRequired()
KeyProxyConfiguration.TestUrlRequired
:Test URL is required.
.static org.jvnet.localizer.Localizable
_TcpSlaveAgentListener_PingAgentProtocol_displayName()
KeyTcpSlaveAgentListener.PingAgentProtocol.displayName
:Ping protocol
.static org.jvnet.localizer.Localizable
_Util_day(Object arg0)
KeyUtil.day
:{0} {0,choice,0#days|1#day|1<days}
.static org.jvnet.localizer.Localizable
_Util_hour(Object arg0)
KeyUtil.hour
:{0} hr
.static org.jvnet.localizer.Localizable
_Util_millisecond(Object arg0)
KeyUtil.millisecond
:{0} ms
.static org.jvnet.localizer.Localizable
_Util_minute(Object arg0)
KeyUtil.minute
:{0} min
.static org.jvnet.localizer.Localizable
_Util_month(Object arg0)
KeyUtil.month
:{0} mo
.static org.jvnet.localizer.Localizable
_Util_second(Object arg0)
KeyUtil.second
:{0} sec
.static org.jvnet.localizer.Localizable
_Util_year(Object arg0)
KeyUtil.year
:{0} yr
.static String
AboutJenkins_Description()
KeyAboutJenkins.Description
:See the version and license information.
.static String
AboutJenkins_DisplayName()
KeyAboutJenkins.DisplayName
:About Jenkins
.static String
FilePath_did_not_manage_to_validate_may_be_too_sl(Object arg0)
KeyFilePath.did_not_manage_to_validate_may_be_too_sl
:Did not manage to validate {0} (may be too slow)
.static String
FilePath_TildaDoesntWork()
KeyFilePath.TildaDoesntWork
:â~â is only supported in a Unix shell and nowhere else.
.static String
FilePath_validateAntFileMask_doesntMatchAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.doesntMatchAndSuggest
:â{0}â doesnât match anything, but â{1}â does. Perhaps thatâs what you mean?
.static String
FilePath_validateAntFileMask_doesntMatchAnything(Object arg0)
KeyFilePath.validateAntFileMask.doesntMatchAnything
:â{0}â doesnât match anything
.static String
FilePath_validateAntFileMask_doesntMatchAnythingAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.doesntMatchAnythingAndSuggest
:â{0}â doesnât match anything: even â{1}â doesnât exist
.static String
FilePath_validateAntFileMask_matchWithCaseInsensitive(Object arg0)
KeyFilePath.validateAntFileMask.matchWithCaseInsensitive
:â{0}â doesnât match anything because it is treated case sensitively. You can deactivate case sensitivity to get matches
.static String
FilePath_validateAntFileMask_portionMatchAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.portionMatchAndSuggest
:â{0}â doesnât match anything, although â{1}â exists
.static String
FilePath_validateAntFileMask_portionMatchButPreviousNotMatchAndSuggest(Object arg0, Object arg1, Object arg2)
KeyFilePath.validateAntFileMask.portionMatchButPreviousNotMatchAndSuggest
:â{0}â doesnât match anything: â{1}â exists but not â{2}â
.static String
FilePath_validateAntFileMask_whitespaceSeparator()
KeyFilePath.validateAntFileMask.whitespaceSeparator
:Whitespace can no longer be used as the separator. Please Use â,â as the separator instead.
.static String
FilePath_validateRelativePath_noSuchDirectory(Object arg0)
KeyFilePath.validateRelativePath.noSuchDirectory
:No such directory: â{0}â
.static String
FilePath_validateRelativePath_noSuchFile(Object arg0)
KeyFilePath.validateRelativePath.noSuchFile
:No such file: â{0}â
.static String
FilePath_validateRelativePath_notDirectory(Object arg0)
KeyFilePath.validateRelativePath.notDirectory
:â{0}â is not a directory
.static String
FilePath_validateRelativePath_notFile(Object arg0)
KeyFilePath.validateRelativePath.notFile
:â{0}â is not a file
.static String
FilePath_validateRelativePath_wildcardNotAllowed()
KeyFilePath.validateRelativePath.wildcardNotAllowed
:Wildcard is not allowed here
.static String
Functions_NoExceptionDetails()
KeyFunctions.NoExceptionDetails
:No Exception details
.static String
PluginManager_adoptThisPlugin()
KeyPluginManager.adoptThisPlugin
:<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
.static String
PluginManager_ago(Object arg0)
KeyPluginManager.ago
:{0} ago
.static String
PluginManager_CheckUpdateServerError(Object arg0)
KeyPluginManager.CheckUpdateServerError
:There were errors checking the update sites: {0}
.static String
PluginManager_compatWarning()
KeyPluginManager.compatWarning
:Warning: The new version of this plugin is marked as incompatible with the installed version. This is usually the case because its behavior or APIs changed, or because it uses a different settings format than the installed version. Other plugins with a dependency on this plugin may be incompatible with this update and no longer work as expected, jobs using this plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
.static String
PluginManager_ConfigureUpdateCenterPermission_Description()
KeyPluginManager.ConfigureUpdateCenterPermission.Description
:Deprecated - Please use the Overall/Administer permission instead
.static String
PluginManager_connectionFailed()
KeyPluginManager.connectionFailed
:Unable to connect to the URL.
.static String
PluginManager_coreWarning(Object arg0)
KeyPluginManager.coreWarning
:Warning: This plugin is built for Jenkins {0} or newer. Jenkins will refuse to load this plugin if installed.
.static String
PluginManager_depCompatWarning()
KeyPluginManager.depCompatWarning
:Warning: This plugin requires newer versions of dependencies and at least one of those plugins is not compatible with the installed version. This is usually the case because its behavior or APIs changed, or it uses a different settings format than the installed version. Other plugins with a dependency on that plugin may be incompatible with this update and no longer work as expected, jobs using that plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
.static String
PluginManager_depCoreWarning(Object arg0)
KeyPluginManager.depCoreWarning
:Warning: This plugin has dependencies on other plugins that require Jenkins {0} or newer. Jenkins will refuse to load the dependencies requiring a newer version of Jenkins, and in turn loading this plugin will fail.
.static String
PluginManager_deprecationWarning(Object arg0)
KeyPluginManager.deprecationWarning
:<strong>This plugin is deprecated.</strong> In general, this means that it is either obsolete, no longer being developed, or may no longer work. <a href="{0}" rel="noopener noreferrer" target="_blank">Learn more.</a>
.static String
PluginManager_DisplayName()
KeyPluginManager.DisplayName
:Plugins
.static String
PluginManager_emptyUpdateSiteUrl()
KeyPluginManager.emptyUpdateSiteUrl
:The update site cannot be empty. Please enter a valid url.
.static String
PluginManager_insecureUrl()
KeyPluginManager.insecureUrl
:You are using an insecure URL to download the plugin, use at your own risk!
.static String
PluginManager_invalidUrl()
KeyPluginManager.invalidUrl
:You are using an invalid URL to download the plugin. file, https and http (not recommended) URLs are supported.
.static String
PluginManager_parentCompatWarning()
KeyPluginManager.parentCompatWarning
:The following plugins are affected by this:
.static String
PluginManager_parentDepCompatWarning()
KeyPluginManager.parentDepCompatWarning
:The following plugins are incompatible:
.static String
PluginManager_PluginCycleDependenciesMonitor_DisplayName()
KeyPluginManager.PluginCycleDependenciesMonitor.DisplayName
:Cyclic Dependencies Detector
.static String
PluginManager_PluginDeprecationMonitor_DisplayName()
KeyPluginManager.PluginDeprecationMonitor.DisplayName
:Deprecated Plugin Monitor
.static String
PluginManager_PluginDoesntSupportDynamicLoad_RestartRequired(Object arg0)
KeyPluginManager.PluginDoesntSupportDynamicLoad.RestartRequired
:{0} plugin doesnât support dynamic loading. Jenkins needs to be restarted for the update to take effect.
.static String
PluginManager_PluginIsAlreadyInstalled_RestartRequired(Object arg0)
KeyPluginManager.PluginIsAlreadyInstalled.RestartRequired
:{0} plugin is already installed. Jenkins needs to be restarted for the update to take effect.
.static String
PluginManager_PluginUpdateMonitor_DisplayName()
KeyPluginManager.PluginUpdateMonitor.DisplayName
:Invalid Plugin Configuration
.static String
PluginManager_PortNotANumber()
KeyPluginManager.PortNotANumber
:Port is not a number
.static String
PluginManager_PortNotInRange(Object arg0, Object arg1)
KeyPluginManager.PortNotInRange
:Port doesnât range from {0} to {1}
.static String
PluginManager_securityWarning()
KeyPluginManager.securityWarning
:Warning: This plugin version may not be safe to use. Please review the following security notices:
.static String
PluginManager_UnexpectedException()
KeyPluginManager.UnexpectedException
:Unexpected exception going through the retrying process of checking update servers
.static String
PluginManager_UpdateSiteChangeLogLevel(Object arg0)
KeyPluginManager.UpdateSiteChangeLogLevel
:Change the log level of {0} logger to WARNING or below to see more information and the error message of every attempt
.static String
PluginManager_UpdateSiteError(Object arg0, Object arg1)
KeyPluginManager.UpdateSiteError
:Error checking update sites for {0} attempt(s). Last exception was: {1}
.static String
PluginManager_UploadPluginsPermission_Description()
KeyPluginManager.UploadPluginsPermission.Description
:Deprecated - Please use the Overall/Administer permission instead
.static String
PluginWrapper_Already_Disabled(Object arg0)
KeyPluginWrapper.Already.Disabled
:The plugin ''{0}'' was already disabled
.static String
PluginWrapper_disabled_2(Object arg0, Object arg1)
KeyPluginWrapper.disabled_2
:Required plugin is disabled: {0} ({1})
.static String
PluginWrapper_Error_Disabling(Object arg0, Object arg1)
KeyPluginWrapper.Error.Disabling
:There was an error disabling the ''{0}'' plugin. Error: ''{1}''
.static String
PluginWrapper_failed_to_load_dependency_2(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.failed_to_load_dependency_2
:Failed to load: {0} ({1} {2})
.static String
PluginWrapper_failed_to_load_plugin_2(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.failed_to_load_plugin_2
:Failed to load: {0} ({1} {2})
.static String
PluginWrapper_missing(Object arg0, Object arg1)
KeyPluginWrapper.missing
:Plugin is missing: {0} ({1})
.static String
PluginWrapper_NoSuchPlugin(Object arg0)
KeyPluginWrapper.NoSuchPlugin
:No such plugin found with the name ''{0}''
.static String
PluginWrapper_obsolete_2(Object arg0, Object arg1, Object arg2, Object arg3)
KeyPluginWrapper.obsolete_2
:Update required: {0} ({1} {2}) to be updated to {3} or higher
.static String
PluginWrapper_obsoleteCore(Object arg0, Object arg1)
KeyPluginWrapper.obsoleteCore
:Jenkins ({1}) or higher required
.static String
PluginWrapper_Plugin_Disabled(Object arg0)
KeyPluginWrapper.Plugin.Disabled
:Plugin ''{0}'' disabled
.static String
PluginWrapper_Plugin_Has_Dependent(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.Plugin.Has.Dependent
:The plugin ''{0}'' has, at least, one dependent plugin ({1}) and the disable strategy is {2}, so it cannot be disabled
.static String
PluginWrapper_PluginWrapperAdministrativeMonitor_DisplayName()
KeyPluginWrapper.PluginWrapperAdministrativeMonitor.DisplayName
:Plugins Failed To Load
.static String
ProxyConfiguration_FailedToConnect(Object arg0, Object arg1)
KeyProxyConfiguration.FailedToConnect
:Failed to connect to {0} (code {1}).
.static String
ProxyConfiguration_FailedToConnectViaProxy(Object arg0)
KeyProxyConfiguration.FailedToConnectViaProxy
:Failed to connect to {0}.
.static String
ProxyConfiguration_MalformedTestUrl(Object arg0)
KeyProxyConfiguration.MalformedTestUrl
:Malformed Test URL {0}.
.static String
ProxyConfiguration_Success()
KeyProxyConfiguration.Success
:Success
.static String
ProxyConfiguration_TestUrlRequired()
KeyProxyConfiguration.TestUrlRequired
:Test URL is required.
.static String
TcpSlaveAgentListener_PingAgentProtocol_displayName()
KeyTcpSlaveAgentListener.PingAgentProtocol.displayName
:Ping protocol
.static String
Util_day(Object arg0)
KeyUtil.day
:{0} {0,choice,0#days|1#day|1<days}
.static String
Util_hour(Object arg0)
KeyUtil.hour
:{0} hr
.static String
Util_millisecond(Object arg0)
KeyUtil.millisecond
:{0} ms
.static String
Util_minute(Object arg0)
KeyUtil.minute
:{0} min
.static String
Util_month(Object arg0)
KeyUtil.month
:{0} mo
.static String
Util_second(Object arg0)
KeyUtil.second
:{0} sec
.static String
Util_year(Object arg0)
KeyUtil.year
:{0} yr
.
-
-
-
Method Detail
-
FilePath_validateAntFileMask_whitespaceSeparator
public static String FilePath_validateAntFileMask_whitespaceSeparator()
KeyFilePath.validateAntFileMask.whitespaceSeparator
:Whitespace can no longer be used as the separator. Please Use â,â as the separator instead.
.- Returns:
Whitespace can no longer be used as the separator. Please Use â,â as the separator instead.
-
_FilePath_validateAntFileMask_whitespaceSeparator
public static org.jvnet.localizer.Localizable _FilePath_validateAntFileMask_whitespaceSeparator()
KeyFilePath.validateAntFileMask.whitespaceSeparator
:Whitespace can no longer be used as the separator. Please Use â,â as the separator instead.
.- Returns:
Whitespace can no longer be used as the separator. Please Use â,â as the separator instead.
-
Util_hour
public static String Util_hour(Object arg0)
KeyUtil.hour
:{0} hr
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} hr
-
_Util_hour
public static org.jvnet.localizer.Localizable _Util_hour(Object arg0)
KeyUtil.hour
:{0} hr
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} hr
-
PluginManager_PluginIsAlreadyInstalled_RestartRequired
public static String PluginManager_PluginIsAlreadyInstalled_RestartRequired(Object arg0)
KeyPluginManager.PluginIsAlreadyInstalled.RestartRequired
:{0} plugin is already installed. Jenkins needs to be restarted for the update to take effect.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} plugin is already installed. Jenkins needs to be restarted for the update to take effect.
-
_PluginManager_PluginIsAlreadyInstalled_RestartRequired
public static org.jvnet.localizer.Localizable _PluginManager_PluginIsAlreadyInstalled_RestartRequired(Object arg0)
KeyPluginManager.PluginIsAlreadyInstalled.RestartRequired
:{0} plugin is already installed. Jenkins needs to be restarted for the update to take effect.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} plugin is already installed. Jenkins needs to be restarted for the update to take effect.
-
PluginWrapper_disabled_2
public static String PluginWrapper_disabled_2(Object arg0, Object arg1)
KeyPluginWrapper.disabled_2
:Required plugin is disabled: {0} ({1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Required plugin is disabled: {0} ({1})
-
_PluginWrapper_disabled_2
public static org.jvnet.localizer.Localizable _PluginWrapper_disabled_2(Object arg0, Object arg1)
KeyPluginWrapper.disabled_2
:Required plugin is disabled: {0} ({1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Required plugin is disabled: {0} ({1})
-
PluginManager_connectionFailed
public static String PluginManager_connectionFailed()
KeyPluginManager.connectionFailed
:Unable to connect to the URL.
.- Returns:
Unable to connect to the URL.
-
_PluginManager_connectionFailed
public static org.jvnet.localizer.Localizable _PluginManager_connectionFailed()
KeyPluginManager.connectionFailed
:Unable to connect to the URL.
.- Returns:
Unable to connect to the URL.
-
FilePath_TildaDoesntWork
public static String FilePath_TildaDoesntWork()
KeyFilePath.TildaDoesntWork
:â~â is only supported in a Unix shell and nowhere else.
.- Returns:
â~â is only supported in a Unix shell and nowhere else.
-
_FilePath_TildaDoesntWork
public static org.jvnet.localizer.Localizable _FilePath_TildaDoesntWork()
KeyFilePath.TildaDoesntWork
:â~â is only supported in a Unix shell and nowhere else.
.- Returns:
â~â is only supported in a Unix shell and nowhere else.
-
PluginManager_UpdateSiteChangeLogLevel
public static String PluginManager_UpdateSiteChangeLogLevel(Object arg0)
KeyPluginManager.UpdateSiteChangeLogLevel
:Change the log level of {0} logger to WARNING or below to see more information and the error message of every attempt
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Change the log level of {0} logger to WARNING or below to see more information and the error message of every attempt
-
_PluginManager_UpdateSiteChangeLogLevel
public static org.jvnet.localizer.Localizable _PluginManager_UpdateSiteChangeLogLevel(Object arg0)
KeyPluginManager.UpdateSiteChangeLogLevel
:Change the log level of {0} logger to WARNING or below to see more information and the error message of every attempt
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Change the log level of {0} logger to WARNING or below to see more information and the error message of every attempt
-
PluginManager_ago
public static String PluginManager_ago(Object arg0)
KeyPluginManager.ago
:{0} ago
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} ago
-
_PluginManager_ago
public static org.jvnet.localizer.Localizable _PluginManager_ago(Object arg0)
KeyPluginManager.ago
:{0} ago
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} ago
-
PluginManager_emptyUpdateSiteUrl
public static String PluginManager_emptyUpdateSiteUrl()
KeyPluginManager.emptyUpdateSiteUrl
:The update site cannot be empty. Please enter a valid url.
.- Returns:
The update site cannot be empty. Please enter a valid url.
-
_PluginManager_emptyUpdateSiteUrl
public static org.jvnet.localizer.Localizable _PluginManager_emptyUpdateSiteUrl()
KeyPluginManager.emptyUpdateSiteUrl
:The update site cannot be empty. Please enter a valid url.
.- Returns:
The update site cannot be empty. Please enter a valid url.
-
PluginManager_compatWarning
public static String PluginManager_compatWarning()
KeyPluginManager.compatWarning
:Warning: The new version of this plugin is marked as incompatible with the installed version. This is usually the case because its behavior or APIs changed, or because it uses a different settings format than the installed version. Other plugins with a dependency on this plugin may be incompatible with this update and no longer work as expected, jobs using this plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
.- Returns:
Warning: The new version of this plugin is marked as incompatible with the installed version. This is usually the case because its behavior or APIs changed, or because it uses a different settings format than the installed version. Other plugins with a dependency on this plugin may be incompatible with this update and no longer work as expected, jobs using this plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
-
_PluginManager_compatWarning
public static org.jvnet.localizer.Localizable _PluginManager_compatWarning()
KeyPluginManager.compatWarning
:Warning: The new version of this plugin is marked as incompatible with the installed version. This is usually the case because its behavior or APIs changed, or because it uses a different settings format than the installed version. Other plugins with a dependency on this plugin may be incompatible with this update and no longer work as expected, jobs using this plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
.- Returns:
Warning: The new version of this plugin is marked as incompatible with the installed version. This is usually the case because its behavior or APIs changed, or because it uses a different settings format than the installed version. Other plugins with a dependency on this plugin may be incompatible with this update and no longer work as expected, jobs using this plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
-
PluginManager_parentCompatWarning
public static String PluginManager_parentCompatWarning()
KeyPluginManager.parentCompatWarning
:The following plugins are affected by this:
.- Returns:
The following plugins are affected by this:
-
_PluginManager_parentCompatWarning
public static org.jvnet.localizer.Localizable _PluginManager_parentCompatWarning()
KeyPluginManager.parentCompatWarning
:The following plugins are affected by this:
.- Returns:
The following plugins are affected by this:
-
Util_day
public static String Util_day(Object arg0)
KeyUtil.day
:{0} {0,choice,0#days|1#day|1<days}
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} {0,choice,0#days|1#day|1<days}
-
_Util_day
public static org.jvnet.localizer.Localizable _Util_day(Object arg0)
KeyUtil.day
:{0} {0,choice,0#days|1#day|1<days}
.- Parameters:
arg0
- 1st format parameter,{0}
, a number.- Returns:
{0} {0,choice,0#days|1#day|1<days}
-
FilePath_validateAntFileMask_matchWithCaseInsensitive
public static String FilePath_validateAntFileMask_matchWithCaseInsensitive(Object arg0)
KeyFilePath.validateAntFileMask.matchWithCaseInsensitive
:â{0}â doesnât match anything because it is treated case sensitively. You can deactivate case sensitivity to get matches
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything because it is treated case sensitively. You can deactivate case sensitivity to get matches
-
_FilePath_validateAntFileMask_matchWithCaseInsensitive
public static org.jvnet.localizer.Localizable _FilePath_validateAntFileMask_matchWithCaseInsensitive(Object arg0)
KeyFilePath.validateAntFileMask.matchWithCaseInsensitive
:â{0}â doesnât match anything because it is treated case sensitively. You can deactivate case sensitivity to get matches
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything because it is treated case sensitively. You can deactivate case sensitivity to get matches
-
Util_month
public static String Util_month(Object arg0)
KeyUtil.month
:{0} mo
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} mo
-
_Util_month
public static org.jvnet.localizer.Localizable _Util_month(Object arg0)
KeyUtil.month
:{0} mo
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} mo
-
PluginManager_PluginCycleDependenciesMonitor_DisplayName
public static String PluginManager_PluginCycleDependenciesMonitor_DisplayName()
KeyPluginManager.PluginCycleDependenciesMonitor.DisplayName
:Cyclic Dependencies Detector
.- Returns:
Cyclic Dependencies Detector
-
_PluginManager_PluginCycleDependenciesMonitor_DisplayName
public static org.jvnet.localizer.Localizable _PluginManager_PluginCycleDependenciesMonitor_DisplayName()
KeyPluginManager.PluginCycleDependenciesMonitor.DisplayName
:Cyclic Dependencies Detector
.- Returns:
Cyclic Dependencies Detector
-
PluginWrapper_Already_Disabled
public static String PluginWrapper_Already_Disabled(Object arg0)
KeyPluginWrapper.Already.Disabled
:The plugin ''{0}'' was already disabled
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The plugin ''{0}'' was already disabled
-
_PluginWrapper_Already_Disabled
public static org.jvnet.localizer.Localizable _PluginWrapper_Already_Disabled(Object arg0)
KeyPluginWrapper.Already.Disabled
:The plugin ''{0}'' was already disabled
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The plugin ''{0}'' was already disabled
-
PluginManager_invalidUrl
public static String PluginManager_invalidUrl()
KeyPluginManager.invalidUrl
:You are using an invalid URL to download the plugin. file, https and http (not recommended) URLs are supported.
.- Returns:
You are using an invalid URL to download the plugin. file, https and http (not recommended) URLs are supported.
-
_PluginManager_invalidUrl
public static org.jvnet.localizer.Localizable _PluginManager_invalidUrl()
KeyPluginManager.invalidUrl
:You are using an invalid URL to download the plugin. file, https and http (not recommended) URLs are supported.
.- Returns:
You are using an invalid URL to download the plugin. file, https and http (not recommended) URLs are supported.
-
PluginWrapper_obsoleteCore
public static String PluginWrapper_obsoleteCore(Object arg0, Object arg1)
KeyPluginWrapper.obsoleteCore
:Jenkins ({1}) or higher required
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Jenkins ({1}) or higher required
-
_PluginWrapper_obsoleteCore
public static org.jvnet.localizer.Localizable _PluginWrapper_obsoleteCore(Object arg0, Object arg1)
KeyPluginWrapper.obsoleteCore
:Jenkins ({1}) or higher required
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Jenkins ({1}) or higher required
-
ProxyConfiguration_Success
public static String ProxyConfiguration_Success()
KeyProxyConfiguration.Success
:Success
.- Returns:
Success
-
_ProxyConfiguration_Success
public static org.jvnet.localizer.Localizable _ProxyConfiguration_Success()
KeyProxyConfiguration.Success
:Success
.- Returns:
Success
-
PluginManager_adoptThisPlugin
public static String PluginManager_adoptThisPlugin()
KeyPluginManager.adoptThisPlugin
:<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
.- Returns:
<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
-
_PluginManager_adoptThisPlugin
public static org.jvnet.localizer.Localizable _PluginManager_adoptThisPlugin()
KeyPluginManager.adoptThisPlugin
:<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
.- Returns:
<strong>This plugin is up for adoption!</strong> We are looking for new maintainers. Visit our <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a> initiative for more information.
-
PluginManager_depCompatWarning
public static String PluginManager_depCompatWarning()
KeyPluginManager.depCompatWarning
:Warning: This plugin requires newer versions of dependencies and at least one of those plugins is not compatible with the installed version. This is usually the case because its behavior or APIs changed, or it uses a different settings format than the installed version. Other plugins with a dependency on that plugin may be incompatible with this update and no longer work as expected, jobs using that plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
.- Returns:
Warning: This plugin requires newer versions of dependencies and at least one of those plugins is not compatible with the installed version. This is usually the case because its behavior or APIs changed, or it uses a different settings format than the installed version. Other plugins with a dependency on that plugin may be incompatible with this update and no longer work as expected, jobs using that plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
-
_PluginManager_depCompatWarning
public static org.jvnet.localizer.Localizable _PluginManager_depCompatWarning()
KeyPluginManager.depCompatWarning
:Warning: This plugin requires newer versions of dependencies and at least one of those plugins is not compatible with the installed version. This is usually the case because its behavior or APIs changed, or it uses a different settings format than the installed version. Other plugins with a dependency on that plugin may be incompatible with this update and no longer work as expected, jobs using that plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
.- Returns:
Warning: This plugin requires newer versions of dependencies and at least one of those plugins is not compatible with the installed version. This is usually the case because its behavior or APIs changed, or it uses a different settings format than the installed version. Other plugins with a dependency on that plugin may be incompatible with this update and no longer work as expected, jobs using that plugin may need to be reconfigured, and/or you may not be able to cleanly revert to the prior version without manually restoring old settings. Consult the plugin release notes for details.
-
FilePath_validateRelativePath_noSuchDirectory
public static String FilePath_validateRelativePath_noSuchDirectory(Object arg0)
KeyFilePath.validateRelativePath.noSuchDirectory
:No such directory: â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such directory: â{0}â
-
_FilePath_validateRelativePath_noSuchDirectory
public static org.jvnet.localizer.Localizable _FilePath_validateRelativePath_noSuchDirectory(Object arg0)
KeyFilePath.validateRelativePath.noSuchDirectory
:No such directory: â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such directory: â{0}â
-
Util_year
public static String Util_year(Object arg0)
KeyUtil.year
:{0} yr
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} yr
-
_Util_year
public static org.jvnet.localizer.Localizable _Util_year(Object arg0)
KeyUtil.year
:{0} yr
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} yr
-
PluginManager_UploadPluginsPermission_Description
public static String PluginManager_UploadPluginsPermission_Description()
KeyPluginManager.UploadPluginsPermission.Description
:Deprecated - Please use the Overall/Administer permission instead
.- Returns:
Deprecated - Please use the Overall/Administer permission instead
-
_PluginManager_UploadPluginsPermission_Description
public static org.jvnet.localizer.Localizable _PluginManager_UploadPluginsPermission_Description()
KeyPluginManager.UploadPluginsPermission.Description
:Deprecated - Please use the Overall/Administer permission instead
.- Returns:
Deprecated - Please use the Overall/Administer permission instead
-
PluginManager_insecureUrl
public static String PluginManager_insecureUrl()
KeyPluginManager.insecureUrl
:You are using an insecure URL to download the plugin, use at your own risk!
.- Returns:
You are using an insecure URL to download the plugin, use at your own risk!
-
_PluginManager_insecureUrl
public static org.jvnet.localizer.Localizable _PluginManager_insecureUrl()
KeyPluginManager.insecureUrl
:You are using an insecure URL to download the plugin, use at your own risk!
.- Returns:
You are using an insecure URL to download the plugin, use at your own risk!
-
PluginManager_parentDepCompatWarning
public static String PluginManager_parentDepCompatWarning()
KeyPluginManager.parentDepCompatWarning
:The following plugins are incompatible:
.- Returns:
The following plugins are incompatible:
-
_PluginManager_parentDepCompatWarning
public static org.jvnet.localizer.Localizable _PluginManager_parentDepCompatWarning()
KeyPluginManager.parentDepCompatWarning
:The following plugins are incompatible:
.- Returns:
The following plugins are incompatible:
-
PluginWrapper_failed_to_load_dependency_2
public static String PluginWrapper_failed_to_load_dependency_2(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.failed_to_load_dependency_2
:Failed to load: {0} ({1} {2})
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to load: {0} ({1} {2})
-
_PluginWrapper_failed_to_load_dependency_2
public static org.jvnet.localizer.Localizable _PluginWrapper_failed_to_load_dependency_2(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.failed_to_load_dependency_2
:Failed to load: {0} ({1} {2})
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to load: {0} ({1} {2})
-
FilePath_validateAntFileMask_doesntMatchAnythingAndSuggest
public static String FilePath_validateAntFileMask_doesntMatchAnythingAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.doesntMatchAnythingAndSuggest
:â{0}â doesnât match anything: even â{1}â doesnât exist
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything: even â{1}â doesnât exist
-
_FilePath_validateAntFileMask_doesntMatchAnythingAndSuggest
public static org.jvnet.localizer.Localizable _FilePath_validateAntFileMask_doesntMatchAnythingAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.doesntMatchAnythingAndSuggest
:â{0}â doesnât match anything: even â{1}â doesnât exist
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything: even â{1}â doesnât exist
-
PluginManager_CheckUpdateServerError
public static String PluginManager_CheckUpdateServerError(Object arg0)
KeyPluginManager.CheckUpdateServerError
:There were errors checking the update sites: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There were errors checking the update sites: {0}
-
_PluginManager_CheckUpdateServerError
public static org.jvnet.localizer.Localizable _PluginManager_CheckUpdateServerError(Object arg0)
KeyPluginManager.CheckUpdateServerError
:There were errors checking the update sites: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There were errors checking the update sites: {0}
-
PluginWrapper_PluginWrapperAdministrativeMonitor_DisplayName
public static String PluginWrapper_PluginWrapperAdministrativeMonitor_DisplayName()
KeyPluginWrapper.PluginWrapperAdministrativeMonitor.DisplayName
:Plugins Failed To Load
.- Returns:
Plugins Failed To Load
-
_PluginWrapper_PluginWrapperAdministrativeMonitor_DisplayName
public static org.jvnet.localizer.Localizable _PluginWrapper_PluginWrapperAdministrativeMonitor_DisplayName()
KeyPluginWrapper.PluginWrapperAdministrativeMonitor.DisplayName
:Plugins Failed To Load
.- Returns:
Plugins Failed To Load
-
PluginManager_ConfigureUpdateCenterPermission_Description
public static String PluginManager_ConfigureUpdateCenterPermission_Description()
KeyPluginManager.ConfigureUpdateCenterPermission.Description
:Deprecated - Please use the Overall/Administer permission instead
.- Returns:
Deprecated - Please use the Overall/Administer permission instead
-
_PluginManager_ConfigureUpdateCenterPermission_Description
public static org.jvnet.localizer.Localizable _PluginManager_ConfigureUpdateCenterPermission_Description()
KeyPluginManager.ConfigureUpdateCenterPermission.Description
:Deprecated - Please use the Overall/Administer permission instead
.- Returns:
Deprecated - Please use the Overall/Administer permission instead
-
Util_minute
public static String Util_minute(Object arg0)
KeyUtil.minute
:{0} min
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} min
-
_Util_minute
public static org.jvnet.localizer.Localizable _Util_minute(Object arg0)
KeyUtil.minute
:{0} min
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} min
-
PluginManager_PortNotInRange
public static String PluginManager_PortNotInRange(Object arg0, Object arg1)
KeyPluginManager.PortNotInRange
:Port doesnât range from {0} to {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Port doesnât range from {0} to {1}
-
_PluginManager_PortNotInRange
public static org.jvnet.localizer.Localizable _PluginManager_PortNotInRange(Object arg0, Object arg1)
KeyPluginManager.PortNotInRange
:Port doesnât range from {0} to {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Port doesnât range from {0} to {1}
-
PluginManager_coreWarning
public static String PluginManager_coreWarning(Object arg0)
KeyPluginManager.coreWarning
:Warning: This plugin is built for Jenkins {0} or newer. Jenkins will refuse to load this plugin if installed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Warning: This plugin is built for Jenkins {0} or newer. Jenkins will refuse to load this plugin if installed.
-
_PluginManager_coreWarning
public static org.jvnet.localizer.Localizable _PluginManager_coreWarning(Object arg0)
KeyPluginManager.coreWarning
:Warning: This plugin is built for Jenkins {0} or newer. Jenkins will refuse to load this plugin if installed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Warning: This plugin is built for Jenkins {0} or newer. Jenkins will refuse to load this plugin if installed.
-
PluginWrapper_Plugin_Disabled
public static String PluginWrapper_Plugin_Disabled(Object arg0)
KeyPluginWrapper.Plugin.Disabled
:Plugin ''{0}'' disabled
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Plugin ''{0}'' disabled
-
_PluginWrapper_Plugin_Disabled
public static org.jvnet.localizer.Localizable _PluginWrapper_Plugin_Disabled(Object arg0)
KeyPluginWrapper.Plugin.Disabled
:Plugin ''{0}'' disabled
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Plugin ''{0}'' disabled
-
ProxyConfiguration_FailedToConnectViaProxy
public static String ProxyConfiguration_FailedToConnectViaProxy(Object arg0)
KeyProxyConfiguration.FailedToConnectViaProxy
:Failed to connect to {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect to {0}.
-
_ProxyConfiguration_FailedToConnectViaProxy
public static org.jvnet.localizer.Localizable _ProxyConfiguration_FailedToConnectViaProxy(Object arg0)
KeyProxyConfiguration.FailedToConnectViaProxy
:Failed to connect to {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect to {0}.
-
Functions_NoExceptionDetails
public static String Functions_NoExceptionDetails()
KeyFunctions.NoExceptionDetails
:No Exception details
.- Returns:
No Exception details
-
_Functions_NoExceptionDetails
public static org.jvnet.localizer.Localizable _Functions_NoExceptionDetails()
KeyFunctions.NoExceptionDetails
:No Exception details
.- Returns:
No Exception details
-
PluginWrapper_NoSuchPlugin
public static String PluginWrapper_NoSuchPlugin(Object arg0)
KeyPluginWrapper.NoSuchPlugin
:No such plugin found with the name ''{0}''
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such plugin found with the name ''{0}''
-
_PluginWrapper_NoSuchPlugin
public static org.jvnet.localizer.Localizable _PluginWrapper_NoSuchPlugin(Object arg0)
KeyPluginWrapper.NoSuchPlugin
:No such plugin found with the name ''{0}''
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such plugin found with the name ''{0}''
-
PluginManager_DisplayName
public static String PluginManager_DisplayName()
KeyPluginManager.DisplayName
:Plugins
.- Returns:
Plugins
-
_PluginManager_DisplayName
public static org.jvnet.localizer.Localizable _PluginManager_DisplayName()
KeyPluginManager.DisplayName
:Plugins
.- Returns:
Plugins
-
FilePath_did_not_manage_to_validate_may_be_too_sl
public static String FilePath_did_not_manage_to_validate_may_be_too_sl(Object arg0)
KeyFilePath.did_not_manage_to_validate_may_be_too_sl
:Did not manage to validate {0} (may be too slow)
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Did not manage to validate {0} (may be too slow)
-
_FilePath_did_not_manage_to_validate_may_be_too_sl
public static org.jvnet.localizer.Localizable _FilePath_did_not_manage_to_validate_may_be_too_sl(Object arg0)
KeyFilePath.did_not_manage_to_validate_may_be_too_sl
:Did not manage to validate {0} (may be too slow)
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Did not manage to validate {0} (may be too slow)
-
PluginManager_deprecationWarning
public static String PluginManager_deprecationWarning(Object arg0)
KeyPluginManager.deprecationWarning
:<strong>This plugin is deprecated.</strong> In general, this means that it is either obsolete, no longer being developed, or may no longer work. <a href="{0}" rel="noopener noreferrer" target="_blank">Learn more.</a>
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
<strong>This plugin is deprecated.</strong> In general, this means that it is either obsolete, no longer being developed, or may no longer work. <a href="{0}" rel="noopener noreferrer" target="_blank">Learn more.</a>
-
_PluginManager_deprecationWarning
public static org.jvnet.localizer.Localizable _PluginManager_deprecationWarning(Object arg0)
KeyPluginManager.deprecationWarning
:<strong>This plugin is deprecated.</strong> In general, this means that it is either obsolete, no longer being developed, or may no longer work. <a href="{0}" rel="noopener noreferrer" target="_blank">Learn more.</a>
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
<strong>This plugin is deprecated.</strong> In general, this means that it is either obsolete, no longer being developed, or may no longer work. <a href="{0}" rel="noopener noreferrer" target="_blank">Learn more.</a>
-
PluginWrapper_obsolete_2
public static String PluginWrapper_obsolete_2(Object arg0, Object arg1, Object arg2, Object arg3)
KeyPluginWrapper.obsolete_2
:Update required: {0} ({1} {2}) to be updated to {3} or higher
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Update required: {0} ({1} {2}) to be updated to {3} or higher
-
_PluginWrapper_obsolete_2
public static org.jvnet.localizer.Localizable _PluginWrapper_obsolete_2(Object arg0, Object arg1, Object arg2, Object arg3)
KeyPluginWrapper.obsolete_2
:Update required: {0} ({1} {2}) to be updated to {3} or higher
.- Parameters:
arg3
- 4th format parameter,{3}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Update required: {0} ({1} {2}) to be updated to {3} or higher
-
FilePath_validateAntFileMask_portionMatchButPreviousNotMatchAndSuggest
public static String FilePath_validateAntFileMask_portionMatchButPreviousNotMatchAndSuggest(Object arg0, Object arg1, Object arg2)
KeyFilePath.validateAntFileMask.portionMatchButPreviousNotMatchAndSuggest
:â{0}â doesnât match anything: â{1}â exists but not â{2}â
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything: â{1}â exists but not â{2}â
-
_FilePath_validateAntFileMask_portionMatchButPreviousNotMatchAndSuggest
public static org.jvnet.localizer.Localizable _FilePath_validateAntFileMask_portionMatchButPreviousNotMatchAndSuggest(Object arg0, Object arg1, Object arg2)
KeyFilePath.validateAntFileMask.portionMatchButPreviousNotMatchAndSuggest
:â{0}â doesnât match anything: â{1}â exists but not â{2}â
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything: â{1}â exists but not â{2}â
-
ProxyConfiguration_TestUrlRequired
public static String ProxyConfiguration_TestUrlRequired()
KeyProxyConfiguration.TestUrlRequired
:Test URL is required.
.- Returns:
Test URL is required.
-
_ProxyConfiguration_TestUrlRequired
public static org.jvnet.localizer.Localizable _ProxyConfiguration_TestUrlRequired()
KeyProxyConfiguration.TestUrlRequired
:Test URL is required.
.- Returns:
Test URL is required.
-
PluginManager_PluginUpdateMonitor_DisplayName
public static String PluginManager_PluginUpdateMonitor_DisplayName()
KeyPluginManager.PluginUpdateMonitor.DisplayName
:Invalid Plugin Configuration
.- Returns:
Invalid Plugin Configuration
-
_PluginManager_PluginUpdateMonitor_DisplayName
public static org.jvnet.localizer.Localizable _PluginManager_PluginUpdateMonitor_DisplayName()
KeyPluginManager.PluginUpdateMonitor.DisplayName
:Invalid Plugin Configuration
.- Returns:
Invalid Plugin Configuration
-
FilePath_validateRelativePath_notDirectory
public static String FilePath_validateRelativePath_notDirectory(Object arg0)
KeyFilePath.validateRelativePath.notDirectory
:â{0}â is not a directory
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is not a directory
-
_FilePath_validateRelativePath_notDirectory
public static org.jvnet.localizer.Localizable _FilePath_validateRelativePath_notDirectory(Object arg0)
KeyFilePath.validateRelativePath.notDirectory
:â{0}â is not a directory
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is not a directory
-
FilePath_validateAntFileMask_portionMatchAndSuggest
public static String FilePath_validateAntFileMask_portionMatchAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.portionMatchAndSuggest
:â{0}â doesnât match anything, although â{1}â exists
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything, although â{1}â exists
-
_FilePath_validateAntFileMask_portionMatchAndSuggest
public static org.jvnet.localizer.Localizable _FilePath_validateAntFileMask_portionMatchAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.portionMatchAndSuggest
:â{0}â doesnât match anything, although â{1}â exists
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything, although â{1}â exists
-
FilePath_validateRelativePath_notFile
public static String FilePath_validateRelativePath_notFile(Object arg0)
KeyFilePath.validateRelativePath.notFile
:â{0}â is not a file
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is not a file
-
_FilePath_validateRelativePath_notFile
public static org.jvnet.localizer.Localizable _FilePath_validateRelativePath_notFile(Object arg0)
KeyFilePath.validateRelativePath.notFile
:â{0}â is not a file
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â is not a file
-
FilePath_validateRelativePath_wildcardNotAllowed
public static String FilePath_validateRelativePath_wildcardNotAllowed()
KeyFilePath.validateRelativePath.wildcardNotAllowed
:Wildcard is not allowed here
.- Returns:
Wildcard is not allowed here
-
_FilePath_validateRelativePath_wildcardNotAllowed
public static org.jvnet.localizer.Localizable _FilePath_validateRelativePath_wildcardNotAllowed()
KeyFilePath.validateRelativePath.wildcardNotAllowed
:Wildcard is not allowed here
.- Returns:
Wildcard is not allowed here
-
PluginWrapper_missing
public static String PluginWrapper_missing(Object arg0, Object arg1)
KeyPluginWrapper.missing
:Plugin is missing: {0} ({1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Plugin is missing: {0} ({1})
-
_PluginWrapper_missing
public static org.jvnet.localizer.Localizable _PluginWrapper_missing(Object arg0, Object arg1)
KeyPluginWrapper.missing
:Plugin is missing: {0} ({1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Plugin is missing: {0} ({1})
-
Util_second
public static String Util_second(Object arg0)
KeyUtil.second
:{0} sec
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} sec
-
_Util_second
public static org.jvnet.localizer.Localizable _Util_second(Object arg0)
KeyUtil.second
:{0} sec
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} sec
-
ProxyConfiguration_FailedToConnect
public static String ProxyConfiguration_FailedToConnect(Object arg0, Object arg1)
KeyProxyConfiguration.FailedToConnect
:Failed to connect to {0} (code {1}).
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect to {0} (code {1}).
-
_ProxyConfiguration_FailedToConnect
public static org.jvnet.localizer.Localizable _ProxyConfiguration_FailedToConnect(Object arg0, Object arg1)
KeyProxyConfiguration.FailedToConnect
:Failed to connect to {0} (code {1}).
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect to {0} (code {1}).
-
FilePath_validateAntFileMask_doesntMatchAnything
public static String FilePath_validateAntFileMask_doesntMatchAnything(Object arg0)
KeyFilePath.validateAntFileMask.doesntMatchAnything
:â{0}â doesnât match anything
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything
-
_FilePath_validateAntFileMask_doesntMatchAnything
public static org.jvnet.localizer.Localizable _FilePath_validateAntFileMask_doesntMatchAnything(Object arg0)
KeyFilePath.validateAntFileMask.doesntMatchAnything
:â{0}â doesnât match anything
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything
-
TcpSlaveAgentListener_PingAgentProtocol_displayName
public static String TcpSlaveAgentListener_PingAgentProtocol_displayName()
KeyTcpSlaveAgentListener.PingAgentProtocol.displayName
:Ping protocol
.- Returns:
Ping protocol
-
_TcpSlaveAgentListener_PingAgentProtocol_displayName
public static org.jvnet.localizer.Localizable _TcpSlaveAgentListener_PingAgentProtocol_displayName()
KeyTcpSlaveAgentListener.PingAgentProtocol.displayName
:Ping protocol
.- Returns:
Ping protocol
-
PluginManager_securityWarning
public static String PluginManager_securityWarning()
KeyPluginManager.securityWarning
:Warning: This plugin version may not be safe to use. Please review the following security notices:
.- Returns:
Warning: This plugin version may not be safe to use. Please review the following security notices:
-
_PluginManager_securityWarning
public static org.jvnet.localizer.Localizable _PluginManager_securityWarning()
KeyPluginManager.securityWarning
:Warning: This plugin version may not be safe to use. Please review the following security notices:
.- Returns:
Warning: This plugin version may not be safe to use. Please review the following security notices:
-
AboutJenkins_Description
public static String AboutJenkins_Description()
KeyAboutJenkins.Description
:See the version and license information.
.- Returns:
See the version and license information.
-
_AboutJenkins_Description
public static org.jvnet.localizer.Localizable _AboutJenkins_Description()
KeyAboutJenkins.Description
:See the version and license information.
.- Returns:
See the version and license information.
-
FilePath_validateAntFileMask_doesntMatchAndSuggest
public static String FilePath_validateAntFileMask_doesntMatchAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.doesntMatchAndSuggest
:â{0}â doesnât match anything, but â{1}â does. Perhaps thatâs what you mean?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything, but â{1}â does. Perhaps thatâs what you mean?
-
_FilePath_validateAntFileMask_doesntMatchAndSuggest
public static org.jvnet.localizer.Localizable _FilePath_validateAntFileMask_doesntMatchAndSuggest(Object arg0, Object arg1)
KeyFilePath.validateAntFileMask.doesntMatchAndSuggest
:â{0}â doesnât match anything, but â{1}â does. Perhaps thatâs what you mean?
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
â{0}â doesnât match anything, but â{1}â does. Perhaps thatâs what you mean?
-
PluginManager_UpdateSiteError
public static String PluginManager_UpdateSiteError(Object arg0, Object arg1)
KeyPluginManager.UpdateSiteError
:Error checking update sites for {0} attempt(s). Last exception was: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Error checking update sites for {0} attempt(s). Last exception was: {1}
-
_PluginManager_UpdateSiteError
public static org.jvnet.localizer.Localizable _PluginManager_UpdateSiteError(Object arg0, Object arg1)
KeyPluginManager.UpdateSiteError
:Error checking update sites for {0} attempt(s). Last exception was: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Error checking update sites for {0} attempt(s). Last exception was: {1}
-
PluginManager_depCoreWarning
public static String PluginManager_depCoreWarning(Object arg0)
KeyPluginManager.depCoreWarning
:Warning: This plugin has dependencies on other plugins that require Jenkins {0} or newer. Jenkins will refuse to load the dependencies requiring a newer version of Jenkins, and in turn loading this plugin will fail.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Warning: This plugin has dependencies on other plugins that require Jenkins {0} or newer. Jenkins will refuse to load the dependencies requiring a newer version of Jenkins, and in turn loading this plugin will fail.
-
_PluginManager_depCoreWarning
public static org.jvnet.localizer.Localizable _PluginManager_depCoreWarning(Object arg0)
KeyPluginManager.depCoreWarning
:Warning: This plugin has dependencies on other plugins that require Jenkins {0} or newer. Jenkins will refuse to load the dependencies requiring a newer version of Jenkins, and in turn loading this plugin will fail.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Warning: This plugin has dependencies on other plugins that require Jenkins {0} or newer. Jenkins will refuse to load the dependencies requiring a newer version of Jenkins, and in turn loading this plugin will fail.
-
ProxyConfiguration_MalformedTestUrl
public static String ProxyConfiguration_MalformedTestUrl(Object arg0)
KeyProxyConfiguration.MalformedTestUrl
:Malformed Test URL {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Malformed Test URL {0}.
-
_ProxyConfiguration_MalformedTestUrl
public static org.jvnet.localizer.Localizable _ProxyConfiguration_MalformedTestUrl(Object arg0)
KeyProxyConfiguration.MalformedTestUrl
:Malformed Test URL {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Malformed Test URL {0}.
-
AboutJenkins_DisplayName
public static String AboutJenkins_DisplayName()
KeyAboutJenkins.DisplayName
:About Jenkins
.- Returns:
About Jenkins
-
_AboutJenkins_DisplayName
public static org.jvnet.localizer.Localizable _AboutJenkins_DisplayName()
KeyAboutJenkins.DisplayName
:About Jenkins
.- Returns:
About Jenkins
-
PluginWrapper_Plugin_Has_Dependent
public static String PluginWrapper_Plugin_Has_Dependent(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.Plugin.Has.Dependent
:The plugin ''{0}'' has, at least, one dependent plugin ({1}) and the disable strategy is {2}, so it cannot be disabled
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The plugin ''{0}'' has, at least, one dependent plugin ({1}) and the disable strategy is {2}, so it cannot be disabled
-
_PluginWrapper_Plugin_Has_Dependent
public static org.jvnet.localizer.Localizable _PluginWrapper_Plugin_Has_Dependent(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.Plugin.Has.Dependent
:The plugin ''{0}'' has, at least, one dependent plugin ({1}) and the disable strategy is {2}, so it cannot be disabled
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The plugin ''{0}'' has, at least, one dependent plugin ({1}) and the disable strategy is {2}, so it cannot be disabled
-
PluginWrapper_Error_Disabling
public static String PluginWrapper_Error_Disabling(Object arg0, Object arg1)
KeyPluginWrapper.Error.Disabling
:There was an error disabling the ''{0}'' plugin. Error: ''{1}''
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There was an error disabling the ''{0}'' plugin. Error: ''{1}''
-
_PluginWrapper_Error_Disabling
public static org.jvnet.localizer.Localizable _PluginWrapper_Error_Disabling(Object arg0, Object arg1)
KeyPluginWrapper.Error.Disabling
:There was an error disabling the ''{0}'' plugin. Error: ''{1}''
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There was an error disabling the ''{0}'' plugin. Error: ''{1}''
-
PluginManager_PortNotANumber
public static String PluginManager_PortNotANumber()
KeyPluginManager.PortNotANumber
:Port is not a number
.- Returns:
Port is not a number
-
_PluginManager_PortNotANumber
public static org.jvnet.localizer.Localizable _PluginManager_PortNotANumber()
KeyPluginManager.PortNotANumber
:Port is not a number
.- Returns:
Port is not a number
-
PluginManager_PluginDeprecationMonitor_DisplayName
public static String PluginManager_PluginDeprecationMonitor_DisplayName()
KeyPluginManager.PluginDeprecationMonitor.DisplayName
:Deprecated Plugin Monitor
.- Returns:
Deprecated Plugin Monitor
-
_PluginManager_PluginDeprecationMonitor_DisplayName
public static org.jvnet.localizer.Localizable _PluginManager_PluginDeprecationMonitor_DisplayName()
KeyPluginManager.PluginDeprecationMonitor.DisplayName
:Deprecated Plugin Monitor
.- Returns:
Deprecated Plugin Monitor
-
FilePath_validateRelativePath_noSuchFile
public static String FilePath_validateRelativePath_noSuchFile(Object arg0)
KeyFilePath.validateRelativePath.noSuchFile
:No such file: â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such file: â{0}â
-
_FilePath_validateRelativePath_noSuchFile
public static org.jvnet.localizer.Localizable _FilePath_validateRelativePath_noSuchFile(Object arg0)
KeyFilePath.validateRelativePath.noSuchFile
:No such file: â{0}â
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No such file: â{0}â
-
PluginManager_UnexpectedException
public static String PluginManager_UnexpectedException()
KeyPluginManager.UnexpectedException
:Unexpected exception going through the retrying process of checking update servers
.- Returns:
Unexpected exception going through the retrying process of checking update servers
-
_PluginManager_UnexpectedException
public static org.jvnet.localizer.Localizable _PluginManager_UnexpectedException()
KeyPluginManager.UnexpectedException
:Unexpected exception going through the retrying process of checking update servers
.- Returns:
Unexpected exception going through the retrying process of checking update servers
-
PluginManager_PluginDoesntSupportDynamicLoad_RestartRequired
public static String PluginManager_PluginDoesntSupportDynamicLoad_RestartRequired(Object arg0)
KeyPluginManager.PluginDoesntSupportDynamicLoad.RestartRequired
:{0} plugin doesnât support dynamic loading. Jenkins needs to be restarted for the update to take effect.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} plugin doesnât support dynamic loading. Jenkins needs to be restarted for the update to take effect.
-
_PluginManager_PluginDoesntSupportDynamicLoad_RestartRequired
public static org.jvnet.localizer.Localizable _PluginManager_PluginDoesntSupportDynamicLoad_RestartRequired(Object arg0)
KeyPluginManager.PluginDoesntSupportDynamicLoad.RestartRequired
:{0} plugin doesnât support dynamic loading. Jenkins needs to be restarted for the update to take effect.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} plugin doesnât support dynamic loading. Jenkins needs to be restarted for the update to take effect.
-
PluginWrapper_failed_to_load_plugin_2
public static String PluginWrapper_failed_to_load_plugin_2(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.failed_to_load_plugin_2
:Failed to load: {0} ({1} {2})
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to load: {0} ({1} {2})
-
_PluginWrapper_failed_to_load_plugin_2
public static org.jvnet.localizer.Localizable _PluginWrapper_failed_to_load_plugin_2(Object arg0, Object arg1, Object arg2)
KeyPluginWrapper.failed_to_load_plugin_2
:Failed to load: {0} ({1} {2})
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to load: {0} ({1} {2})
-
Util_millisecond
public static String Util_millisecond(Object arg0)
KeyUtil.millisecond
:{0} ms
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} ms
-
_Util_millisecond
public static org.jvnet.localizer.Localizable _Util_millisecond(Object arg0)
KeyUtil.millisecond
:{0} ms
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} ms
-
-