hudson.util
Class Messages

java.lang.Object
  extended by hudson.util.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _ClockDifference_Ahead(Object arg1)
          {0} ahead
static org.jvnet.localizer.Localizable _ClockDifference_Behind(Object arg1)
          {0} behind
static org.jvnet.localizer.Localizable _ClockDifference_Failed()
          Failed to check
static org.jvnet.localizer.Localizable _ClockDifference_InSync()
          In sync
static org.jvnet.localizer.Localizable _FormFieldValidator_did_not_manage_to_validate_may_be_too_sl(Object arg1)
          Did not manage to validate {0} (may be too slow)
static org.jvnet.localizer.Localizable _FormValidation_Error_Details()
          (show details)
static org.jvnet.localizer.Localizable _FormValidation_ValidateRequired()
          Required
static org.jvnet.localizer.Localizable _HttpResponses_Saved()
          Saved
static String ClockDifference_Ahead(Object arg1)
          {0} ahead
static String ClockDifference_Behind(Object arg1)
          {0} behind
static String ClockDifference_Failed()
          Failed to check
static String ClockDifference_InSync()
          In sync
static String FormFieldValidator_did_not_manage_to_validate_may_be_too_sl(Object arg1)
          Did not manage to validate {0} (may be too slow)
static String FormValidation_Error_Details()
          (show details)
static String FormValidation_ValidateRequired()
          Required
static String HttpResponses_Saved()
          Saved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

HttpResponses_Saved

public static String HttpResponses_Saved()
Saved


_HttpResponses_Saved

public static org.jvnet.localizer.Localizable _HttpResponses_Saved()
Saved


FormValidation_ValidateRequired

public static String FormValidation_ValidateRequired()
Required


_FormValidation_ValidateRequired

public static org.jvnet.localizer.Localizable _FormValidation_ValidateRequired()
Required


ClockDifference_InSync

public static String ClockDifference_InSync()
In sync


_ClockDifference_InSync

public static org.jvnet.localizer.Localizable _ClockDifference_InSync()
In sync


FormValidation_Error_Details

public static String FormValidation_Error_Details()
(show details)


_FormValidation_Error_Details

public static org.jvnet.localizer.Localizable _FormValidation_Error_Details()
(show details)


ClockDifference_Failed

public static String ClockDifference_Failed()
Failed to check


_ClockDifference_Failed

public static org.jvnet.localizer.Localizable _ClockDifference_Failed()
Failed to check


FormFieldValidator_did_not_manage_to_validate_may_be_too_sl

public static String FormFieldValidator_did_not_manage_to_validate_may_be_too_sl(Object arg1)
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 arg1)
Did not manage to validate {0} (may be too slow)


ClockDifference_Ahead

public static String ClockDifference_Ahead(Object arg1)
{0} ahead


_ClockDifference_Ahead

public static org.jvnet.localizer.Localizable _ClockDifference_Ahead(Object arg1)
{0} ahead


ClockDifference_Behind

public static String ClockDifference_Behind(Object arg1)
{0} behind


_ClockDifference_Behind

public static org.jvnet.localizer.Localizable _ClockDifference_Behind(Object arg1)
{0} behind



Copyright © 2004-2013. All Rights Reserved.