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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.exception
:An exception occurred during evaluation of the Groovy script: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.ok.category
:category: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.ok.file
:file name: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.ok.line
:line number: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.ok.message
:message: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.ok.priority
:severity: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.ok.title
:One issue found
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.ok.type
:type: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.regexpDoesNotMatch
:The regular expression does not match the example text.
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Example.wrongReturnType
:Result of the script is not of type ''Issue'': {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Id.isEmpty
:ID must not be empty.
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Id.isNotUnique
:ID must be unique, it is already used by parser ''{0}''.
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Name.isEmpty
:Display name must not be empty.
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Regexp.invalid
:This is not a valid regular expression: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Regexp.isEmpty
:Regular expression must not be empty.
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Script.invalid
:This is not a valid Groovy script: {0}
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Error.Script.isEmpty
:Groovy script must not be empty.
.static org.jvnet.localizer.Localizable
KeyGroovyParser.long_examples_will_be_truncated
:Long examples will be truncated
.static org.jvnet.localizer.Localizable
KeyGroovyParser.Warning.NoRunScriptPermission
:You have no rights to execute Groovy warnings parsers.
.static org.jvnet.localizer.Localizable
KeyParserConfiguration.consoleLogScanningPermitted
:Warning: This may be insecure. See associated help for details.
.static String
KeyGroovyParser.Error.Example.exception
:An exception occurred during evaluation of the Groovy script: {0}
.static String
KeyGroovyParser.Error.Example.ok.category
:category: {0}
.static String
KeyGroovyParser.Error.Example.ok.file
:file name: {0}
.static String
KeyGroovyParser.Error.Example.ok.line
:line number: {0}
.static String
KeyGroovyParser.Error.Example.ok.message
:message: {0}
.static String
KeyGroovyParser.Error.Example.ok.priority
:severity: {0}
.static String
KeyGroovyParser.Error.Example.ok.title
:One issue found
.static String
KeyGroovyParser.Error.Example.ok.type
:type: {0}
.static String
KeyGroovyParser.Error.Example.regexpDoesNotMatch
:The regular expression does not match the example text.
.static String
KeyGroovyParser.Error.Example.wrongReturnType
:Result of the script is not of type ''Issue'': {0}
.static String
KeyGroovyParser.Error.Id.isEmpty
:ID must not be empty.
.static String
KeyGroovyParser.Error.Id.isNotUnique
:ID must be unique, it is already used by parser ''{0}''.
.static String
KeyGroovyParser.Error.Name.isEmpty
:Display name must not be empty.
.static String
KeyGroovyParser.Error.Regexp.invalid
:This is not a valid regular expression: {0}
.static String
KeyGroovyParser.Error.Regexp.isEmpty
:Regular expression must not be empty.
.static String
KeyGroovyParser.Error.Script.invalid
:This is not a valid Groovy script: {0}
.static String
KeyGroovyParser.Error.Script.isEmpty
:Groovy script must not be empty.
.static String
KeyGroovyParser.long_examples_will_be_truncated
:Long examples will be truncated
.static String
KeyGroovyParser.Warning.NoRunScriptPermission
:You have no rights to execute Groovy warnings parsers.
.static String
KeyParserConfiguration.consoleLogScanningPermitted
:Warning: This may be insecure. See associated help for details.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
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
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
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
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
KeyGroovyParser.Error.Example.ok.type
:type: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
type: {0}
-
_GroovyParser_Error_Example_ok_type
KeyGroovyParser.Error.Example.ok.type
:type: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
type: {0}
-
GroovyParser_Error_Example_exception
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
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
KeyGroovyParser.Error.Example.ok.category
:category: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
category: {0}
-
_GroovyParser_Error_Example_ok_category
KeyGroovyParser.Error.Example.ok.category
:category: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
category: {0}
-
GroovyParser_Error_Example_wrongReturnType
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
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
KeyGroovyParser.Error.Example.ok.message
:message: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
message: {0}
-
_GroovyParser_Error_Example_ok_message
KeyGroovyParser.Error.Example.ok.message
:message: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
message: {0}
-
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
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
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
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
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
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
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
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
KeyGroovyParser.Error.Example.ok.priority
:severity: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
severity: {0}
-
_GroovyParser_Error_Example_ok_priority
KeyGroovyParser.Error.Example.ok.priority
:severity: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
severity: {0}
-
GroovyParser_Error_Script_invalid
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
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
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
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
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
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
-