Class Messages
java.lang.Object
io.jenkins.plugins.analysis.core.util.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
KeyAggregationChart.AGGREGATION_ONLY
:Only aggregation - no tools
.static org.jvnet.localizer.Localizable
KeyAggregationChart.AGGREGATION_TOOLS
:Aggregation on top - tools at the bottom
.static org.jvnet.localizer.Localizable
KeyAggregationChart.NONE
:No trend charts
.static org.jvnet.localizer.Localizable
KeyAggregationChart.TOOLS_AGGREGATION
:Tools on top - aggregation at the bottom
.static org.jvnet.localizer.Localizable
KeyAggregationChart.TOOLS_ONLY
:No aggregation - only tools
.static org.jvnet.localizer.Localizable
KeyFieldValidator.Error.DefaultEncoding
:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
.static org.jvnet.localizer.Localizable
KeyFieldValidator.Error.NegativeThreshold
:Threshold must be an integer value greater 0.
.static org.jvnet.localizer.Localizable
KeyFieldValidator.Error.ReferenceJobDoesNotExist
:There is no such job - maybe the job has been renamed?
.static org.jvnet.localizer.Localizable
KeyFieldValidator.Error.ThresholdHealthyMissing
:If the ''unhealthy'' threshold is defined, then also the ''healthy'' threshold must be set.
.static org.jvnet.localizer.Localizable
KeyFieldValidator.Error.ThresholdOrder
:Threshold ''healthy'' must be less than threshold ''unhealthy''.
.static org.jvnet.localizer.Localizable
KeyFieldValidator.Error.ThresholdUnhealthyMissing
:If the ''healthy'' threshold is defined, then also the ''unhealthy'' threshold must be set.
.static org.jvnet.localizer.Localizable
_FieldValidator_Error_WrongIdFormat
(Object arg0, Object arg1) KeyFieldValidator.Error.WrongIdFormat
:An ID must match the regexp pattern {0}, but {1} does not.
.static org.jvnet.localizer.Localizable
KeyFilesParser.Error.EmptyFile
: .static org.jvnet.localizer.Localizable
KeyFilesParser.Error.Exception
:Parsing of file {0} failed due to an exception:
.static org.jvnet.localizer.Localizable
KeyFilesParser.Error.NoFiles
:No report files were found. Configuration error?
.static org.jvnet.localizer.Localizable
KeyFilesParser.Error.NoPermission
: .static org.jvnet.localizer.Localizable
KeySeverity.Long.Error
:Error
.static org.jvnet.localizer.Localizable
KeySeverity.Long.High
:Warning - High
.static org.jvnet.localizer.Localizable
KeySeverity.Long.Low
:Warning - Low
.static org.jvnet.localizer.Localizable
KeySeverity.Long.Normal
:Warning - Normal
.static org.jvnet.localizer.Localizable
KeySeverity.Short.Error
:Error
.static org.jvnet.localizer.Localizable
KeySeverity.Short.High
:High
.static org.jvnet.localizer.Localizable
KeySeverity.Short.Low
:Low
.static org.jvnet.localizer.Localizable
KeySeverity.Short.Normal
:Normal
.static org.jvnet.localizer.Localizable
KeySeverityFilter.Error
:Errors
.static org.jvnet.localizer.Localizable
KeySeverityFilter.High
:Error and High
.static org.jvnet.localizer.Localizable
KeySeverityFilter.Low
:All Severities
.static org.jvnet.localizer.Localizable
KeySeverityFilter.Normal
:Error, High and Normal
.static org.jvnet.localizer.Localizable
KeyStatistics.Delta
:Delta (any severity)
.static org.jvnet.localizer.Localizable
KeyStatistics.Delta.Error
:Delta (errors only)
.static org.jvnet.localizer.Localizable
KeyStatistics.Delta.High
:Delta (severity high only)
.static org.jvnet.localizer.Localizable
KeyStatistics.Delta.Low
:Delta (severity low only)
.static org.jvnet.localizer.Localizable
KeyStatistics.Delta.Normal
:Delta (severity normal only)
.static org.jvnet.localizer.Localizable
KeyStatistics.Fixed
:Fixed (any severity)
.static org.jvnet.localizer.Localizable
KeyStatistics.New
:New (any severity)
.static org.jvnet.localizer.Localizable
KeyStatistics.New.Error
:New (errors only)
.static org.jvnet.localizer.Localizable
KeyStatistics.New.High
:New (severity high only)
.static org.jvnet.localizer.Localizable
KeyStatistics.New.Low
:New (severity low only)
.static org.jvnet.localizer.Localizable
KeyStatistics.New.Modified
:New (in modified code)
.static org.jvnet.localizer.Localizable
KeyStatistics.New.Normal
:New (severity normal only)
.static org.jvnet.localizer.Localizable
KeyStatistics.Total
:Total (any severity)
.static org.jvnet.localizer.Localizable
KeyStatistics.Total.Error
:Total (errors only)
.static org.jvnet.localizer.Localizable
KeyStatistics.Total.High
:Total (severity high only)
.static org.jvnet.localizer.Localizable
KeyStatistics.Total.Low
:Total (severity low only)
.static org.jvnet.localizer.Localizable
KeyStatistics.Total.Modified
:Total (in modified code)
.static org.jvnet.localizer.Localizable
KeyStatistics.Total.Normal
:Total (severity normal only)
.static String
KeyAggregationChart.AGGREGATION_ONLY
:Only aggregation - no tools
.static String
KeyAggregationChart.AGGREGATION_TOOLS
:Aggregation on top - tools at the bottom
.static String
KeyAggregationChart.NONE
:No trend charts
.static String
KeyAggregationChart.TOOLS_AGGREGATION
:Tools on top - aggregation at the bottom
.static String
KeyAggregationChart.TOOLS_ONLY
:No aggregation - only tools
.static String
KeyFieldValidator.Error.DefaultEncoding
:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
.static String
KeyFieldValidator.Error.NegativeThreshold
:Threshold must be an integer value greater 0.
.static String
KeyFieldValidator.Error.ReferenceJobDoesNotExist
:There is no such job - maybe the job has been renamed?
.static String
KeyFieldValidator.Error.ThresholdHealthyMissing
:If the ''unhealthy'' threshold is defined, then also the ''healthy'' threshold must be set.
.static String
KeyFieldValidator.Error.ThresholdOrder
:Threshold ''healthy'' must be less than threshold ''unhealthy''.
.static String
KeyFieldValidator.Error.ThresholdUnhealthyMissing
:If the ''healthy'' threshold is defined, then also the ''unhealthy'' threshold must be set.
.static String
FieldValidator_Error_WrongIdFormat
(Object arg0, Object arg1) KeyFieldValidator.Error.WrongIdFormat
:An ID must match the regexp pattern {0}, but {1} does not.
.static String
KeyFilesParser.Error.EmptyFile
: .static String
KeyFilesParser.Error.Exception
:Parsing of file {0} failed due to an exception:
.static String
KeyFilesParser.Error.NoFiles
:No report files were found. Configuration error?
.static String
KeyFilesParser.Error.NoPermission
: .static String
KeySeverity.Long.Error
:Error
.static String
KeySeverity.Long.High
:Warning - High
.static String
KeySeverity.Long.Low
:Warning - Low
.static String
KeySeverity.Long.Normal
:Warning - Normal
.static String
KeySeverity.Short.Error
:Error
.static String
KeySeverity.Short.High
:High
.static String
KeySeverity.Short.Low
:Low
.static String
KeySeverity.Short.Normal
:Normal
.static String
KeySeverityFilter.Error
:Errors
.static String
KeySeverityFilter.High
:Error and High
.static String
KeySeverityFilter.Low
:All Severities
.static String
KeySeverityFilter.Normal
:Error, High and Normal
.static String
KeyStatistics.Delta
:Delta (any severity)
.static String
KeyStatistics.Delta.Error
:Delta (errors only)
.static String
KeyStatistics.Delta.High
:Delta (severity high only)
.static String
KeyStatistics.Delta.Low
:Delta (severity low only)
.static String
KeyStatistics.Delta.Normal
:Delta (severity normal only)
.static String
KeyStatistics.Fixed
:Fixed (any severity)
.static String
KeyStatistics.New
:New (any severity)
.static String
KeyStatistics.New.Error
:New (errors only)
.static String
KeyStatistics.New.High
:New (severity high only)
.static String
KeyStatistics.New.Low
:New (severity low only)
.static String
KeyStatistics.New.Modified
:New (in modified code)
.static String
KeyStatistics.New.Normal
:New (severity normal only)
.static String
KeyStatistics.Total
:Total (any severity)
.static String
KeyStatistics.Total.Error
:Total (errors only)
.static String
KeyStatistics.Total.High
:Total (severity high only)
.static String
KeyStatistics.Total.Low
:Total (severity low only)
.static String
KeyStatistics.Total.Modified
:Total (in modified code)
.static String
KeyStatistics.Total.Normal
:Total (severity normal only)
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Severity_Long_Normal
KeySeverity.Long.Normal
:Warning - Normal
.- Returns:
Warning - Normal
-
_Severity_Long_Normal
public static org.jvnet.localizer.Localizable _Severity_Long_Normal()KeySeverity.Long.Normal
:Warning - Normal
.- Returns:
Warning - Normal
-
Statistics_Delta_Low
KeyStatistics.Delta.Low
:Delta (severity low only)
.- Returns:
Delta (severity low only)
-
_Statistics_Delta_Low
public static org.jvnet.localizer.Localizable _Statistics_Delta_Low()KeyStatistics.Delta.Low
:Delta (severity low only)
.- Returns:
Delta (severity low only)
-
Severity_Short_Error
KeySeverity.Short.Error
:Error
.- Returns:
Error
-
_Severity_Short_Error
public static org.jvnet.localizer.Localizable _Severity_Short_Error()KeySeverity.Short.Error
:Error
.- Returns:
Error
-
Statistics_New_Low
KeyStatistics.New.Low
:New (severity low only)
.- Returns:
New (severity low only)
-
_Statistics_New_Low
public static org.jvnet.localizer.Localizable _Statistics_New_Low()KeyStatistics.New.Low
:New (severity low only)
.- Returns:
New (severity low only)
-
Statistics_New_Modified
KeyStatistics.New.Modified
:New (in modified code)
.- Returns:
New (in modified code)
-
_Statistics_New_Modified
public static org.jvnet.localizer.Localizable _Statistics_New_Modified()KeyStatistics.New.Modified
:New (in modified code)
.- Returns:
New (in modified code)
-
FilesParser_Error_NoFiles
KeyFilesParser.Error.NoFiles
:No report files were found. Configuration error?
.- Returns:
No report files were found. Configuration error?
-
_FilesParser_Error_NoFiles
public static org.jvnet.localizer.Localizable _FilesParser_Error_NoFiles()KeyFilesParser.Error.NoFiles
:No report files were found. Configuration error?
.- Returns:
No report files were found. Configuration error?
-
Statistics_Delta
KeyStatistics.Delta
:Delta (any severity)
.- Returns:
Delta (any severity)
-
_Statistics_Delta
public static org.jvnet.localizer.Localizable _Statistics_Delta()KeyStatistics.Delta
:Delta (any severity)
.- Returns:
Delta (any severity)
-
Statistics_Delta_Normal
KeyStatistics.Delta.Normal
:Delta (severity normal only)
.- Returns:
Delta (severity normal only)
-
_Statistics_Delta_Normal
public static org.jvnet.localizer.Localizable _Statistics_Delta_Normal()KeyStatistics.Delta.Normal
:Delta (severity normal only)
.- Returns:
Delta (severity normal only)
-
Statistics_New_Normal
KeyStatistics.New.Normal
:New (severity normal only)
.- Returns:
New (severity normal only)
-
_Statistics_New_Normal
public static org.jvnet.localizer.Localizable _Statistics_New_Normal()KeyStatistics.New.Normal
:New (severity normal only)
.- Returns:
New (severity normal only)
-
FieldValidator_Error_ReferenceJobDoesNotExist
KeyFieldValidator.Error.ReferenceJobDoesNotExist
:There is no such job - maybe the job has been renamed?
.- Returns:
There is no such job - maybe the job has been renamed?
-
_FieldValidator_Error_ReferenceJobDoesNotExist
public static org.jvnet.localizer.Localizable _FieldValidator_Error_ReferenceJobDoesNotExist()KeyFieldValidator.Error.ReferenceJobDoesNotExist
:There is no such job - maybe the job has been renamed?
.- Returns:
There is no such job - maybe the job has been renamed?
-
Statistics_Total_Low
KeyStatistics.Total.Low
:Total (severity low only)
.- Returns:
Total (severity low only)
-
_Statistics_Total_Low
public static org.jvnet.localizer.Localizable _Statistics_Total_Low()KeyStatistics.Total.Low
:Total (severity low only)
.- Returns:
Total (severity low only)
-
Severity_Long_Error
KeySeverity.Long.Error
:Error
.- Returns:
Error
-
_Severity_Long_Error
public static org.jvnet.localizer.Localizable _Severity_Long_Error()KeySeverity.Long.Error
:Error
.- Returns:
Error
-
AggregationChart_TOOLS_AGGREGATION
KeyAggregationChart.TOOLS_AGGREGATION
:Tools on top - aggregation at the bottom
.- Returns:
Tools on top - aggregation at the bottom
-
_AggregationChart_TOOLS_AGGREGATION
public static org.jvnet.localizer.Localizable _AggregationChart_TOOLS_AGGREGATION()KeyAggregationChart.TOOLS_AGGREGATION
:Tools on top - aggregation at the bottom
.- Returns:
Tools on top - aggregation at the bottom
-
FilesParser_Error_EmptyFile
KeyFilesParser.Error.EmptyFile
: .- Returns:
-
_FilesParser_Error_EmptyFile
public static org.jvnet.localizer.Localizable _FilesParser_Error_EmptyFile()KeyFilesParser.Error.EmptyFile
: .- Returns:
-
Statistics_Total
KeyStatistics.Total
:Total (any severity)
.- Returns:
Total (any severity)
-
_Statistics_Total
public static org.jvnet.localizer.Localizable _Statistics_Total()KeyStatistics.Total
:Total (any severity)
.- Returns:
Total (any severity)
-
SeverityFilter_Low
KeySeverityFilter.Low
:All Severities
.- Returns:
All Severities
-
_SeverityFilter_Low
public static org.jvnet.localizer.Localizable _SeverityFilter_Low()KeySeverityFilter.Low
:All Severities
.- Returns:
All Severities
-
Statistics_Total_Error
KeyStatistics.Total.Error
:Total (errors only)
.- Returns:
Total (errors only)
-
_Statistics_Total_Error
public static org.jvnet.localizer.Localizable _Statistics_Total_Error()KeyStatistics.Total.Error
:Total (errors only)
.- Returns:
Total (errors only)
-
Statistics_Delta_High
KeyStatistics.Delta.High
:Delta (severity high only)
.- Returns:
Delta (severity high only)
-
_Statistics_Delta_High
public static org.jvnet.localizer.Localizable _Statistics_Delta_High()KeyStatistics.Delta.High
:Delta (severity high only)
.- Returns:
Delta (severity high only)
-
SeverityFilter_High
KeySeverityFilter.High
:Error and High
.- Returns:
Error and High
-
_SeverityFilter_High
public static org.jvnet.localizer.Localizable _SeverityFilter_High()KeySeverityFilter.High
:Error and High
.- Returns:
Error and High
-
SeverityFilter_Normal
KeySeverityFilter.Normal
:Error, High and Normal
.- Returns:
Error, High and Normal
-
_SeverityFilter_Normal
public static org.jvnet.localizer.Localizable _SeverityFilter_Normal()KeySeverityFilter.Normal
:Error, High and Normal
.- Returns:
Error, High and Normal
-
Severity_Short_High
KeySeverity.Short.High
:High
.- Returns:
High
-
_Severity_Short_High
public static org.jvnet.localizer.Localizable _Severity_Short_High()KeySeverity.Short.High
:High
.- Returns:
High
-
FilesParser_Error_NoPermission
KeyFilesParser.Error.NoPermission
: .- Returns:
-
_FilesParser_Error_NoPermission
public static org.jvnet.localizer.Localizable _FilesParser_Error_NoPermission()KeyFilesParser.Error.NoPermission
: .- Returns:
-
AggregationChart_AGGREGATION_ONLY
KeyAggregationChart.AGGREGATION_ONLY
:Only aggregation - no tools
.- Returns:
Only aggregation - no tools
-
_AggregationChart_AGGREGATION_ONLY
public static org.jvnet.localizer.Localizable _AggregationChart_AGGREGATION_ONLY()KeyAggregationChart.AGGREGATION_ONLY
:Only aggregation - no tools
.- Returns:
Only aggregation - no tools
-
Statistics_New_Error
KeyStatistics.New.Error
:New (errors only)
.- Returns:
New (errors only)
-
_Statistics_New_Error
public static org.jvnet.localizer.Localizable _Statistics_New_Error()KeyStatistics.New.Error
:New (errors only)
.- Returns:
New (errors only)
-
FieldValidator_Error_ThresholdHealthyMissing
KeyFieldValidator.Error.ThresholdHealthyMissing
:If the ''unhealthy'' threshold is defined, then also the ''healthy'' threshold must be set.
.- Returns:
If the ''unhealthy'' threshold is defined, then also the ''healthy'' threshold must be set.
-
_FieldValidator_Error_ThresholdHealthyMissing
public static org.jvnet.localizer.Localizable _FieldValidator_Error_ThresholdHealthyMissing()KeyFieldValidator.Error.ThresholdHealthyMissing
:If the ''unhealthy'' threshold is defined, then also the ''healthy'' threshold must be set.
.- Returns:
If the ''unhealthy'' threshold is defined, then also the ''healthy'' threshold must be set.
-
Statistics_Total_High
KeyStatistics.Total.High
:Total (severity high only)
.- Returns:
Total (severity high only)
-
_Statistics_Total_High
public static org.jvnet.localizer.Localizable _Statistics_Total_High()KeyStatistics.Total.High
:Total (severity high only)
.- Returns:
Total (severity high only)
-
AggregationChart_AGGREGATION_TOOLS
KeyAggregationChart.AGGREGATION_TOOLS
:Aggregation on top - tools at the bottom
.- Returns:
Aggregation on top - tools at the bottom
-
_AggregationChart_AGGREGATION_TOOLS
public static org.jvnet.localizer.Localizable _AggregationChart_AGGREGATION_TOOLS()KeyAggregationChart.AGGREGATION_TOOLS
:Aggregation on top - tools at the bottom
.- Returns:
Aggregation on top - tools at the bottom
-
AggregationChart_TOOLS_ONLY
KeyAggregationChart.TOOLS_ONLY
:No aggregation - only tools
.- Returns:
No aggregation - only tools
-
_AggregationChart_TOOLS_ONLY
public static org.jvnet.localizer.Localizable _AggregationChart_TOOLS_ONLY()KeyAggregationChart.TOOLS_ONLY
:No aggregation - only tools
.- Returns:
No aggregation - only tools
-
Statistics_New_High
KeyStatistics.New.High
:New (severity high only)
.- Returns:
New (severity high only)
-
_Statistics_New_High
public static org.jvnet.localizer.Localizable _Statistics_New_High()KeyStatistics.New.High
:New (severity high only)
.- Returns:
New (severity high only)
-
Severity_Long_Low
KeySeverity.Long.Low
:Warning - Low
.- Returns:
Warning - Low
-
_Severity_Long_Low
public static org.jvnet.localizer.Localizable _Severity_Long_Low()KeySeverity.Long.Low
:Warning - Low
.- Returns:
Warning - Low
-
FieldValidator_Error_ThresholdOrder
KeyFieldValidator.Error.ThresholdOrder
:Threshold ''healthy'' must be less than threshold ''unhealthy''.
.- Returns:
Threshold ''healthy'' must be less than threshold ''unhealthy''.
-
_FieldValidator_Error_ThresholdOrder
public static org.jvnet.localizer.Localizable _FieldValidator_Error_ThresholdOrder()KeyFieldValidator.Error.ThresholdOrder
:Threshold ''healthy'' must be less than threshold ''unhealthy''.
.- Returns:
Threshold ''healthy'' must be less than threshold ''unhealthy''.
-
Statistics_Total_Modified
KeyStatistics.Total.Modified
:Total (in modified code)
.- Returns:
Total (in modified code)
-
_Statistics_Total_Modified
public static org.jvnet.localizer.Localizable _Statistics_Total_Modified()KeyStatistics.Total.Modified
:Total (in modified code)
.- Returns:
Total (in modified code)
-
Statistics_Delta_Error
KeyStatistics.Delta.Error
:Delta (errors only)
.- Returns:
Delta (errors only)
-
_Statistics_Delta_Error
public static org.jvnet.localizer.Localizable _Statistics_Delta_Error()KeyStatistics.Delta.Error
:Delta (errors only)
.- Returns:
Delta (errors only)
-
Statistics_New
KeyStatistics.New
:New (any severity)
.- Returns:
New (any severity)
-
_Statistics_New
public static org.jvnet.localizer.Localizable _Statistics_New()KeyStatistics.New
:New (any severity)
.- Returns:
New (any severity)
-
Severity_Long_High
KeySeverity.Long.High
:Warning - High
.- Returns:
Warning - High
-
_Severity_Long_High
public static org.jvnet.localizer.Localizable _Severity_Long_High()KeySeverity.Long.High
:Warning - High
.- Returns:
Warning - High
-
Statistics_Fixed
KeyStatistics.Fixed
:Fixed (any severity)
.- Returns:
Fixed (any severity)
-
_Statistics_Fixed
public static org.jvnet.localizer.Localizable _Statistics_Fixed()KeyStatistics.Fixed
:Fixed (any severity)
.- Returns:
Fixed (any severity)
-
FilesParser_Error_Exception
KeyFilesParser.Error.Exception
:Parsing of file {0} failed due to an exception:
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Parsing of file {0} failed due to an exception:
-
_FilesParser_Error_Exception
KeyFilesParser.Error.Exception
:Parsing of file {0} failed due to an exception:
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Parsing of file {0} failed due to an exception:
-
Severity_Short_Normal
KeySeverity.Short.Normal
:Normal
.- Returns:
Normal
-
_Severity_Short_Normal
public static org.jvnet.localizer.Localizable _Severity_Short_Normal()KeySeverity.Short.Normal
:Normal
.- Returns:
Normal
-
Severity_Short_Low
KeySeverity.Short.Low
:Low
.- Returns:
Low
-
_Severity_Short_Low
public static org.jvnet.localizer.Localizable _Severity_Short_Low()KeySeverity.Short.Low
:Low
.- Returns:
Low
-
Statistics_Total_Normal
KeyStatistics.Total.Normal
:Total (severity normal only)
.- Returns:
Total (severity normal only)
-
_Statistics_Total_Normal
public static org.jvnet.localizer.Localizable _Statistics_Total_Normal()KeyStatistics.Total.Normal
:Total (severity normal only)
.- Returns:
Total (severity normal only)
-
FieldValidator_Error_ThresholdUnhealthyMissing
KeyFieldValidator.Error.ThresholdUnhealthyMissing
:If the ''healthy'' threshold is defined, then also the ''unhealthy'' threshold must be set.
.- Returns:
If the ''healthy'' threshold is defined, then also the ''unhealthy'' threshold must be set.
-
_FieldValidator_Error_ThresholdUnhealthyMissing
public static org.jvnet.localizer.Localizable _FieldValidator_Error_ThresholdUnhealthyMissing()KeyFieldValidator.Error.ThresholdUnhealthyMissing
:If the ''healthy'' threshold is defined, then also the ''unhealthy'' threshold must be set.
.- Returns:
If the ''healthy'' threshold is defined, then also the ''unhealthy'' threshold must be set.
-
FieldValidator_Error_NegativeThreshold
KeyFieldValidator.Error.NegativeThreshold
:Threshold must be an integer value greater 0.
.- Returns:
Threshold must be an integer value greater 0.
-
_FieldValidator_Error_NegativeThreshold
public static org.jvnet.localizer.Localizable _FieldValidator_Error_NegativeThreshold()KeyFieldValidator.Error.NegativeThreshold
:Threshold must be an integer value greater 0.
.- Returns:
Threshold must be an integer value greater 0.
-
SeverityFilter_Error
KeySeverityFilter.Error
:Errors
.- Returns:
Errors
-
_SeverityFilter_Error
public static org.jvnet.localizer.Localizable _SeverityFilter_Error()KeySeverityFilter.Error
:Errors
.- Returns:
Errors
-
FieldValidator_Error_WrongIdFormat
KeyFieldValidator.Error.WrongIdFormat
:An ID must match the regexp pattern {0}, but {1} does not.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.- Returns:
An ID must match the regexp pattern {0}, but {1} does not.
-
_FieldValidator_Error_WrongIdFormat
public static org.jvnet.localizer.Localizable _FieldValidator_Error_WrongIdFormat(Object arg0, Object arg1) KeyFieldValidator.Error.WrongIdFormat
:An ID must match the regexp pattern {0}, but {1} does not.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.- Returns:
An ID must match the regexp pattern {0}, but {1} does not.
-
AggregationChart_NONE
KeyAggregationChart.NONE
:No trend charts
.- Returns:
No trend charts
-
_AggregationChart_NONE
public static org.jvnet.localizer.Localizable _AggregationChart_NONE()KeyAggregationChart.NONE
:No trend charts
.- Returns:
No trend charts
-
FieldValidator_Error_DefaultEncoding
KeyFieldValidator.Error.DefaultEncoding
:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
-
_FieldValidator_Error_DefaultEncoding
KeyFieldValidator.Error.DefaultEncoding
:Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Encoding must be a supported encoding of the Java platform, see: <a rel="noopener noreferrer" href="{0}">java.nio.charset.Charset</a>
-