@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
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. . |
static org.jvnet.localizer.Localizable |
_path_required()
Key
path.required : Path is required. . |
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. . |
static String |
path_required()
Key
path.required : Path is required. . |
public static String path_environment_override(Object arg0, Object arg1)
path.environment.override
: You have still
configured the environment variable {0} ({1}) which will be
overwritten by this path.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.You have still configured the environment variable {0} ({1})
which will be overwritten by this path.
public static org.jvnet.localizer.Localizable _path_environment_override(Object arg0, Object arg1)
path.environment.override
: You have still
configured the environment variable {0} ({1}) which will be
overwritten by this path.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.You have still configured the environment variable {0} ({1})
which will be overwritten by this path.
public static String path_required()
path.required
: Path is required.
.Path is required.
public static org.jvnet.localizer.Localizable _path_required()
path.required
: Path is required.
.Path is required.
Copyright © 2016–2022 Methodair. All rights reserved.