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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable_path_environment_override(Object arg0, Object arg1) Keypath.environment.override:You have still configured the environment variable {0} ({1}) which will be overwritten by this path..static org.jvnet.localizer.LocalizableKeypath.required:Path is required..static Stringpath_environment_override(Object arg0, Object arg1) Keypath.environment.override:You have still configured the environment variable {0} ({1}) which will be overwritten by this path..static StringKeypath.required:Path is required..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
path_required
Keypath.required:Path is required..- Returns:
Path is required.
-
_path_required
public static org.jvnet.localizer.Localizable _path_required()Keypath.required:Path is required..- Returns:
Path is required.
-
path_environment_override
Keypath.environment.override:You have still configured the environment variable {0} ({1}) which will be overwritten by this path..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
You have still configured the environment variable {0} ({1}) which will be overwritten by this path.
-
_path_environment_override
Keypath.environment.override:You have still configured the environment variable {0} ({1}) which will be overwritten by this path..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).arg1- 2nd format parameter,{1}, asString.valueOf(Object).- Returns:
You have still configured the environment variable {0} ({1}) which will be overwritten by this path.
-