Package org.korosoft.jenkins.plugin.rtp
Class Messages
java.lang.Object
org.korosoft.jenkins.plugin.rtp.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
KeybuildPortletTitle
:Rich text published within a build
.static org.jvnet.localizer.Localizable
Keyconfluence
:Confluence
.static org.jvnet.localizer.Localizable
KeyfailedToCompile
:Failed to compile message:
.static org.jvnet.localizer.Localizable
KeyfileNotFound
:File %s was not found in the workspace
.static org.jvnet.localizer.Localizable
KeyfilesNotFound
:Files %s were not found in the workspace
.static org.jvnet.localizer.Localizable
_html()
Keyhtml
:HTML
.static org.jvnet.localizer.Localizable
Keyinterrupted
:Interrupted
.static org.jvnet.localizer.Localizable
KeyjobNotFound
:Job ''%s'' not found
.static org.jvnet.localizer.Localizable
KeyneverBuilt
:Cannot validate the path since the project was never built
.static org.jvnet.localizer.Localizable
KeynoJobName
:Please specify job name
.static org.jvnet.localizer.Localizable
KeynoStableBuildsYet
:There are no stable builds yet
.static org.jvnet.localizer.Localizable
_publish()
Keypublish
:Publish rich text message
.static org.jvnet.localizer.Localizable
KeyrichText
:Rich Text
.static org.jvnet.localizer.Localizable
KeywikiText
:WikiText
.static String
KeybuildPortletTitle
:Rich text published within a build
.static String
Keyconfluence
:Confluence
.static String
KeyfailedToCompile
:Failed to compile message:
.static String
KeyfileNotFound
:File %s was not found in the workspace
.static String
KeyfilesNotFound
:Files %s were not found in the workspace
.static String
html()
Keyhtml
:HTML
.static String
Keyinterrupted
:Interrupted
.static String
KeyjobNotFound
:Job ''%s'' not found
.static String
KeyneverBuilt
:Cannot validate the path since the project was never built
.static String
KeynoJobName
:Please specify job name
.static String
KeynoStableBuildsYet
:There are no stable builds yet
.static String
publish()
Keypublish
:Publish rich text message
.static String
richText()
KeyrichText
:Rich Text
.static String
wikiText()
KeywikiText
:WikiText
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
jobNotFound
KeyjobNotFound
:Job ''%s'' not found
.- Returns:
Job ''%s'' not found
-
_jobNotFound
public static org.jvnet.localizer.Localizable _jobNotFound()KeyjobNotFound
:Job ''%s'' not found
.- Returns:
Job ''%s'' not found
-
confluence
Keyconfluence
:Confluence
.- Returns:
Confluence
-
_confluence
public static org.jvnet.localizer.Localizable _confluence()Keyconfluence
:Confluence
.- Returns:
Confluence
-
buildPortletTitle
KeybuildPortletTitle
:Rich text published within a build
.- Returns:
Rich text published within a build
-
_buildPortletTitle
public static org.jvnet.localizer.Localizable _buildPortletTitle()KeybuildPortletTitle
:Rich text published within a build
.- Returns:
Rich text published within a build
-
fileNotFound
KeyfileNotFound
:File %s was not found in the workspace
.- Returns:
File %s was not found in the workspace
-
_fileNotFound
public static org.jvnet.localizer.Localizable _fileNotFound()KeyfileNotFound
:File %s was not found in the workspace
.- Returns:
File %s was not found in the workspace
-
interrupted
Keyinterrupted
:Interrupted
.- Returns:
Interrupted
-
_interrupted
public static org.jvnet.localizer.Localizable _interrupted()Keyinterrupted
:Interrupted
.- Returns:
Interrupted
-
noJobName
KeynoJobName
:Please specify job name
.- Returns:
Please specify job name
-
_noJobName
public static org.jvnet.localizer.Localizable _noJobName()KeynoJobName
:Please specify job name
.- Returns:
Please specify job name
-
richText
KeyrichText
:Rich Text
.- Returns:
Rich Text
-
_richText
public static org.jvnet.localizer.Localizable _richText()KeyrichText
:Rich Text
.- Returns:
Rich Text
-
filesNotFound
KeyfilesNotFound
:Files %s were not found in the workspace
.- Returns:
Files %s were not found in the workspace
-
_filesNotFound
public static org.jvnet.localizer.Localizable _filesNotFound()KeyfilesNotFound
:Files %s were not found in the workspace
.- Returns:
Files %s were not found in the workspace
-
publish
Keypublish
:Publish rich text message
.- Returns:
Publish rich text message
-
_publish
public static org.jvnet.localizer.Localizable _publish()Keypublish
:Publish rich text message
.- Returns:
Publish rich text message
-
html
Keyhtml
:HTML
.- Returns:
HTML
-
_html
public static org.jvnet.localizer.Localizable _html()Keyhtml
:HTML
.- Returns:
HTML
-
failedToCompile
KeyfailedToCompile
:Failed to compile message:
.- Returns:
Failed to compile message:
-
_failedToCompile
public static org.jvnet.localizer.Localizable _failedToCompile()KeyfailedToCompile
:Failed to compile message:
.- Returns:
Failed to compile message:
-
wikiText
KeywikiText
:WikiText
.- Returns:
WikiText
-
_wikiText
public static org.jvnet.localizer.Localizable _wikiText()KeywikiText
:WikiText
.- Returns:
WikiText
-
neverBuilt
KeyneverBuilt
:Cannot validate the path since the project was never built
.- Returns:
Cannot validate the path since the project was never built
-
_neverBuilt
public static org.jvnet.localizer.Localizable _neverBuilt()KeyneverBuilt
:Cannot validate the path since the project was never built
.- Returns:
Cannot validate the path since the project was never built
-
noStableBuildsYet
KeynoStableBuildsYet
:There are no stable builds yet
.- Returns:
There are no stable builds yet
-
_noStableBuildsYet
public static org.jvnet.localizer.Localizable _noStableBuildsYet()KeynoStableBuildsYet
:There are no stable builds yet
.- Returns:
There are no stable builds yet
-