Package hudson.util
Class Messages
java.lang.Object
hudson.util.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_ClockDifference_Ahead(Object arg0) KeyClockDifference.Ahead:{0} ahead.static org.jvnet.localizer.LocalizableKeyClockDifference.Behind:{0} behind.static org.jvnet.localizer.LocalizableKeyClockDifference.Failed:Failed to check.static org.jvnet.localizer.LocalizableKeyClockDifference.InSync:In sync.static org.jvnet.localizer.LocalizableKeyDoubleLaunchChecker.duplicate_jenkins_checker:Duplicate Jenkins checker.static org.jvnet.localizer.LocalizableKeyFormFieldValidator.did_not_manage_to_validate_may_be_too_sl:Did not manage to validate {0} (may be too slow).static org.jvnet.localizer.LocalizableKeyFormValidation.Error.Details:(show details).static org.jvnet.localizer.LocalizableKeyFormValidation.ValidateRequired:Required.static org.jvnet.localizer.LocalizableKeyHeapDump.DisplayName:Heap Dump.static org.jvnet.localizer.LocalizableKeyHttpResponses.Saved:Saved.static org.jvnet.localizer.Localizable_Retrier_Attempt(Object arg0, Object arg1) KeyRetrier.Attempt:Attempt #{0} to do the action {1}.static org.jvnet.localizer.Localizable_Retrier_AttemptFailed(Object arg0, Object arg1) KeyRetrier.AttemptFailed:The attempt #{0} to do the action {1} failed.static org.jvnet.localizer.Localizable_Retrier_CallingListener(Object arg0, Object arg1, Object arg2) KeyRetrier.CallingListener:Calling the listener of the allowed exception ''{0}'' at the attempt #{1} to do the action {2}.static org.jvnet.localizer.Localizable_Retrier_ExceptionFailed(Object arg0, Object arg1) KeyRetrier.ExceptionFailed:The attempt #{0} to do the action {1} failed with an allowed exception:.static org.jvnet.localizer.Localizable_Retrier_ExceptionThrown(Object arg0, Object arg1) KeyRetrier.ExceptionThrown:The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing.static org.jvnet.localizer.Localizable_Retrier_Interruption(Object arg0) KeyRetrier.Interruption:The attempts to do the action {0} have been interrupted.static org.jvnet.localizer.Localizable_Retrier_NoSuccess(Object arg0, Object arg1) KeyRetrier.NoSuccess:Attempted the action {0} for {1} time(s) with no success.static org.jvnet.localizer.Localizable_Retrier_Sleeping(Object arg0, Object arg1) KeyRetrier.Sleeping:Sleeping for {0} milliseconds before a new attempt for the action {1}.static org.jvnet.localizer.Localizable_Retrier_Success(Object arg0, Object arg1) KeyRetrier.Success:Performed the action {0} successfully at the attempt #{1}.static StringClockDifference_Ahead(Object arg0) KeyClockDifference.Ahead:{0} ahead.static StringClockDifference_Behind(Object arg0) KeyClockDifference.Behind:{0} behind.static StringKeyClockDifference.Failed:Failed to check.static StringKeyClockDifference.InSync:In sync.static StringKeyDoubleLaunchChecker.duplicate_jenkins_checker:Duplicate Jenkins checker.static StringKeyFormFieldValidator.did_not_manage_to_validate_may_be_too_sl:Did not manage to validate {0} (may be too slow).static StringKeyFormValidation.Error.Details:(show details).static StringKeyFormValidation.ValidateRequired:Required.static StringKeyHeapDump.DisplayName:Heap Dump.static StringKeyHttpResponses.Saved:Saved.static StringRetrier_Attempt(Object arg0, Object arg1) KeyRetrier.Attempt:Attempt #{0} to do the action {1}.static StringRetrier_AttemptFailed(Object arg0, Object arg1) KeyRetrier.AttemptFailed:The attempt #{0} to do the action {1} failed.static StringRetrier_CallingListener(Object arg0, Object arg1, Object arg2) KeyRetrier.CallingListener:Calling the listener of the allowed exception ''{0}'' at the attempt #{1} to do the action {2}.static StringRetrier_ExceptionFailed(Object arg0, Object arg1) KeyRetrier.ExceptionFailed:The attempt #{0} to do the action {1} failed with an allowed exception:.static StringRetrier_ExceptionThrown(Object arg0, Object arg1) KeyRetrier.ExceptionThrown:The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing.static StringRetrier_Interruption(Object arg0) KeyRetrier.Interruption:The attempts to do the action {0} have been interrupted.static StringRetrier_NoSuccess(Object arg0, Object arg1) KeyRetrier.NoSuccess:Attempted the action {0} for {1} time(s) with no success.static StringRetrier_Sleeping(Object arg0, Object arg1) KeyRetrier.Sleeping:Sleeping for {0} milliseconds before a new attempt for the action {1}.static StringRetrier_Success(Object arg0, Object arg1) KeyRetrier.Success:Performed the action {0} successfully at the attempt #{1}.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
FormValidation_Error_Details
KeyFormValidation.Error.Details:(show details).- Returns:
(show details)
-
_FormValidation_Error_Details
public static org.jvnet.localizer.Localizable _FormValidation_Error_Details()KeyFormValidation.Error.Details:(show details).- Returns:
(show details)
-
HeapDump_DisplayName
KeyHeapDump.DisplayName:Heap Dump.- Returns:
Heap Dump
-
_HeapDump_DisplayName
public static org.jvnet.localizer.Localizable _HeapDump_DisplayName()KeyHeapDump.DisplayName:Heap Dump.- Returns:
Heap Dump
-
Retrier_Interruption
KeyRetrier.Interruption:The attempts to do the action {0} have been interrupted.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The attempts to do the action {0} have been interrupted
-
_Retrier_Interruption
KeyRetrier.Interruption:The attempts to do the action {0} have been interrupted.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The attempts to do the action {0} have been interrupted
-
Retrier_ExceptionThrown
KeyRetrier.ExceptionThrown:The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing
-
_Retrier_ExceptionThrown
KeyRetrier.ExceptionThrown:The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing
-
HttpResponses_Saved
KeyHttpResponses.Saved:Saved.- Returns:
Saved
-
_HttpResponses_Saved
public static org.jvnet.localizer.Localizable _HttpResponses_Saved()KeyHttpResponses.Saved:Saved.- Returns:
Saved
-
ClockDifference_Failed
KeyClockDifference.Failed:Failed to check.- Returns:
Failed to check
-
_ClockDifference_Failed
public static org.jvnet.localizer.Localizable _ClockDifference_Failed()KeyClockDifference.Failed:Failed to check.- Returns:
Failed to check
-
ClockDifference_Behind
KeyClockDifference.Behind:{0} behind.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} behind
-
_ClockDifference_Behind
KeyClockDifference.Behind:{0} behind.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} behind
-
Retrier_Sleeping
KeyRetrier.Sleeping:Sleeping for {0} milliseconds before a new attempt for the action {1}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Sleeping for {0} milliseconds before a new attempt for the action {1}
-
_Retrier_Sleeping
KeyRetrier.Sleeping:Sleeping for {0} milliseconds before a new attempt for the action {1}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Sleeping for {0} milliseconds before a new attempt for the action {1}
-
Retrier_NoSuccess
KeyRetrier.NoSuccess:Attempted the action {0} for {1} time(s) with no success.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Attempted the action {0} for {1} time(s) with no success
-
_Retrier_NoSuccess
KeyRetrier.NoSuccess:Attempted the action {0} for {1} time(s) with no success.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Attempted the action {0} for {1} time(s) with no success
-
Retrier_CallingListener
KeyRetrier.CallingListener:Calling the listener of the allowed exception ''{0}'' at the attempt #{1} to do the action {2}.- 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:
Calling the listener of the allowed exception ''{0}'' at the attempt #{1} to do the action {2}
-
_Retrier_CallingListener
public static org.jvnet.localizer.Localizable _Retrier_CallingListener(Object arg0, Object arg1, Object arg2) KeyRetrier.CallingListener:Calling the listener of the allowed exception ''{0}'' at the attempt #{1} to do the action {2}.- 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:
Calling the listener of the allowed exception ''{0}'' at the attempt #{1} to do the action {2}
-
FormValidation_ValidateRequired
KeyFormValidation.ValidateRequired:Required.- Returns:
Required
-
_FormValidation_ValidateRequired
public static org.jvnet.localizer.Localizable _FormValidation_ValidateRequired()KeyFormValidation.ValidateRequired:Required.- Returns:
Required
-
Retrier_Attempt
KeyRetrier.Attempt:Attempt #{0} to do the action {1}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Attempt #{0} to do the action {1}
-
_Retrier_Attempt
KeyRetrier.Attempt:Attempt #{0} to do the action {1}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Attempt #{0} to do the action {1}
-
ClockDifference_Ahead
KeyClockDifference.Ahead:{0} ahead.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} ahead
-
_ClockDifference_Ahead
KeyClockDifference.Ahead:{0} ahead.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} ahead
-
ClockDifference_InSync
KeyClockDifference.InSync:In sync.- Returns:
In sync
-
_ClockDifference_InSync
public static org.jvnet.localizer.Localizable _ClockDifference_InSync()KeyClockDifference.InSync:In sync.- Returns:
In sync
-
DoubleLaunchChecker_duplicate_jenkins_checker
KeyDoubleLaunchChecker.duplicate_jenkins_checker:Duplicate Jenkins checker.- Returns:
Duplicate Jenkins checker
-
_DoubleLaunchChecker_duplicate_jenkins_checker
public static org.jvnet.localizer.Localizable _DoubleLaunchChecker_duplicate_jenkins_checker()KeyDoubleLaunchChecker.duplicate_jenkins_checker:Duplicate Jenkins checker.- Returns:
Duplicate Jenkins checker
-
Retrier_ExceptionFailed
KeyRetrier.ExceptionFailed:The attempt #{0} to do the action {1} failed with an allowed exception:.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
The attempt #{0} to do the action {1} failed with an allowed exception:
-
_Retrier_ExceptionFailed
KeyRetrier.ExceptionFailed:The attempt #{0} to do the action {1} failed with an allowed exception:.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
The attempt #{0} to do the action {1} failed with an allowed exception:
-
Retrier_Success
KeyRetrier.Success:Performed the action {0} successfully at the attempt #{1}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Performed the action {0} successfully at the attempt #{1}
-
_Retrier_Success
KeyRetrier.Success:Performed the action {0} successfully at the attempt #{1}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
Performed the action {0} successfully at the attempt #{1}
-
FormFieldValidator_did_not_manage_to_validate_may_be_too_sl
KeyFormFieldValidator.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)
-
_FormFieldValidator_did_not_manage_to_validate_may_be_too_sl
public static org.jvnet.localizer.Localizable _FormFieldValidator_did_not_manage_to_validate_may_be_too_sl(Object arg0) KeyFormFieldValidator.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)
-
Retrier_AttemptFailed
KeyRetrier.AttemptFailed:The attempt #{0} to do the action {1} failed.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
The attempt #{0} to do the action {1} failed
-
_Retrier_AttemptFailed
KeyRetrier.AttemptFailed:The attempt #{0} to do the action {1} failed.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
The attempt #{0} to do the action {1} failed
-