Class Messages


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class Messages
    extends Object
    Generated localization support class.
    • Constructor Detail

      • Messages

        public Messages()
    • Method Detail

      • Module_Description

        public static String Module_Description​(Object arg0)
        Key Module.Description: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0}
      • _Module_Description

        public static org.jvnet.localizer.Localizable _Module_Description​(Object arg0)
        Key Module.Description: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0}
      • Step_Name

        public static String Step_Name()
        Key Step.Name: Publish report files like json, yaml, csv or xml.
        Returns:
        Publish report files like json, yaml, csv or xml
      • _Step_Name

        public static org.jvnet.localizer.Localizable _Step_Name()
        Key Step.Name: Publish report files like json, yaml, csv or xml.
        Returns:
        Publish report files like json, yaml, csv or xml
      • PublishReports_DisplayName

        public static String PublishReports_DisplayName()
        Key PublishReports.DisplayName: Publish reports.
        Returns:
        Publish reports
      • _PublishReports_DisplayName

        public static org.jvnet.localizer.Localizable _PublishReports_DisplayName()
        Key PublishReports.DisplayName: Publish reports.
        Returns:
        Publish reports
      • Provider_Error

        public static String Provider_Error()
        Key Provider.Error: A csv provider needs an 'id', because unlike structured files like json, yaml or xml, the id cannot be determined via the file. Please use a unique id for your report..
        Returns:
        A csv provider needs an 'id', because unlike structured files like json, yaml or xml, the id cannot be determined via the file. Please use a unique id for your report.
      • _Provider_Error

        public static org.jvnet.localizer.Localizable _Provider_Error()
        Key Provider.Error: A csv provider needs an 'id', because unlike structured files like json, yaml or xml, the id cannot be determined via the file. Please use a unique id for your report..
        Returns:
        A csv provider needs an 'id', because unlike structured files like json, yaml or xml, the id cannot be determined via the file. Please use a unique id for your report.