@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 |
_and()
Key
and: and. |
static org.jvnet.localizer.Localizable |
_benchmark_result()
Key
benchmark_result: Benchmark Result. |
static org.jvnet.localizer.Localizable |
_benchmark()
Key
benchmark: Benchmark. |
static org.jvnet.localizer.Localizable |
_benchmarkConfig()
Key
benchmarkConfig: Benchmark Configuration. |
static org.jvnet.localizer.Localizable |
_benchmarkResults()
Key
benchmarkResults: Benchmark Results. |
static org.jvnet.localizer.Localizable |
_fileIsDir()
Key
fileIsDir: The file can''t be a directory.. |
static org.jvnet.localizer.Localizable |
_fileIsNotPresent()
Key
fileIsNotPresent: Attention: The file does not yet
exist.. |
static org.jvnet.localizer.Localizable |
_higherThanExpected(Object arg0,
Object arg1)
Key
higherThanExpected: The change of the metric "{0}"
was higher than {1,number,#.##} %.. |
static org.jvnet.localizer.Localizable |
_higherThanLastTime(Object arg0,
Object arg1,
Object arg2)
Key
higherThanLastTime: The difference of the metric
"{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%.. |
static org.jvnet.localizer.Localizable |
_lowerThanExpected(Object arg0,
Object arg1)
Key
lowerThanExpected: The change of the metric "{0}"
was lower than {1,number,#.##} %.. |
static org.jvnet.localizer.Localizable |
_lowerThanLastTime(Object arg0,
Object arg1,
Object arg2)
Key
lowerThanLastTime: The difference of the metric
"{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%.. |
static org.jvnet.localizer.Localizable |
_noFile()
Key
noFile: This is not a valid file path
specification.. |
static org.jvnet.localizer.Localizable |
_noFileName()
Key
noFileName: No file name found.. |
static org.jvnet.localizer.Localizable |
_prevZero(Object arg0)
Key
prevZero: Attention: The previous result of "{0}"
was zero. |
static org.jvnet.localizer.Localizable |
_read_error(Object arg0)
Key
read_error: Can''t read file: {0}. |
static org.jvnet.localizer.Localizable |
_read_succes()
Key
read_succes: The import of the benchmark results
was successful.. |
static org.jvnet.localizer.Localizable |
_valueToHigh(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
valueToHigh: The value of metric "{0}" was
{1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}.. |
static org.jvnet.localizer.Localizable |
_valueToLow(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
valueToLow: The value of metric "{0}" was
{1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}.. |
static org.jvnet.localizer.Localizable |
_wrong_file_format(Object arg0,
Object arg1)
Key
wrong_file_format: Line {0}: Wrong format. ({1}). |
static org.jvnet.localizer.Localizable |
_wrongFormat(Object arg0)
Key
wrongFormat: {@code Format is not permitted. |
static String |
and()
Key
and: and. |
static String |
benchmark_result()
Key
benchmark_result: Benchmark Result. |
static String |
benchmark()
Key
benchmark: Benchmark. |
static String |
benchmarkConfig()
Key
benchmarkConfig: Benchmark Configuration. |
static String |
benchmarkResults()
Key
benchmarkResults: Benchmark Results. |
static String |
fileIsDir()
Key
fileIsDir: The file can''t be a directory.. |
static String |
fileIsNotPresent()
Key
fileIsNotPresent: Attention: The file does not yet
exist.. |
static String |
higherThanExpected(Object arg0,
Object arg1)
Key
higherThanExpected: The change of the metric "{0}"
was higher than {1,number,#.##} %.. |
static String |
higherThanLastTime(Object arg0,
Object arg1,
Object arg2)
Key
higherThanLastTime: The difference of the metric
"{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%.. |
static String |
lowerThanExpected(Object arg0,
Object arg1)
Key
lowerThanExpected: The change of the metric "{0}"
was lower than {1,number,#.##} %.. |
static String |
lowerThanLastTime(Object arg0,
Object arg1,
Object arg2)
Key
lowerThanLastTime: The difference of the metric
"{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%.. |
static String |
noFile()
Key
noFile: This is not a valid file path
specification.. |
static String |
noFileName()
Key
noFileName: No file name found.. |
static String |
prevZero(Object arg0)
Key
prevZero: Attention: The previous result of "{0}"
was zero. |
static String |
read_error(Object arg0)
Key
read_error: Can''t read file: {0}. |
static String |
read_succes()
Key
read_succes: The import of the benchmark results
was successful.. |
static String |
valueToHigh(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
valueToHigh: The value of metric "{0}" was
{1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}.. |
static String |
valueToLow(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
valueToLow: The value of metric "{0}" was
{1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}.. |
static String |
wrong_file_format(Object arg0,
Object arg1)
Key
wrong_file_format: Line {0}: Wrong format. ({1}). |
static String |
wrongFormat(Object arg0)
Key
wrongFormat: {@code Format is not permitted. |
public static String lowerThanLastTime(Object arg0, Object arg1, Object arg2)
lowerThanLastTime: The difference of the metric
"{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%..arg2 - 3rd format parameter, {2}, a number.arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The difference of the metric "{0}" was {1,number,#.##} % the
lower bound is {2,number,#.##}%.public static org.jvnet.localizer.Localizable _lowerThanLastTime(Object arg0, Object arg1, Object arg2)
lowerThanLastTime: The difference of the metric
"{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%..arg2 - 3rd format parameter, {2}, a number.arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The difference of the metric "{0}" was {1,number,#.##} % the
lower bound is {2,number,#.##}%.public static String noFile()
noFile: This is not a valid file path
specification..This is not a valid file path specification.public static org.jvnet.localizer.Localizable _noFile()
noFile: This is not a valid file path
specification..This is not a valid file path specification.public static String benchmark()
benchmark: Benchmark.Benchmarkpublic static org.jvnet.localizer.Localizable _benchmark()
benchmark: Benchmark.Benchmarkpublic static String higherThanLastTime(Object arg0, Object arg1, Object arg2)
higherThanLastTime: The difference of the metric
"{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%..arg2 - 3rd format parameter, {2}, a number.arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The difference of the metric "{0}" was {1,number,#.##} % the
upper bound is {2,number,#.##}%.public static org.jvnet.localizer.Localizable _higherThanLastTime(Object arg0, Object arg1, Object arg2)
higherThanLastTime: The difference of the metric
"{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%..arg2 - 3rd format parameter, {2}, a number.arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The difference of the metric "{0}" was {1,number,#.##} % the
upper bound is {2,number,#.##}%.public static String valueToLow(Object arg0, Object arg1, Object arg2, Object arg3)
valueToLow: The value of metric "{0}" was
{1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}..arg3 - 4th format parameter, {3}, as String.valueOf(Object).arg2 - 3rd format parameter, {2}, a number.arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The value of metric "{0}" was {1,number,#.##}{3}, the lower
limit is {2,number,#.##}{3}.public static org.jvnet.localizer.Localizable _valueToLow(Object arg0, Object arg1, Object arg2, Object arg3)
valueToLow: The value of metric "{0}" was
{1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}..arg3 - 4th format parameter, {3}, as String.valueOf(Object).arg2 - 3rd format parameter, {2}, a number.arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The value of metric "{0}" was {1,number,#.##}{3}, the lower
limit is {2,number,#.##}{3}.public static String noFileName()
noFileName: No file name found..No file name found.public static org.jvnet.localizer.Localizable _noFileName()
noFileName: No file name found..No file name found.public static String prevZero(Object arg0)
prevZero: Attention: The previous result of "{0}"
was zero. There is no possibility to calculate the Change..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Attention: The previous result of "{0}" was zero. There is no
possibility to calculate the Change.public static org.jvnet.localizer.Localizable _prevZero(Object arg0)
prevZero: Attention: The previous result of "{0}"
was zero. There is no possibility to calculate the Change..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Attention: The previous result of "{0}" was zero. There is no
possibility to calculate the Change.public static String fileIsDir()
fileIsDir: The file can''t be a directory..The file can''t be a directory.public static org.jvnet.localizer.Localizable _fileIsDir()
fileIsDir: The file can''t be a directory..The file can''t be a directory.public static String fileIsNotPresent()
fileIsNotPresent: Attention: The file does not yet
exist..Attention: The file does not yet exist.public static org.jvnet.localizer.Localizable _fileIsNotPresent()
fileIsNotPresent: Attention: The file does not yet
exist..Attention: The file does not yet exist.public static String lowerThanExpected(Object arg0, Object arg1)
lowerThanExpected: The change of the metric "{0}"
was lower than {1,number,#.##} %..arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The change of the metric "{0}" was lower than {1,number,#.##}
%.public static org.jvnet.localizer.Localizable _lowerThanExpected(Object arg0, Object arg1)
lowerThanExpected: The change of the metric "{0}"
was lower than {1,number,#.##} %..arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The change of the metric "{0}" was lower than {1,number,#.##}
%.public static String read_error(Object arg0)
read_error: Can''t read file: {0}. Please check the
filepath is spelled correctly and if the file exists..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Can''t read file: {0}. Please check the filepath is spelled
correctly and if the file exists.public static org.jvnet.localizer.Localizable _read_error(Object arg0)
read_error: Can''t read file: {0}. Please check the
filepath is spelled correctly and if the file exists..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Can''t read file: {0}. Please check the filepath is spelled
correctly and if the file exists.public static String benchmarkResults()
benchmarkResults: Benchmark Results.Benchmark Resultspublic static org.jvnet.localizer.Localizable _benchmarkResults()
benchmarkResults: Benchmark Results.Benchmark Resultspublic static String benchmarkConfig()
benchmarkConfig: Benchmark Configuration.Benchmark Configurationpublic static org.jvnet.localizer.Localizable _benchmarkConfig()
benchmarkConfig: Benchmark Configuration.Benchmark Configurationpublic static String benchmark_result()
benchmark_result: Benchmark Result.Benchmark Resultpublic static org.jvnet.localizer.Localizable _benchmark_result()
benchmark_result: Benchmark Result.Benchmark Resultpublic static String higherThanExpected(Object arg0, Object arg1)
higherThanExpected: The change of the metric "{0}"
was higher than {1,number,#.##} %..arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The change of the metric "{0}" was higher than {1,number,#.##}
%.public static org.jvnet.localizer.Localizable _higherThanExpected(Object arg0, Object arg1)
higherThanExpected: The change of the metric "{0}"
was higher than {1,number,#.##} %..arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The change of the metric "{0}" was higher than {1,number,#.##}
%.public static String wrongFormat(Object arg0)
wrongFormat: Format is not permitted. Permitted
formats: {0}..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Format is not permitted. Permitted formats: {0}.public static org.jvnet.localizer.Localizable _wrongFormat(Object arg0)
wrongFormat: Format is not permitted. Permitted
formats: {0}..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Format is not permitted. Permitted formats: {0}.public static String wrong_file_format(Object arg0, Object arg1)
wrong_file_format: Line {0}: Wrong format. ({1}).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Line {0}: Wrong format. ({1})public static org.jvnet.localizer.Localizable _wrong_file_format(Object arg0, Object arg1)
wrong_file_format: Line {0}: Wrong format. ({1}).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Line {0}: Wrong format. ({1})public static String read_succes()
read_succes: The import of the benchmark results
was successful..The import of the benchmark results was successful.public static org.jvnet.localizer.Localizable _read_succes()
read_succes: The import of the benchmark results
was successful..The import of the benchmark results was successful.public static String valueToHigh(Object arg0, Object arg1, Object arg2, Object arg3)
valueToHigh: The value of metric "{0}" was
{1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}..arg3 - 4th format parameter, {3}, as String.valueOf(Object).arg2 - 3rd format parameter, {2}, a number.arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The value of metric "{0}" was {1,number,#.##}{3}, the upper
limit is {2,number,#.##}{3}.public static org.jvnet.localizer.Localizable _valueToHigh(Object arg0, Object arg1, Object arg2, Object arg3)
valueToHigh: The value of metric "{0}" was
{1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}..arg3 - 4th format parameter, {3}, as String.valueOf(Object).arg2 - 3rd format parameter, {2}, a number.arg1 - 2nd format parameter, {1}, a number.arg0 - 1st format parameter, {0}, as String.valueOf(Object).The value of metric "{0}" was {1,number,#.##}{3}, the upper
limit is {2,number,#.##}{3}.public static String and()
and: and.andpublic static org.jvnet.localizer.Localizable _and()
and: and.andCopyright © 2016–2019. All rights reserved.