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 Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_Module_Description(Object arg0)
KeyModule.Description
:{0}
.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.
.static org.jvnet.localizer.Localizable
_PublishReports_DisplayName()
KeyPublishReports.DisplayName
:Publish reports
.static org.jvnet.localizer.Localizable
_Step_Name()
KeyStep.Name
:Publish report files like json, yaml, csv or xml
.static String
Module_Description(Object arg0)
KeyModule.Description
:{0}
.static String
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.
.static String
PublishReports_DisplayName()
KeyPublishReports.DisplayName
:Publish reports
.static String
Step_Name()
KeyStep.Name
:Publish report files like json, yaml, csv or xml
.
-
-
-
Method Detail
-
Module_Description
public static String Module_Description(Object arg0)
KeyModule.Description
:{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}
-
_Module_Description
public static org.jvnet.localizer.Localizable _Module_Description(Object arg0)
KeyModule.Description
:{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0}
-
Step_Name
public static String 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
public static String 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
public static String 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.
-
-