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