Package io.jenkins.plugins.reporter
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
_Module_Description
(Object arg0) KeyModule.Description
:{0}
.static org.jvnet.localizer.Localizable
KeyProvider.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
KeyPublishReports.DisplayName
:Publish reports
.static org.jvnet.localizer.Localizable
KeyStep.Name
:Publish report files like json, yaml, csv or xml
.static String
Module_Description
(Object arg0) KeyModule.Description
:{0}
.static String
KeyProvider.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
KeyPublishReports.DisplayName
:Publish reports
.static String
KeyStep.Name
:Publish report files like json, yaml, csv or xml
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Module_Description
KeyModule.Description
:{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}
-
_Module_Description
KeyModule.Description
:{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}
-
Step_Name
KeyStep.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()KeyStep.Name
:Publish report files like json, yaml, csv or xml
.- Returns:
Publish report files like json, yaml, csv or xml
-
PublishReports_DisplayName
KeyPublishReports.DisplayName
:Publish reports
.- Returns:
Publish reports
-
_PublishReports_DisplayName
public static org.jvnet.localizer.Localizable _PublishReports_DisplayName()KeyPublishReports.DisplayName
:Publish reports
.- Returns:
Publish reports
-
Provider_Error
KeyProvider.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()KeyProvider.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.
-