Class Messages
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.filter.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
_Filter_Exclude_Category()
KeyFilter.Exclude.Category
:Exclude categories
.static org.jvnet.localizer.Localizable
_Filter_Exclude_File()
KeyFilter.Exclude.File
:Exclude file names
.static org.jvnet.localizer.Localizable
_Filter_Exclude_Message()
KeyFilter.Exclude.Message
:Exclude messages
.static org.jvnet.localizer.Localizable
_Filter_Exclude_Module()
KeyFilter.Exclude.Module
:Exclude modules
.static org.jvnet.localizer.Localizable
_Filter_Exclude_Package()
KeyFilter.Exclude.Package
:Exclude packages
.static org.jvnet.localizer.Localizable
_Filter_Exclude_Type()
KeyFilter.Exclude.Type
:Exclude types
.static org.jvnet.localizer.Localizable
_Filter_Include_Category()
KeyFilter.Include.Category
:Include categories
.static org.jvnet.localizer.Localizable
_Filter_Include_File()
KeyFilter.Include.File
:Include file names
.static org.jvnet.localizer.Localizable
_Filter_Include_Message()
KeyFilter.Include.Message
:Include messages
.static org.jvnet.localizer.Localizable
_Filter_Include_Module()
KeyFilter.Include.Module
:Include modules
.static org.jvnet.localizer.Localizable
_Filter_Include_Package()
KeyFilter.Include.Package
:Include packages
.static org.jvnet.localizer.Localizable
_Filter_Include_Type()
KeyFilter.Include.Type
:Include types
.static org.jvnet.localizer.Localizable
_pattern_blank()
Keypattern.blank
:Filters with blank pattern will be ignored
.static org.jvnet.localizer.Localizable
_pattern_error(Object arg0)
Keypattern.error
:This pattern is not a valid regular expression: {0}
.static String
Filter_Exclude_Category()
KeyFilter.Exclude.Category
:Exclude categories
.static String
Filter_Exclude_File()
KeyFilter.Exclude.File
:Exclude file names
.static String
Filter_Exclude_Message()
KeyFilter.Exclude.Message
:Exclude messages
.static String
Filter_Exclude_Module()
KeyFilter.Exclude.Module
:Exclude modules
.static String
Filter_Exclude_Package()
KeyFilter.Exclude.Package
:Exclude packages
.static String
Filter_Exclude_Type()
KeyFilter.Exclude.Type
:Exclude types
.static String
Filter_Include_Category()
KeyFilter.Include.Category
:Include categories
.static String
Filter_Include_File()
KeyFilter.Include.File
:Include file names
.static String
Filter_Include_Message()
KeyFilter.Include.Message
:Include messages
.static String
Filter_Include_Module()
KeyFilter.Include.Module
:Include modules
.static String
Filter_Include_Package()
KeyFilter.Include.Package
:Include packages
.static String
Filter_Include_Type()
KeyFilter.Include.Type
:Include types
.static String
pattern_blank()
Keypattern.blank
:Filters with blank pattern will be ignored
.static String
pattern_error(Object arg0)
Keypattern.error
:This pattern is not a valid regular expression: {0}
.
-
-
-
Method Detail
-
pattern_blank
public static String pattern_blank()
Keypattern.blank
:Filters with blank pattern will be ignored
.- Returns:
Filters with blank pattern will be ignored
-
_pattern_blank
public static org.jvnet.localizer.Localizable _pattern_blank()
Keypattern.blank
:Filters with blank pattern will be ignored
.- Returns:
Filters with blank pattern will be ignored
-
Filter_Exclude_File
public static String Filter_Exclude_File()
KeyFilter.Exclude.File
:Exclude file names
.- Returns:
Exclude file names
-
_Filter_Exclude_File
public static org.jvnet.localizer.Localizable _Filter_Exclude_File()
KeyFilter.Exclude.File
:Exclude file names
.- Returns:
Exclude file names
-
Filter_Include_File
public static String Filter_Include_File()
KeyFilter.Include.File
:Include file names
.- Returns:
Include file names
-
_Filter_Include_File
public static org.jvnet.localizer.Localizable _Filter_Include_File()
KeyFilter.Include.File
:Include file names
.- Returns:
Include file names
-
Filter_Exclude_Message
public static String Filter_Exclude_Message()
KeyFilter.Exclude.Message
:Exclude messages
.- Returns:
Exclude messages
-
_Filter_Exclude_Message
public static org.jvnet.localizer.Localizable _Filter_Exclude_Message()
KeyFilter.Exclude.Message
:Exclude messages
.- Returns:
Exclude messages
-
Filter_Include_Module
public static String Filter_Include_Module()
KeyFilter.Include.Module
:Include modules
.- Returns:
Include modules
-
_Filter_Include_Module
public static org.jvnet.localizer.Localizable _Filter_Include_Module()
KeyFilter.Include.Module
:Include modules
.- Returns:
Include modules
-
Filter_Include_Category
public static String Filter_Include_Category()
KeyFilter.Include.Category
:Include categories
.- Returns:
Include categories
-
_Filter_Include_Category
public static org.jvnet.localizer.Localizable _Filter_Include_Category()
KeyFilter.Include.Category
:Include categories
.- Returns:
Include categories
-
pattern_error
public static String pattern_error(Object arg0)
Keypattern.error
:This pattern is not a valid regular expression: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This pattern is not a valid regular expression: {0}
-
_pattern_error
public static org.jvnet.localizer.Localizable _pattern_error(Object arg0)
Keypattern.error
:This pattern is not a valid regular expression: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
This pattern is not a valid regular expression: {0}
-
Filter_Exclude_Package
public static String Filter_Exclude_Package()
KeyFilter.Exclude.Package
:Exclude packages
.- Returns:
Exclude packages
-
_Filter_Exclude_Package
public static org.jvnet.localizer.Localizable _Filter_Exclude_Package()
KeyFilter.Exclude.Package
:Exclude packages
.- Returns:
Exclude packages
-
Filter_Exclude_Type
public static String Filter_Exclude_Type()
KeyFilter.Exclude.Type
:Exclude types
.- Returns:
Exclude types
-
_Filter_Exclude_Type
public static org.jvnet.localizer.Localizable _Filter_Exclude_Type()
KeyFilter.Exclude.Type
:Exclude types
.- Returns:
Exclude types
-
Filter_Include_Message
public static String Filter_Include_Message()
KeyFilter.Include.Message
:Include messages
.- Returns:
Include messages
-
_Filter_Include_Message
public static org.jvnet.localizer.Localizable _Filter_Include_Message()
KeyFilter.Include.Message
:Include messages
.- Returns:
Include messages
-
Filter_Exclude_Category
public static String Filter_Exclude_Category()
KeyFilter.Exclude.Category
:Exclude categories
.- Returns:
Exclude categories
-
_Filter_Exclude_Category
public static org.jvnet.localizer.Localizable _Filter_Exclude_Category()
KeyFilter.Exclude.Category
:Exclude categories
.- Returns:
Exclude categories
-
Filter_Include_Type
public static String Filter_Include_Type()
KeyFilter.Include.Type
:Include types
.- Returns:
Include types
-
_Filter_Include_Type
public static org.jvnet.localizer.Localizable _Filter_Include_Type()
KeyFilter.Include.Type
:Include types
.- Returns:
Include types
-
Filter_Include_Package
public static String Filter_Include_Package()
KeyFilter.Include.Package
:Include packages
.- Returns:
Include packages
-
_Filter_Include_Package
public static org.jvnet.localizer.Localizable _Filter_Include_Package()
KeyFilter.Include.Package
:Include packages
.- Returns:
Include packages
-
Filter_Exclude_Module
public static String Filter_Exclude_Module()
KeyFilter.Exclude.Module
:Exclude modules
.- Returns:
Exclude modules
-
_Filter_Exclude_Module
public static org.jvnet.localizer.Localizable _Filter_Exclude_Module()
KeyFilter.Exclude.Module
:Exclude modules
.- Returns:
Exclude modules
-
-