Package io.jenkins.plugins.benchmark
Class Messages
java.lang.Object
io.jenkins.plugins.benchmark.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_and()Keyand:and.static org.jvnet.localizer.LocalizableKeybenchmark:Benchmark.static org.jvnet.localizer.LocalizableKeybenchmark_result:Benchmark Result.static org.jvnet.localizer.LocalizableKeybenchmarkConfig:Benchmark Configuration.static org.jvnet.localizer.LocalizableKeybenchmarkResults:Benchmark Results.static org.jvnet.localizer.LocalizableKeyfileIsDir:The file can''t be a directory..static org.jvnet.localizer.LocalizableKeyfileIsNotPresent:Attention: The file does not yet exist..static org.jvnet.localizer.Localizable_higherThanExpected(Object arg0, Object arg1) KeyhigherThanExpected:The change of the metric "{0}" was higher than {1,number,#.##} %..static org.jvnet.localizer.Localizable_higherThanLastTime(Object arg0, Object arg1, Object arg2) KeyhigherThanLastTime: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) KeylowerThanExpected:The change of the metric "{0}" was lower than {1,number,#.##} %..static org.jvnet.localizer.Localizable_lowerThanLastTime(Object arg0, Object arg1, Object arg2) KeylowerThanLastTime:The difference of the metric "{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%..static org.jvnet.localizer.Localizable_noFile()KeynoFile:This is not a valid file path specification..static org.jvnet.localizer.LocalizableKeynoFileName:No file name found..static org.jvnet.localizer.LocalizableKeyprevZero:Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change..static org.jvnet.localizer.Localizable_read_error(Object arg0) Keyread_error:Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists..static org.jvnet.localizer.LocalizableKeyread_succes:The import of the benchmark results was successful..static org.jvnet.localizer.Localizable_valueToHigh(Object arg0, Object arg1, Object arg2, Object arg3) KeyvalueToHigh: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) KeyvalueToLow: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) Keywrong_file_format:Line {0}: Wrong format. ({1}).static org.jvnet.localizer.Localizable_wrongFormat(Object arg0) KeywrongFormat:Format is not permitted. Permitted formats: {0}..static Stringand()Keyand:and.static StringKeybenchmark:Benchmark.static StringKeybenchmark_result:Benchmark Result.static StringKeybenchmarkConfig:Benchmark Configuration.static StringKeybenchmarkResults:Benchmark Results.static StringKeyfileIsDir:The file can''t be a directory..static StringKeyfileIsNotPresent:Attention: The file does not yet exist..static StringhigherThanExpected(Object arg0, Object arg1) KeyhigherThanExpected:The change of the metric "{0}" was higher than {1,number,#.##} %..static StringhigherThanLastTime(Object arg0, Object arg1, Object arg2) KeyhigherThanLastTime:The difference of the metric "{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%..static StringlowerThanExpected(Object arg0, Object arg1) KeylowerThanExpected:The change of the metric "{0}" was lower than {1,number,#.##} %..static StringlowerThanLastTime(Object arg0, Object arg1, Object arg2) KeylowerThanLastTime:The difference of the metric "{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%..static StringnoFile()KeynoFile:This is not a valid file path specification..static StringKeynoFileName:No file name found..static StringKeyprevZero:Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change..static Stringread_error(Object arg0) Keyread_error:Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists..static StringKeyread_succes:The import of the benchmark results was successful..static StringvalueToHigh(Object arg0, Object arg1, Object arg2, Object arg3) KeyvalueToHigh:The value of metric "{0}" was {1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}..static StringvalueToLow(Object arg0, Object arg1, Object arg2, Object arg3) KeyvalueToLow:The value of metric "{0}" was {1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}..static Stringwrong_file_format(Object arg0, Object arg1) Keywrong_file_format:Line {0}: Wrong format. ({1}).static StringwrongFormat(Object arg0) KeywrongFormat:Format is not permitted. Permitted formats: {0}..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
benchmarkConfig
KeybenchmarkConfig:Benchmark Configuration.- Returns:
Benchmark Configuration
-
_benchmarkConfig
public static org.jvnet.localizer.Localizable _benchmarkConfig()KeybenchmarkConfig:Benchmark Configuration.- Returns:
Benchmark Configuration
-
benchmarkResults
KeybenchmarkResults:Benchmark Results.- Returns:
Benchmark Results
-
_benchmarkResults
public static org.jvnet.localizer.Localizable _benchmarkResults()KeybenchmarkResults:Benchmark Results.- Returns:
Benchmark Results
-
valueToLow
KeyvalueToLow:The value of metric "{0}" was {1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}..- Parameters:
arg3- 4th format parameter,{3}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, a number.arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The value of metric "{0}" was {1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}.
-
_valueToLow
public static org.jvnet.localizer.Localizable _valueToLow(Object arg0, Object arg1, Object arg2, Object arg3) KeyvalueToLow:The value of metric "{0}" was {1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}..- Parameters:
arg3- 4th format parameter,{3}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, a number.arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The value of metric "{0}" was {1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}.
-
read_error
Keyread_error:Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists.
-
_read_error
Keyread_error:Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists.
-
lowerThanLastTime
KeylowerThanLastTime:The difference of the metric "{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%..- Parameters:
arg2- 3rd format parameter,{2}, a number.arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The difference of the metric "{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%.
-
_lowerThanLastTime
public static org.jvnet.localizer.Localizable _lowerThanLastTime(Object arg0, Object arg1, Object arg2) KeylowerThanLastTime:The difference of the metric "{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%..- Parameters:
arg2- 3rd format parameter,{2}, a number.arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The difference of the metric "{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%.
-
wrong_file_format
Keywrong_file_format:Line {0}: Wrong format. ({1}).- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Line {0}: Wrong format. ({1})
-
_wrong_file_format
Keywrong_file_format:Line {0}: Wrong format. ({1}).- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Line {0}: Wrong format. ({1})
-
benchmark_result
Keybenchmark_result:Benchmark Result.- Returns:
Benchmark Result
-
_benchmark_result
public static org.jvnet.localizer.Localizable _benchmark_result()Keybenchmark_result:Benchmark Result.- Returns:
Benchmark Result
-
higherThanExpected
KeyhigherThanExpected:The change of the metric "{0}" was higher than {1,number,#.##} %..- Parameters:
arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The change of the metric "{0}" was higher than {1,number,#.##} %.
-
_higherThanExpected
KeyhigherThanExpected:The change of the metric "{0}" was higher than {1,number,#.##} %..- Parameters:
arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The change of the metric "{0}" was higher than {1,number,#.##} %.
-
benchmark
Keybenchmark:Benchmark.- Returns:
Benchmark
-
_benchmark
public static org.jvnet.localizer.Localizable _benchmark()Keybenchmark:Benchmark.- Returns:
Benchmark
-
noFile
KeynoFile:This is not a valid file path specification..- Returns:
This is not a valid file path specification.
-
_noFile
public static org.jvnet.localizer.Localizable _noFile()KeynoFile:This is not a valid file path specification..- Returns:
This is not a valid file path specification.
-
noFileName
KeynoFileName:No file name found..- Returns:
No file name found.
-
_noFileName
public static org.jvnet.localizer.Localizable _noFileName()KeynoFileName:No file name found..- Returns:
No file name found.
-
lowerThanExpected
KeylowerThanExpected:The change of the metric "{0}" was lower than {1,number,#.##} %..- Parameters:
arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The change of the metric "{0}" was lower than {1,number,#.##} %.
-
_lowerThanExpected
KeylowerThanExpected:The change of the metric "{0}" was lower than {1,number,#.##} %..- Parameters:
arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The change of the metric "{0}" was lower than {1,number,#.##} %.
-
fileIsDir
KeyfileIsDir:The file can''t be a directory..- Returns:
The file can''t be a directory.
-
_fileIsDir
public static org.jvnet.localizer.Localizable _fileIsDir()KeyfileIsDir:The file can''t be a directory..- Returns:
The file can''t be a directory.
-
wrongFormat
KeywrongFormat:Format is not permitted. Permitted formats: {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Format is not permitted. Permitted formats: {0}.
-
_wrongFormat
KeywrongFormat:Format is not permitted. Permitted formats: {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Format is not permitted. Permitted formats: {0}.
-
and
Keyand:and.- Returns:
and
-
_and
public static org.jvnet.localizer.Localizable _and()Keyand:and.- Returns:
and
-
fileIsNotPresent
KeyfileIsNotPresent:Attention: The file does not yet exist..- Returns:
Attention: The file does not yet exist.
-
_fileIsNotPresent
public static org.jvnet.localizer.Localizable _fileIsNotPresent()KeyfileIsNotPresent:Attention: The file does not yet exist..- Returns:
Attention: The file does not yet exist.
-
prevZero
KeyprevZero:Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change.
-
_prevZero
KeyprevZero:Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change.
-
read_succes
Keyread_succes:The import of the benchmark results was successful..- Returns:
The import of the benchmark results was successful.
-
_read_succes
public static org.jvnet.localizer.Localizable _read_succes()Keyread_succes:The import of the benchmark results was successful..- Returns:
The import of the benchmark results was successful.
-
higherThanLastTime
KeyhigherThanLastTime:The difference of the metric "{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%..- Parameters:
arg2- 3rd format parameter,{2}, a number.arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The difference of the metric "{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%.
-
_higherThanLastTime
public static org.jvnet.localizer.Localizable _higherThanLastTime(Object arg0, Object arg1, Object arg2) KeyhigherThanLastTime:The difference of the metric "{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%..- Parameters:
arg2- 3rd format parameter,{2}, a number.arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The difference of the metric "{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%.
-
valueToHigh
KeyvalueToHigh:The value of metric "{0}" was {1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}..- Parameters:
arg3- 4th format parameter,{3}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, a number.arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The value of metric "{0}" was {1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}.
-
_valueToHigh
public static org.jvnet.localizer.Localizable _valueToHigh(Object arg0, Object arg1, Object arg2, Object arg3) KeyvalueToHigh:The value of metric "{0}" was {1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}..- Parameters:
arg3- 4th format parameter,{3}, asString.valueOf(Object).arg2- 3rd format parameter,{2}, a number.arg1- 2nd format parameter,{1}, a number.arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
The value of metric "{0}" was {1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}.
-