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 Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_ClockDifference_Ahead(Object arg0)
KeyClockDifference.Ahead
:{0} ahead
.static org.jvnet.localizer.Localizable
_ClockDifference_Behind(Object arg0)
KeyClockDifference.Behind
:{0} behind
.static org.jvnet.localizer.Localizable
_ClockDifference_Failed()
KeyClockDifference.Failed
:Failed to check
.static org.jvnet.localizer.Localizable
_ClockDifference_InSync()
KeyClockDifference.InSync
:In sync
.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)
.static org.jvnet.localizer.Localizable
_FormValidation_Error_Details()
KeyFormValidation.Error.Details
:(show details)
.static org.jvnet.localizer.Localizable
_FormValidation_ValidateRequired()
KeyFormValidation.ValidateRequired
:Required
.static org.jvnet.localizer.Localizable
_HttpResponses_Saved()
KeyHttpResponses.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 String
ClockDifference_Ahead(Object arg0)
KeyClockDifference.Ahead
:{0} ahead
.static String
ClockDifference_Behind(Object arg0)
KeyClockDifference.Behind
:{0} behind
.static String
ClockDifference_Failed()
KeyClockDifference.Failed
:Failed to check
.static String
ClockDifference_InSync()
KeyClockDifference.InSync
:In sync
.static String
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)
.static String
FormValidation_Error_Details()
KeyFormValidation.Error.Details
:(show details)
.static String
FormValidation_ValidateRequired()
KeyFormValidation.ValidateRequired
:Required
.static String
HttpResponses_Saved()
KeyHttpResponses.Saved
:Saved
.static String
Retrier_Attempt(Object arg0, Object arg1)
KeyRetrier.Attempt
:Attempt #{0} to do the action {1}
.static String
Retrier_AttemptFailed(Object arg0, Object arg1)
KeyRetrier.AttemptFailed
:The attempt #{0} to do the action {1} failed
.static String
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 String
Retrier_ExceptionFailed(Object arg0, Object arg1)
KeyRetrier.ExceptionFailed
:The attempt #{0} to do the action {1} failed with an allowed exception:
.static String
Retrier_ExceptionThrown(Object arg0, Object arg1)
KeyRetrier.ExceptionThrown
:The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing
.static String
Retrier_Interruption(Object arg0)
KeyRetrier.Interruption
:The attempts to do the action {0} have been interrupted
.static String
Retrier_NoSuccess(Object arg0, Object arg1)
KeyRetrier.NoSuccess
:Attempted the action {0} for {1} time(s) with no success
.static String
Retrier_Sleeping(Object arg0, Object arg1)
KeyRetrier.Sleeping
:Sleeping for {0} milliseconds before a new attempt for the action {1}
.static String
Retrier_Success(Object arg0, Object arg1)
KeyRetrier.Success
:Performed the action {0} successfully at the attempt #{1}
.
-
-
-
Method Detail
-
FormValidation_Error_Details
public static String 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)
-
Retrier_Interruption
public static String Retrier_Interruption(Object arg0)
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
public static org.jvnet.localizer.Localizable _Retrier_Interruption(Object arg0)
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
public static String Retrier_ExceptionThrown(Object arg0, Object arg1)
KeyRetrier.ExceptionThrown
:The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing
-
_Retrier_ExceptionThrown
public 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
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The attempt #{0} to do the action {1} threw a non-allowed exception, re-throwing
-
HttpResponses_Saved
public static String HttpResponses_Saved()
KeyHttpResponses.Saved
:Saved
.- Returns:
Saved
-
_HttpResponses_Saved
public static org.jvnet.localizer.Localizable _HttpResponses_Saved()
KeyHttpResponses.Saved
:Saved
.- Returns:
Saved
-
ClockDifference_Failed
public static String 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
public static String ClockDifference_Behind(Object arg0)
KeyClockDifference.Behind
:{0} behind
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} behind
-
_ClockDifference_Behind
public static org.jvnet.localizer.Localizable _ClockDifference_Behind(Object arg0)
KeyClockDifference.Behind
:{0} behind
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} behind
-
Retrier_Sleeping
public static String Retrier_Sleeping(Object arg0, Object arg1)
KeyRetrier.Sleeping
:Sleeping for {0} milliseconds before a new attempt for the action {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Sleeping for {0} milliseconds before a new attempt for the action {1}
-
_Retrier_Sleeping
public 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}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Sleeping for {0} milliseconds before a new attempt for the action {1}
-
Retrier_NoSuccess
public static String Retrier_NoSuccess(Object arg0, Object arg1)
KeyRetrier.NoSuccess
:Attempted the action {0} for {1} time(s) with no success
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Attempted the action {0} for {1} time(s) with no success
-
_Retrier_NoSuccess
public static org.jvnet.localizer.Localizable _Retrier_NoSuccess(Object arg0, Object arg1)
KeyRetrier.NoSuccess
:Attempted the action {0} for {1} time(s) with no success
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Attempted the action {0} for {1} time(s) with no success
-
Retrier_CallingListener
public static String 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:
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:
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:
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:
Calling the listener of the allowed exception ''{0}'' at the attempt #{1} to do the action {2}
-
FormValidation_ValidateRequired
public static String FormValidation_ValidateRequired()
KeyFormValidation.ValidateRequired
:Required
.- Returns:
Required
-
_FormValidation_ValidateRequired
public static org.jvnet.localizer.Localizable _FormValidation_ValidateRequired()
KeyFormValidation.ValidateRequired
:Required
.- Returns:
Required
-
Retrier_Attempt
public static String Retrier_Attempt(Object arg0, Object arg1)
KeyRetrier.Attempt
:Attempt #{0} to do the action {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Attempt #{0} to do the action {1}
-
_Retrier_Attempt
public static org.jvnet.localizer.Localizable _Retrier_Attempt(Object arg0, Object arg1)
KeyRetrier.Attempt
:Attempt #{0} to do the action {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Attempt #{0} to do the action {1}
-
ClockDifference_Ahead
public static String ClockDifference_Ahead(Object arg0)
KeyClockDifference.Ahead
:{0} ahead
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} ahead
-
_ClockDifference_Ahead
public static org.jvnet.localizer.Localizable _ClockDifference_Ahead(Object arg0)
KeyClockDifference.Ahead
:{0} ahead
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} ahead
-
ClockDifference_InSync
public static String 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
-
Retrier_ExceptionFailed
public static String Retrier_ExceptionFailed(Object arg0, Object arg1)
KeyRetrier.ExceptionFailed
:The attempt #{0} to do the action {1} failed with an allowed exception:
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The attempt #{0} to do the action {1} failed with an allowed exception:
-
_Retrier_ExceptionFailed
public 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:
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The attempt #{0} to do the action {1} failed with an allowed exception:
-
Retrier_Success
public static String Retrier_Success(Object arg0, Object arg1)
KeyRetrier.Success
:Performed the action {0} successfully at the attempt #{1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Performed the action {0} successfully at the attempt #{1}
-
_Retrier_Success
public static org.jvnet.localizer.Localizable _Retrier_Success(Object arg0, Object arg1)
KeyRetrier.Success
:Performed the action {0} successfully at the attempt #{1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Performed the action {0} successfully at the attempt #{1}
-
FormFieldValidator_did_not_manage_to_validate_may_be_too_sl
public static String 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)
-
_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
public static String Retrier_AttemptFailed(Object arg0, Object arg1)
KeyRetrier.AttemptFailed
:The attempt #{0} to do the action {1} failed
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The attempt #{0} to do the action {1} failed
-
_Retrier_AttemptFailed
public static org.jvnet.localizer.Localizable _Retrier_AttemptFailed(Object arg0, Object arg1)
KeyRetrier.AttemptFailed
:The attempt #{0} to do the action {1} failed
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The attempt #{0} to do the action {1} failed
-
-