Package org.jenkinsci.plugins.github
Class Messages
java.lang.Object
org.jenkinsci.plugins.github.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
Keycommon.expandable.message.title
:Expandable message
.static org.jvnet.localizer.Localizable
Keyduplicate.events.administrative.monitor.blurb
:Duplicate events were received from GitHub, possibly due to misconfiguration (e.g., multiple webhooks targeting the same Jenkins controller at the repository or organization level), potentially causing redundant builds or at least wasted work. <a id="{0}" href="{1}" target="_blank">Click here</a> to inspect the last tracked duplicate event payload.
.static org.jvnet.localizer.Localizable
Keyduplicate.events.administrative.monitor.description
:Warns about duplicate events received from GitHub.
.static org.jvnet.localizer.Localizable
Keyduplicate.events.administrative.monitor.displayname
:GitHub Duplicate Events
.static org.jvnet.localizer.Localizable
_github_trigger_check_method_warning_details
(Object arg0, Object arg1, Object arg2) Keygithub.trigger.check.method.warning.details
:The webhook for repo {0}/{1} on {2} failed to be registered or was removed. More info can be found on the global configuration page. This message will be dismissed if Jenkins receives a PING event from repo webhook or if you add the repo to the ignore list in the global configuration.
.static org.jvnet.localizer.Localizable
Keyglobal.config.hook.url.is.malformed
:There is a malformed GitHub webhook URL in the global configuration ({0}). Please ensure that the Jenkins URL is valid and ends with a forward slash or use the webhook URL override.
.static org.jvnet.localizer.Localizable
Keyglobal.config.url.is.empty
:The Jenkins URL is empty. Explicitly set the Jenkins URL in the global configuration or in the GitHub plugin configuration to manage webhooks.
.static org.jvnet.localizer.Localizable
Keyhooks.problem.administrative.monitor.description
:Some of the webhooks failed to be registered or were removed. You can view a detailed list of them at this page. Also you can manage the list of ignored repos.
.static org.jvnet.localizer.Localizable
Keyhooks.problem.administrative.monitor.displayname
:GitHub Hooks Problems
.static org.jvnet.localizer.Localizable
Keyunknown.error
:Unknown error
.static String
Keycommon.expandable.message.title
:Expandable message
.static String
Keyduplicate.events.administrative.monitor.blurb
:Duplicate events were received from GitHub, possibly due to misconfiguration (e.g., multiple webhooks targeting the same Jenkins controller at the repository or organization level), potentially causing redundant builds or at least wasted work. <a id="{0}" href="{1}" target="_blank">Click here</a> to inspect the last tracked duplicate event payload.
.static String
Keyduplicate.events.administrative.monitor.description
:Warns about duplicate events received from GitHub.
.static String
Keyduplicate.events.administrative.monitor.displayname
:GitHub Duplicate Events
.static String
github_trigger_check_method_warning_details
(Object arg0, Object arg1, Object arg2) Keygithub.trigger.check.method.warning.details
:The webhook for repo {0}/{1} on {2} failed to be registered or was removed. More info can be found on the global configuration page. This message will be dismissed if Jenkins receives a PING event from repo webhook or if you add the repo to the ignore list in the global configuration.
.static String
Keyglobal.config.hook.url.is.malformed
:There is a malformed GitHub webhook URL in the global configuration ({0}). Please ensure that the Jenkins URL is valid and ends with a forward slash or use the webhook URL override.
.static String
Keyglobal.config.url.is.empty
:The Jenkins URL is empty. Explicitly set the Jenkins URL in the global configuration or in the GitHub plugin configuration to manage webhooks.
.static String
Keyhooks.problem.administrative.monitor.description
:Some of the webhooks failed to be registered or were removed. You can view a detailed list of them at this page. Also you can manage the list of ignored repos.
.static String
Keyhooks.problem.administrative.monitor.displayname
:GitHub Hooks Problems
.static String
Keyunknown.error
:Unknown error
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
hooks_problem_administrative_monitor_description
Keyhooks.problem.administrative.monitor.description
:Some of the webhooks failed to be registered or were removed. You can view a detailed list of them at this page. Also you can manage the list of ignored repos.
.- Returns:
Some of the webhooks failed to be registered or were removed. You can view a detailed list of them at this page. Also you can manage the list of ignored repos.
-
_hooks_problem_administrative_monitor_description
public static org.jvnet.localizer.Localizable _hooks_problem_administrative_monitor_description()Keyhooks.problem.administrative.monitor.description
:Some of the webhooks failed to be registered or were removed. You can view a detailed list of them at this page. Also you can manage the list of ignored repos.
.- Returns:
Some of the webhooks failed to be registered or were removed. You can view a detailed list of them at this page. Also you can manage the list of ignored repos.
-
unknown_error
Keyunknown.error
:Unknown error
.- Returns:
Unknown error
-
_unknown_error
public static org.jvnet.localizer.Localizable _unknown_error()Keyunknown.error
:Unknown error
.- Returns:
Unknown error
-
duplicate_events_administrative_monitor_blurb
Keyduplicate.events.administrative.monitor.blurb
:Duplicate events were received from GitHub, possibly due to misconfiguration (e.g., multiple webhooks targeting the same Jenkins controller at the repository or organization level), potentially causing redundant builds or at least wasted work. <a id="{0}" href="{1}" target="_blank">Click here</a> to inspect the last tracked duplicate event payload.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.- Returns:
Duplicate events were received from GitHub, possibly due to misconfiguration (e.g., multiple webhooks targeting the same Jenkins controller at the repository or organization level), potentially causing redundant builds or at least wasted work. <a id="{0}" href="{1}" target="_blank">Click here</a> to inspect the last tracked duplicate event payload.
-
_duplicate_events_administrative_monitor_blurb
public static org.jvnet.localizer.Localizable _duplicate_events_administrative_monitor_blurb(Object arg0, Object arg1) Keyduplicate.events.administrative.monitor.blurb
:Duplicate events were received from GitHub, possibly due to misconfiguration (e.g., multiple webhooks targeting the same Jenkins controller at the repository or organization level), potentially causing redundant builds or at least wasted work. <a id="{0}" href="{1}" target="_blank">Click here</a> to inspect the last tracked duplicate event payload.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.- Returns:
Duplicate events were received from GitHub, possibly due to misconfiguration (e.g., multiple webhooks targeting the same Jenkins controller at the repository or organization level), potentially causing redundant builds or at least wasted work. <a id="{0}" href="{1}" target="_blank">Click here</a> to inspect the last tracked duplicate event payload.
-
github_trigger_check_method_warning_details
public static String github_trigger_check_method_warning_details(Object arg0, Object arg1, Object arg2) Keygithub.trigger.check.method.warning.details
:The webhook for repo {0}/{1} on {2} failed to be registered or was removed. More info can be found on the global configuration page. This message will be dismissed if Jenkins receives a PING event from repo webhook or if you add the repo to the ignore list in the global configuration.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.- Returns:
The webhook for repo {0}/{1} on {2} failed to be registered or was removed. More info can be found on the global configuration page. This message will be dismissed if Jenkins receives a PING event from repo webhook or if you add the repo to the ignore list in the global configuration.
-
_github_trigger_check_method_warning_details
public static org.jvnet.localizer.Localizable _github_trigger_check_method_warning_details(Object arg0, Object arg1, Object arg2) Keygithub.trigger.check.method.warning.details
:The webhook for repo {0}/{1} on {2} failed to be registered or was removed. More info can be found on the global configuration page. This message will be dismissed if Jenkins receives a PING event from repo webhook or if you add the repo to the ignore list in the global configuration.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.- Returns:
The webhook for repo {0}/{1} on {2} failed to be registered or was removed. More info can be found on the global configuration page. This message will be dismissed if Jenkins receives a PING event from repo webhook or if you add the repo to the ignore list in the global configuration.
-
duplicate_events_administrative_monitor_description
Keyduplicate.events.administrative.monitor.description
:Warns about duplicate events received from GitHub.
.- Returns:
Warns about duplicate events received from GitHub.
-
_duplicate_events_administrative_monitor_description
public static org.jvnet.localizer.Localizable _duplicate_events_administrative_monitor_description()Keyduplicate.events.administrative.monitor.description
:Warns about duplicate events received from GitHub.
.- Returns:
Warns about duplicate events received from GitHub.
-
global_config_url_is_empty
Keyglobal.config.url.is.empty
:The Jenkins URL is empty. Explicitly set the Jenkins URL in the global configuration or in the GitHub plugin configuration to manage webhooks.
.- Returns:
The Jenkins URL is empty. Explicitly set the Jenkins URL in the global configuration or in the GitHub plugin configuration to manage webhooks.
-
_global_config_url_is_empty
public static org.jvnet.localizer.Localizable _global_config_url_is_empty()Keyglobal.config.url.is.empty
:The Jenkins URL is empty. Explicitly set the Jenkins URL in the global configuration or in the GitHub plugin configuration to manage webhooks.
.- Returns:
The Jenkins URL is empty. Explicitly set the Jenkins URL in the global configuration or in the GitHub plugin configuration to manage webhooks.
-
common_expandable_message_title
Keycommon.expandable.message.title
:Expandable message
.- Returns:
Expandable message
-
_common_expandable_message_title
public static org.jvnet.localizer.Localizable _common_expandable_message_title()Keycommon.expandable.message.title
:Expandable message
.- Returns:
Expandable message
-
hooks_problem_administrative_monitor_displayname
Keyhooks.problem.administrative.monitor.displayname
:GitHub Hooks Problems
.- Returns:
GitHub Hooks Problems
-
_hooks_problem_administrative_monitor_displayname
public static org.jvnet.localizer.Localizable _hooks_problem_administrative_monitor_displayname()Keyhooks.problem.administrative.monitor.displayname
:GitHub Hooks Problems
.- Returns:
GitHub Hooks Problems
-
duplicate_events_administrative_monitor_displayname
Keyduplicate.events.administrative.monitor.displayname
:GitHub Duplicate Events
.- Returns:
GitHub Duplicate Events
-
_duplicate_events_administrative_monitor_displayname
public static org.jvnet.localizer.Localizable _duplicate_events_administrative_monitor_displayname()Keyduplicate.events.administrative.monitor.displayname
:GitHub Duplicate Events
.- Returns:
GitHub Duplicate Events
-
global_config_hook_url_is_malformed
Keyglobal.config.hook.url.is.malformed
:There is a malformed GitHub webhook URL in the global configuration ({0}). Please ensure that the Jenkins URL is valid and ends with a forward slash or use the webhook URL override.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There is a malformed GitHub webhook URL in the global configuration ({0}). Please ensure that the Jenkins URL is valid and ends with a forward slash or use the webhook URL override.
-
_global_config_hook_url_is_malformed
Keyglobal.config.hook.url.is.malformed
:There is a malformed GitHub webhook URL in the global configuration ({0}). Please ensure that the Jenkins URL is valid and ends with a forward slash or use the webhook URL override.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
There is a malformed GitHub webhook URL in the global configuration ({0}). Please ensure that the Jenkins URL is valid and ends with a forward slash or use the webhook URL override.
-