java.lang.Object
io.jenkins.plugins.analysis.warnings.groovy.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Konstruktordetails

    • Messages

      public Messages()
  • Methodendetails

    • GroovyParser_long_examples_will_be_truncated

      public static String GroovyParser_long_examples_will_be_truncated()
      Key GroovyParser.long_examples_will_be_truncated: Long examples will be truncated.
      Gibt zurück:
      Long examples will be truncated
    • _GroovyParser_long_examples_will_be_truncated

      public static org.jvnet.localizer.Localizable _GroovyParser_long_examples_will_be_truncated()
      Key GroovyParser.long_examples_will_be_truncated: Long examples will be truncated.
      Gibt zurück:
      Long examples will be truncated
    • ParserConfiguration_consoleLogScanningPermitted

      public static String ParserConfiguration_consoleLogScanningPermitted()
      Key ParserConfiguration.consoleLogScanningPermitted: Warning: This may be insecure. See associated help for details..
      Gibt zurück:
      Warning: This may be insecure. See associated help for details.
    • _ParserConfiguration_consoleLogScanningPermitted

      public static org.jvnet.localizer.Localizable _ParserConfiguration_consoleLogScanningPermitted()
      Key ParserConfiguration.consoleLogScanningPermitted: Warning: This may be insecure. See associated help for details..
      Gibt zurück:
      Warning: This may be insecure. See associated help for details.
    • GroovyParser_Error_Example_ok_file

      public static String GroovyParser_Error_Example_ok_file(Object arg0)
      Key GroovyParser.Error.Example.ok.file: file name: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      file name: {0}
    • _GroovyParser_Error_Example_ok_file

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_file(Object arg0)
      Key GroovyParser.Error.Example.ok.file: file name: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      file name: {0}
    • GroovyParser_Error_Example_ok_type

      public static String GroovyParser_Error_Example_ok_type(Object arg0)
      Key GroovyParser.Error.Example.ok.type: type: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      type: {0}
    • _GroovyParser_Error_Example_ok_type

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_type(Object arg0)
      Key GroovyParser.Error.Example.ok.type: type: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      type: {0}
    • GroovyParser_Error_Example_exception

      public static String GroovyParser_Error_Example_exception(Object arg0)
      Key GroovyParser.Error.Example.exception: An exception occurred during evaluation of the Groovy script: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      An exception occurred during evaluation of the Groovy script: {0}
    • _GroovyParser_Error_Example_exception

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_exception(Object arg0)
      Key GroovyParser.Error.Example.exception: An exception occurred during evaluation of the Groovy script: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      An exception occurred during evaluation of the Groovy script: {0}
    • GroovyParser_Error_Example_ok_category

      public static String GroovyParser_Error_Example_ok_category(Object arg0)
      Key GroovyParser.Error.Example.ok.category: category: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      category: {0}
    • _GroovyParser_Error_Example_ok_category

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_category(Object arg0)
      Key GroovyParser.Error.Example.ok.category: category: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      category: {0}
    • GroovyParser_Error_Example_wrongReturnType

      public static String GroovyParser_Error_Example_wrongReturnType(Object arg0)
      Key GroovyParser.Error.Example.wrongReturnType: Result of the script is not of type ''Issue'': {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      Result of the script is not of type ''Issue'': {0}
    • _GroovyParser_Error_Example_wrongReturnType

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_wrongReturnType(Object arg0)
      Key GroovyParser.Error.Example.wrongReturnType: Result of the script is not of type ''Issue'': {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      Result of the script is not of type ''Issue'': {0}
    • GroovyParser_Error_Regexp_isEmpty

      public static String GroovyParser_Error_Regexp_isEmpty()
      Key GroovyParser.Error.Regexp.isEmpty: Regular expression must not be empty..
      Gibt zurück:
      Regular expression must not be empty.
    • _GroovyParser_Error_Regexp_isEmpty

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Regexp_isEmpty()
      Key GroovyParser.Error.Regexp.isEmpty: Regular expression must not be empty..
      Gibt zurück:
      Regular expression must not be empty.
    • GroovyParser_Error_Example_ok_message

      public static String GroovyParser_Error_Example_ok_message(Object arg0)
      Key GroovyParser.Error.Example.ok.message: message: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      message: {0}
    • _GroovyParser_Error_Example_ok_message

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_message(Object arg0)
      Key GroovyParser.Error.Example.ok.message: message: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      message: {0}
    • GroovyParser_Error_Example_regexpDoesNotMatch

      public static String GroovyParser_Error_Example_regexpDoesNotMatch()
      Key GroovyParser.Error.Example.regexpDoesNotMatch: The regular expression does not match the example text..
      Gibt zurück:
      The regular expression does not match the example text.
    • _GroovyParser_Error_Example_regexpDoesNotMatch

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_regexpDoesNotMatch()
      Key GroovyParser.Error.Example.regexpDoesNotMatch: The regular expression does not match the example text..
      Gibt zurück:
      The regular expression does not match the example text.
    • GroovyParser_Warning_NoRunScriptPermission

      public static String GroovyParser_Warning_NoRunScriptPermission()
      Key GroovyParser.Warning.NoRunScriptPermission: You have no rights to execute Groovy warnings parsers..
      Gibt zurück:
      You have no rights to execute Groovy warnings parsers.
    • _GroovyParser_Warning_NoRunScriptPermission

      public static org.jvnet.localizer.Localizable _GroovyParser_Warning_NoRunScriptPermission()
      Key GroovyParser.Warning.NoRunScriptPermission: You have no rights to execute Groovy warnings parsers..
      Gibt zurück:
      You have no rights to execute Groovy warnings parsers.
    • GroovyParser_Error_Id_isNotUnique

      public static String GroovyParser_Error_Id_isNotUnique(Object arg0)
      Key GroovyParser.Error.Id.isNotUnique: ID must be unique, it is already used by parser ''{0}''..
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      ID must be unique, it is already used by parser ''{0}''.
    • _GroovyParser_Error_Id_isNotUnique

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Id_isNotUnique(Object arg0)
      Key GroovyParser.Error.Id.isNotUnique: ID must be unique, it is already used by parser ''{0}''..
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      ID must be unique, it is already used by parser ''{0}''.
    • GroovyParser_Error_Regexp_invalid

      public static String GroovyParser_Error_Regexp_invalid(Object arg0)
      Key GroovyParser.Error.Regexp.invalid: This is not a valid regular expression: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      This is not a valid regular expression: {0}
    • _GroovyParser_Error_Regexp_invalid

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Regexp_invalid(Object arg0)
      Key GroovyParser.Error.Regexp.invalid: This is not a valid regular expression: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      This is not a valid regular expression: {0}
    • GroovyParser_Error_Example_ok_line

      public static String GroovyParser_Error_Example_ok_line(Object arg0)
      Key GroovyParser.Error.Example.ok.line: line number: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      line number: {0}
    • _GroovyParser_Error_Example_ok_line

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_line(Object arg0)
      Key GroovyParser.Error.Example.ok.line: line number: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      line number: {0}
    • GroovyParser_Error_Example_ok_priority

      public static String GroovyParser_Error_Example_ok_priority(Object arg0)
      Key GroovyParser.Error.Example.ok.priority: severity: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      severity: {0}
    • _GroovyParser_Error_Example_ok_priority

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_priority(Object arg0)
      Key GroovyParser.Error.Example.ok.priority: severity: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      severity: {0}
    • GroovyParser_Error_Script_invalid

      public static String GroovyParser_Error_Script_invalid(Object arg0)
      Key GroovyParser.Error.Script.invalid: This is not a valid Groovy script: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      This is not a valid Groovy script: {0}
    • _GroovyParser_Error_Script_invalid

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Script_invalid(Object arg0)
      Key GroovyParser.Error.Script.invalid: This is not a valid Groovy script: {0}.
      Parameter:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Gibt zurück:
      This is not a valid Groovy script: {0}
    • GroovyParser_Error_Name_isEmpty

      public static String GroovyParser_Error_Name_isEmpty()
      Key GroovyParser.Error.Name.isEmpty: Display name must not be empty..
      Gibt zurück:
      Display name must not be empty.
    • _GroovyParser_Error_Name_isEmpty

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Name_isEmpty()
      Key GroovyParser.Error.Name.isEmpty: Display name must not be empty..
      Gibt zurück:
      Display name must not be empty.
    • GroovyParser_Error_Script_isEmpty

      public static String GroovyParser_Error_Script_isEmpty()
      Key GroovyParser.Error.Script.isEmpty: Groovy script must not be empty..
      Gibt zurück:
      Groovy script must not be empty.
    • _GroovyParser_Error_Script_isEmpty

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Script_isEmpty()
      Key GroovyParser.Error.Script.isEmpty: Groovy script must not be empty..
      Gibt zurück:
      Groovy script must not be empty.
    • GroovyParser_Error_Id_isEmpty

      public static String GroovyParser_Error_Id_isEmpty()
      Key GroovyParser.Error.Id.isEmpty: ID must not be empty..
      Gibt zurück:
      ID must not be empty.
    • _GroovyParser_Error_Id_isEmpty

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Id_isEmpty()
      Key GroovyParser.Error.Id.isEmpty: ID must not be empty..
      Gibt zurück:
      ID must not be empty.
    • GroovyParser_Error_Example_ok_title

      public static String GroovyParser_Error_Example_ok_title()
      Key GroovyParser.Error.Example.ok.title: One issue found.
      Gibt zurück:
      One issue found
    • _GroovyParser_Error_Example_ok_title

      public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_title()
      Key GroovyParser.Error.Example.ok.title: One issue found.
      Gibt zurück:
      One issue found