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 
    Constructor Description
    Messages()  
  • Method Summary

    Modifier and Type Method Description
    static org.jvnet.localizer.Localizable _and()
    Key and: and.
    static org.jvnet.localizer.Localizable _benchmark()
    Key benchmark: Benchmark.
    static org.jvnet.localizer.Localizable _benchmark_result()
    Key benchmark_result: Benchmark Result.
    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. There is no possibility to calculate the Change..
    static org.jvnet.localizer.Localizable _read_error​(Object arg0)
    Key read_error: Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists..
    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: Format is not permitted. Permitted formats: {0}..
    static String and()
    Key and: and.
    static String benchmark()
    Key benchmark: Benchmark.
    static String benchmark_result()
    Key benchmark_result: Benchmark Result.
    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. There is no possibility to calculate the Change..
    static String read_error​(Object arg0)
    Key read_error: Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists..
    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: Format is not permitted. Permitted formats: {0}..

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • benchmarkConfig

      public static String benchmarkConfig()
      Key benchmarkConfig: Benchmark Configuration.
      Returns:
      Benchmark Configuration
    • _benchmarkConfig

      public static org.jvnet.localizer.Localizable _benchmarkConfig()
      Key benchmarkConfig: Benchmark Configuration.
      Returns:
      Benchmark Configuration
    • benchmarkResults

      public static String benchmarkResults()
      Key benchmarkResults: Benchmark Results.
      Returns:
      Benchmark Results
    • _benchmarkResults

      public static org.jvnet.localizer.Localizable _benchmarkResults()
      Key benchmarkResults: Benchmark Results.
      Returns:
      Benchmark Results
    • valueToLow

      public 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}..
      Parameters:
      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).
      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)
      Key valueToLow: The value of metric "{0}" was {1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}..
      Parameters:
      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).
      Returns:
      The value of metric "{0}" was {1,number,#.##}{3}, the lower limit is {2,number,#.##}{3}.
    • read_error

      public static String read_error​(Object arg0)
      Key read_error: Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists.
    • _read_error

      public static org.jvnet.localizer.Localizable _read_error​(Object arg0)
      Key read_error: Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Can''t read file: {0}. Please check the filepath is spelled correctly and if the file exists.
    • lowerThanLastTime

      public 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,#.##}%..
      Parameters:
      arg2 - 3rd format parameter, {2}, a number.
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.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)
      Key lowerThanLastTime: 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}, as String.valueOf(Object).
      Returns:
      The difference of the metric "{0}" was {1,number,#.##} % the lower bound is {2,number,#.##}%.
    • wrong_file_format

      public static String wrong_file_format​(Object arg0, Object arg1)
      Key wrong_file_format: Line {0}: Wrong format. ({1}).
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Line {0}: Wrong format. ({1})
    • _wrong_file_format

      public static org.jvnet.localizer.Localizable _wrong_file_format​(Object arg0, Object arg1)
      Key wrong_file_format: Line {0}: Wrong format. ({1}).
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Line {0}: Wrong format. ({1})
    • benchmark_result

      public static String benchmark_result()
      Key benchmark_result: Benchmark Result.
      Returns:
      Benchmark Result
    • _benchmark_result

      public static org.jvnet.localizer.Localizable _benchmark_result()
      Key benchmark_result: Benchmark Result.
      Returns:
      Benchmark Result
    • higherThanExpected

      public static String higherThanExpected​(Object arg0, Object arg1)
      Key higherThanExpected: The change of the metric "{0}" was higher than {1,number,#.##} %..
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The change of the metric "{0}" was higher than {1,number,#.##} %.
    • _higherThanExpected

      public static org.jvnet.localizer.Localizable _higherThanExpected​(Object arg0, Object arg1)
      Key higherThanExpected: The change of the metric "{0}" was higher than {1,number,#.##} %..
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The change of the metric "{0}" was higher than {1,number,#.##} %.
    • benchmark

      public static String benchmark()
      Key benchmark: Benchmark.
      Returns:
      Benchmark
    • _benchmark

      public static org.jvnet.localizer.Localizable _benchmark()
      Key benchmark: Benchmark.
      Returns:
      Benchmark
    • noFile

      public static String noFile()
      Key noFile: 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()
      Key noFile: This is not a valid file path specification..
      Returns:
      This is not a valid file path specification.
    • noFileName

      public static String noFileName()
      Key noFileName: No file name found..
      Returns:
      No file name found.
    • _noFileName

      public static org.jvnet.localizer.Localizable _noFileName()
      Key noFileName: No file name found..
      Returns:
      No file name found.
    • lowerThanExpected

      public static String lowerThanExpected​(Object arg0, Object arg1)
      Key lowerThanExpected: The change of the metric "{0}" was lower than {1,number,#.##} %..
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The change of the metric "{0}" was lower than {1,number,#.##} %.
    • _lowerThanExpected

      public static org.jvnet.localizer.Localizable _lowerThanExpected​(Object arg0, Object arg1)
      Key lowerThanExpected: The change of the metric "{0}" was lower than {1,number,#.##} %..
      Parameters:
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      The change of the metric "{0}" was lower than {1,number,#.##} %.
    • fileIsDir

      public static String fileIsDir()
      Key fileIsDir: The file can''t be a directory..
      Returns:
      The file can''t be a directory.
    • _fileIsDir

      public static org.jvnet.localizer.Localizable _fileIsDir()
      Key fileIsDir: The file can''t be a directory..
      Returns:
      The file can''t be a directory.
    • wrongFormat

      public static String wrongFormat​(Object arg0)
      Key wrongFormat: Format is not permitted. Permitted formats: {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Format is not permitted. Permitted formats: {0}.
    • _wrongFormat

      public static org.jvnet.localizer.Localizable _wrongFormat​(Object arg0)
      Key wrongFormat: Format is not permitted. Permitted formats: {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Format is not permitted. Permitted formats: {0}.
    • and

      public static String and()
      Key and: and.
      Returns:
      and
    • _and

      public static org.jvnet.localizer.Localizable _and()
      Key and: and.
      Returns:
      and
    • fileIsNotPresent

      public static String fileIsNotPresent()
      Key fileIsNotPresent: Attention: The file does not yet exist..
      Returns:
      Attention: The file does not yet exist.
    • _fileIsNotPresent

      public static org.jvnet.localizer.Localizable _fileIsNotPresent()
      Key fileIsNotPresent: Attention: The file does not yet exist..
      Returns:
      Attention: The file does not yet exist.
    • prevZero

      public static String prevZero​(Object arg0)
      Key prevZero: Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change.
    • _prevZero

      public static org.jvnet.localizer.Localizable _prevZero​(Object arg0)
      Key prevZero: Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Attention: The previous result of "{0}" was zero. There is no possibility to calculate the Change.
    • read_succes

      public static String read_succes()
      Key read_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()
      Key read_succes: The import of the benchmark results was successful..
      Returns:
      The import of the benchmark results was successful.
    • higherThanLastTime

      public 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,#.##}%..
      Parameters:
      arg2 - 3rd format parameter, {2}, a number.
      arg1 - 2nd format parameter, {1}, a number.
      arg0 - 1st format parameter, {0}, as String.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)
      Key higherThanLastTime: 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}, as String.valueOf(Object).
      Returns:
      The difference of the metric "{0}" was {1,number,#.##} % the upper bound is {2,number,#.##}%.
    • valueToHigh

      public 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}..
      Parameters:
      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).
      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)
      Key valueToHigh: The value of metric "{0}" was {1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}..
      Parameters:
      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).
      Returns:
      The value of metric "{0}" was {1,number,#.##}{3}, the upper limit is {2,number,#.##}{3}.