Class Messages

java.lang.Object
io.jenkins.plugins.reporter.Messages

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jvnet.localizer.Localizable
    Key Module.Description: {0}.
    static org.jvnet.localizer.Localizable
    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..
    static org.jvnet.localizer.Localizable
    Key PublishReports.DisplayName: Publish reports.
    static org.jvnet.localizer.Localizable
    Key Step.Name: Publish report files like json, yaml, csv or xml.
    static String
    Key Module.Description: {0}.
    static String
    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..
    static String
    Key PublishReports.DisplayName: Publish reports.
    static String
    Key Step.Name: Publish report files like json, yaml, csv or xml.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • 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.