Class Messages

java.lang.Object
org.jenkinsci.plugins.prometheus.config.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • path_required

      public static String path_required()
      Key path.required: Path is required..
      Returns:
      Path is required.
    • _path_required

      public static org.jvnet.localizer.Localizable _path_required()
      Key path.required: Path is required..
      Returns:
      Path is required.
    • path_environment_override

      public static String path_environment_override(Object arg0, Object arg1)
      Key path.environment.override: You have still configured the environment variable {0} ({1}) which will be overwritten by this path..
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      You have still configured the environment variable {0} ({1}) which will be overwritten by this path.
    • _path_environment_override

      public static org.jvnet.localizer.Localizable _path_environment_override(Object arg0, Object arg1)
      Key path.environment.override: You have still configured the environment variable {0} ({1}) which will be overwritten by this path..
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      You have still configured the environment variable {0} ({1}) which will be overwritten by this path.