Class Messages
- 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.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_exception(Object arg0)
KeyGroovyParser.Error.Example.exception
:An exception occurred during evaluation of the Groovy script: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_ok_category(Object arg0)
KeyGroovyParser.Error.Example.ok.category
:category: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_ok_file(Object arg0)
KeyGroovyParser.Error.Example.ok.file
:file name: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_ok_line(Object arg0)
KeyGroovyParser.Error.Example.ok.line
:line number: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_ok_message(Object arg0)
KeyGroovyParser.Error.Example.ok.message
:message: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_ok_priority(Object arg0)
KeyGroovyParser.Error.Example.ok.priority
:severity: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_ok_title()
KeyGroovyParser.Error.Example.ok.title
:One issue found
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_ok_type(Object arg0)
KeyGroovyParser.Error.Example.ok.type
:type: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_regexpDoesNotMatch()
KeyGroovyParser.Error.Example.regexpDoesNotMatch
:The regular expression does not match the example text.
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Example_wrongReturnType(Object arg0)
KeyGroovyParser.Error.Example.wrongReturnType
:Result of the script is not of type ''Issue'': {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Id_isEmpty()
KeyGroovyParser.Error.Id.isEmpty
:ID must not be empty.
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Id_isNotUnique(Object arg0)
KeyGroovyParser.Error.Id.isNotUnique
:ID must be unique, it is already used by parser ''{0}''.
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Name_isEmpty()
KeyGroovyParser.Error.Name.isEmpty
:Display name must not be empty.
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Regexp_invalid(Object arg0)
KeyGroovyParser.Error.Regexp.invalid
:This is not a valid regular expression: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Regexp_isEmpty()
KeyGroovyParser.Error.Regexp.isEmpty
:Regular expression must not be empty.
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Script_invalid(Object arg0)
KeyGroovyParser.Error.Script.invalid
:This is not a valid Groovy script: {0}
.static org.jvnet.localizer.Localizable
_GroovyParser_Error_Script_isEmpty()
KeyGroovyParser.Error.Script.isEmpty
:Groovy script must not be empty.
.static org.jvnet.localizer.Localizable
_GroovyParser_long_examples_will_be_truncated()
KeyGroovyParser.long_examples_will_be_truncated
:Long examples will be truncated
.static org.jvnet.localizer.Localizable
_GroovyParser_Warning_NoRunScriptPermission()
KeyGroovyParser.Warning.NoRunScriptPermission
:You have no rights to execute Groovy warnings parsers.
.static org.jvnet.localizer.Localizable
_ParserConfiguration_consoleLogScanningPermitted()
KeyParserConfiguration.consoleLogScanningPermitted
:Warning: This may be insecure. See associated help for details.
.static String
GroovyParser_Error_Example_exception(Object arg0)
KeyGroovyParser.Error.Example.exception
:An exception occurred during evaluation of the Groovy script: {0}
.static String
GroovyParser_Error_Example_ok_category(Object arg0)
KeyGroovyParser.Error.Example.ok.category
:category: {0}
.static String
GroovyParser_Error_Example_ok_file(Object arg0)
KeyGroovyParser.Error.Example.ok.file
:file name: {0}
.static String
GroovyParser_Error_Example_ok_line(Object arg0)
KeyGroovyParser.Error.Example.ok.line
:line number: {0}
.static String
GroovyParser_Error_Example_ok_message(Object arg0)
KeyGroovyParser.Error.Example.ok.message
:message: {0}
.static String
GroovyParser_Error_Example_ok_priority(Object arg0)
KeyGroovyParser.Error.Example.ok.priority
:severity: {0}
.static String
GroovyParser_Error_Example_ok_title()
KeyGroovyParser.Error.Example.ok.title
:One issue found
.static String
GroovyParser_Error_Example_ok_type(Object arg0)
KeyGroovyParser.Error.Example.ok.type
:type: {0}
.static String
GroovyParser_Error_Example_regexpDoesNotMatch()
KeyGroovyParser.Error.Example.regexpDoesNotMatch
:The regular expression does not match the example text.
.static String
GroovyParser_Error_Example_wrongReturnType(Object arg0)
KeyGroovyParser.Error.Example.wrongReturnType
:Result of the script is not of type ''Issue'': {0}
.static String
GroovyParser_Error_Id_isEmpty()
KeyGroovyParser.Error.Id.isEmpty
:ID must not be empty.
.static String
GroovyParser_Error_Id_isNotUnique(Object arg0)
KeyGroovyParser.Error.Id.isNotUnique
:ID must be unique, it is already used by parser ''{0}''.
.static String
GroovyParser_Error_Name_isEmpty()
KeyGroovyParser.Error.Name.isEmpty
:Display name must not be empty.
.static String
GroovyParser_Error_Regexp_invalid(Object arg0)
KeyGroovyParser.Error.Regexp.invalid
:This is not a valid regular expression: {0}
.static String
GroovyParser_Error_Regexp_isEmpty()
KeyGroovyParser.Error.Regexp.isEmpty
:Regular expression must not be empty.
.static String
GroovyParser_Error_Script_invalid(Object arg0)
KeyGroovyParser.Error.Script.invalid
:This is not a valid Groovy script: {0}
.static String
GroovyParser_Error_Script_isEmpty()
KeyGroovyParser.Error.Script.isEmpty
:Groovy script must not be empty.
.static String
GroovyParser_long_examples_will_be_truncated()
KeyGroovyParser.long_examples_will_be_truncated
:Long examples will be truncated
.static String
GroovyParser_Warning_NoRunScriptPermission()
KeyGroovyParser.Warning.NoRunScriptPermission
:You have no rights to execute Groovy warnings parsers.
.static String
ParserConfiguration_consoleLogScanningPermitted()
KeyParserConfiguration.consoleLogScanningPermitted
:Warning: This may be insecure. See associated help for details.
.
-
-
-
Method Detail
-
GroovyParser_long_examples_will_be_truncated
public static String GroovyParser_long_examples_will_be_truncated()
KeyGroovyParser.long_examples_will_be_truncated
:Long examples will be truncated
.- Returns:
Long examples will be truncated
-
_GroovyParser_long_examples_will_be_truncated
public static org.jvnet.localizer.Localizable _GroovyParser_long_examples_will_be_truncated()
KeyGroovyParser.long_examples_will_be_truncated
:Long examples will be truncated
.- Returns:
Long examples will be truncated
-
ParserConfiguration_consoleLogScanningPermitted
public static String ParserConfiguration_consoleLogScanningPermitted()
KeyParserConfiguration.consoleLogScanningPermitted
:Warning: This may be insecure. See associated help for details.
.- Returns:
Warning: This may be insecure. See associated help for details.
-
_ParserConfiguration_consoleLogScanningPermitted
public static org.jvnet.localizer.Localizable _ParserConfiguration_consoleLogScanningPermitted()
KeyParserConfiguration.consoleLogScanningPermitted
:Warning: This may be insecure. See associated help for details.
.- Returns:
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)
KeyGroovyParser.Error.Example.ok.file
:file name: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
file name: {0}
-
_GroovyParser_Error_Example_ok_file
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_file(Object arg0)
KeyGroovyParser.Error.Example.ok.file
:file name: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
file name: {0}
-
GroovyParser_Error_Example_ok_type
public static String GroovyParser_Error_Example_ok_type(Object arg0)
KeyGroovyParser.Error.Example.ok.type
:type: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
type: {0}
-
_GroovyParser_Error_Example_ok_type
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_type(Object arg0)
KeyGroovyParser.Error.Example.ok.type
:type: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
type: {0}
-
GroovyParser_Error_Example_exception
public static String GroovyParser_Error_Example_exception(Object arg0)
KeyGroovyParser.Error.Example.exception
:An exception occurred during evaluation of the Groovy script: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
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)
KeyGroovyParser.Error.Example.exception
:An exception occurred during evaluation of the Groovy script: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
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)
KeyGroovyParser.Error.Example.ok.category
:category: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
category: {0}
-
_GroovyParser_Error_Example_ok_category
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_category(Object arg0)
KeyGroovyParser.Error.Example.ok.category
:category: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
category: {0}
-
GroovyParser_Error_Example_wrongReturnType
public static String GroovyParser_Error_Example_wrongReturnType(Object arg0)
KeyGroovyParser.Error.Example.wrongReturnType
:Result of the script is not of type ''Issue'': {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
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)
KeyGroovyParser.Error.Example.wrongReturnType
:Result of the script is not of type ''Issue'': {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Result of the script is not of type ''Issue'': {0}
-
GroovyParser_Error_Regexp_isEmpty
public static String GroovyParser_Error_Regexp_isEmpty()
KeyGroovyParser.Error.Regexp.isEmpty
:Regular expression must not be empty.
.- Returns:
Regular expression must not be empty.
-
_GroovyParser_Error_Regexp_isEmpty
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Regexp_isEmpty()
KeyGroovyParser.Error.Regexp.isEmpty
:Regular expression must not be empty.
.- Returns:
Regular expression must not be empty.
-
GroovyParser_Error_Example_ok_message
public static String GroovyParser_Error_Example_ok_message(Object arg0)
KeyGroovyParser.Error.Example.ok.message
:message: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
message: {0}
-
_GroovyParser_Error_Example_ok_message
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_message(Object arg0)
KeyGroovyParser.Error.Example.ok.message
:message: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
message: {0}
-
GroovyParser_Error_Example_regexpDoesNotMatch
public static String GroovyParser_Error_Example_regexpDoesNotMatch()
KeyGroovyParser.Error.Example.regexpDoesNotMatch
:The regular expression does not match the example text.
.- Returns:
The regular expression does not match the example text.
-
_GroovyParser_Error_Example_regexpDoesNotMatch
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_regexpDoesNotMatch()
KeyGroovyParser.Error.Example.regexpDoesNotMatch
:The regular expression does not match the example text.
.- Returns:
The regular expression does not match the example text.
-
GroovyParser_Warning_NoRunScriptPermission
public static String GroovyParser_Warning_NoRunScriptPermission()
KeyGroovyParser.Warning.NoRunScriptPermission
:You have no rights to execute Groovy warnings parsers.
.- Returns:
You have no rights to execute Groovy warnings parsers.
-
_GroovyParser_Warning_NoRunScriptPermission
public static org.jvnet.localizer.Localizable _GroovyParser_Warning_NoRunScriptPermission()
KeyGroovyParser.Warning.NoRunScriptPermission
:You have no rights to execute Groovy warnings parsers.
.- Returns:
You have no rights to execute Groovy warnings parsers.
-
GroovyParser_Error_Id_isNotUnique
public static String GroovyParser_Error_Id_isNotUnique(Object arg0)
KeyGroovyParser.Error.Id.isNotUnique
:ID must be unique, it is already used by parser ''{0}''.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
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)
KeyGroovyParser.Error.Id.isNotUnique
:ID must be unique, it is already used by parser ''{0}''.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
ID must be unique, it is already used by parser ''{0}''.
-
GroovyParser_Error_Regexp_invalid
public static String GroovyParser_Error_Regexp_invalid(Object arg0)
KeyGroovyParser.Error.Regexp.invalid
:This is not a valid regular expression: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This is not a valid regular expression: {0}
-
_GroovyParser_Error_Regexp_invalid
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Regexp_invalid(Object arg0)
KeyGroovyParser.Error.Regexp.invalid
:This is not a valid regular expression: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This is not a valid regular expression: {0}
-
GroovyParser_Error_Example_ok_line
public static String GroovyParser_Error_Example_ok_line(Object arg0)
KeyGroovyParser.Error.Example.ok.line
:line number: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
line number: {0}
-
_GroovyParser_Error_Example_ok_line
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_line(Object arg0)
KeyGroovyParser.Error.Example.ok.line
:line number: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
line number: {0}
-
GroovyParser_Error_Example_ok_priority
public static String GroovyParser_Error_Example_ok_priority(Object arg0)
KeyGroovyParser.Error.Example.ok.priority
:severity: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
severity: {0}
-
_GroovyParser_Error_Example_ok_priority
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_priority(Object arg0)
KeyGroovyParser.Error.Example.ok.priority
:severity: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
severity: {0}
-
GroovyParser_Error_Script_invalid
public static String GroovyParser_Error_Script_invalid(Object arg0)
KeyGroovyParser.Error.Script.invalid
:This is not a valid Groovy script: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This is not a valid Groovy script: {0}
-
_GroovyParser_Error_Script_invalid
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Script_invalid(Object arg0)
KeyGroovyParser.Error.Script.invalid
:This is not a valid Groovy script: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This is not a valid Groovy script: {0}
-
GroovyParser_Error_Name_isEmpty
public static String GroovyParser_Error_Name_isEmpty()
KeyGroovyParser.Error.Name.isEmpty
:Display name must not be empty.
.- Returns:
Display name must not be empty.
-
_GroovyParser_Error_Name_isEmpty
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Name_isEmpty()
KeyGroovyParser.Error.Name.isEmpty
:Display name must not be empty.
.- Returns:
Display name must not be empty.
-
GroovyParser_Error_Script_isEmpty
public static String GroovyParser_Error_Script_isEmpty()
KeyGroovyParser.Error.Script.isEmpty
:Groovy script must not be empty.
.- Returns:
Groovy script must not be empty.
-
_GroovyParser_Error_Script_isEmpty
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Script_isEmpty()
KeyGroovyParser.Error.Script.isEmpty
:Groovy script must not be empty.
.- Returns:
Groovy script must not be empty.
-
GroovyParser_Error_Id_isEmpty
public static String GroovyParser_Error_Id_isEmpty()
KeyGroovyParser.Error.Id.isEmpty
:ID must not be empty.
.- Returns:
ID must not be empty.
-
_GroovyParser_Error_Id_isEmpty
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Id_isEmpty()
KeyGroovyParser.Error.Id.isEmpty
:ID must not be empty.
.- Returns:
ID must not be empty.
-
GroovyParser_Error_Example_ok_title
public static String GroovyParser_Error_Example_ok_title()
KeyGroovyParser.Error.Example.ok.title
:One issue found
.- Returns:
One issue found
-
_GroovyParser_Error_Example_ok_title
public static org.jvnet.localizer.Localizable _GroovyParser_Error_Example_ok_title()
KeyGroovyParser.Error.Example.ok.title
:One issue found
.- Returns:
One issue found
-
-