Class Messages
java.lang.Object
org.jenkinsci.plugins.postbuildscript.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyMatrixPostBuildScript.DisplayName
:Execute scripts on Matrix
.static org.jvnet.localizer.Localizable
_PostBuildScript_BuildDoesNotFit
(Object arg0, Object arg1) KeyPostBuildScript.BuildDoesNotFit
:Build does not have any of the results {0}. Did not execute {1}.
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.BuildStep
:build step #{0}
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.DeprecatedUsageOfMatrixOptions
:This multi-configuration project post-build action was migrated from a plugin version prior to 1.0.0 as an ''Execute scripts'' post-build action, because is not possible to automatically migrate a post-build action to another kind of post-build action. To remove the mandatory dependency between post-build script plugin and the matrix plugin, there is an extra post-build action called ''Execute Scripts on Matrix''. Please add all post-build scripts of this matrix project separately as a post-build action ''Execute Scripts on Matrix'' and remove all ''Execute Scripts'' entries.
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.DisplayName
:Execute scripts
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.ExecutingPostBuildScripts
:Executing post build scripts.
.static org.jvnet.localizer.Localizable
_PostBuildScript_ExecutingScript
(Object arg0, Object arg1) KeyPostBuildScript.ExecutingScript
:Executing the script {0} with parameters {1}.
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.GroovyScript
:Groovy script #{0}
.static org.jvnet.localizer.Localizable
_PostBuildScript_NodeDoesNotHaveRole
(Object arg0, Object arg1) KeyPostBuildScript.NodeDoesNotHaveRole
:Node does not have the role {0}. Did not execute {1}.
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.NoFilePathProvided
:No file path provided for script file #{0}.
.static org.jvnet.localizer.Localizable
_PostBuildScript_OnlyExecuteOn
(Object arg0, Object arg1) KeyPostBuildScript.OnlyExecuteOn
:{0} should only be executed on {1}
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.ProblemOccured
:An error occured during post-build processing.
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.ScriptFilePathDoesNotExist
:The script file path ''{0}'' doesn''t exist.
.static org.jvnet.localizer.Localizable
KeyPostBuildScript.WorkspaceEmpty
:Workspace is null. Cannot execute Groovy script.
.static String
KeyMatrixPostBuildScript.DisplayName
:Execute scripts on Matrix
.static String
PostBuildScript_BuildDoesNotFit
(Object arg0, Object arg1) KeyPostBuildScript.BuildDoesNotFit
:Build does not have any of the results {0}. Did not execute {1}.
.static String
KeyPostBuildScript.BuildStep
:build step #{0}
.static String
KeyPostBuildScript.DeprecatedUsageOfMatrixOptions
:This multi-configuration project post-build action was migrated from a plugin version prior to 1.0.0 as an ''Execute scripts'' post-build action, because is not possible to automatically migrate a post-build action to another kind of post-build action. To remove the mandatory dependency between post-build script plugin and the matrix plugin, there is an extra post-build action called ''Execute Scripts on Matrix''. Please add all post-build scripts of this matrix project separately as a post-build action ''Execute Scripts on Matrix'' and remove all ''Execute Scripts'' entries.
.static String
KeyPostBuildScript.DisplayName
:Execute scripts
.static String
KeyPostBuildScript.ExecutingPostBuildScripts
:Executing post build scripts.
.static String
PostBuildScript_ExecutingScript
(Object arg0, Object arg1) KeyPostBuildScript.ExecutingScript
:Executing the script {0} with parameters {1}.
.static String
KeyPostBuildScript.GroovyScript
:Groovy script #{0}
.static String
PostBuildScript_NodeDoesNotHaveRole
(Object arg0, Object arg1) KeyPostBuildScript.NodeDoesNotHaveRole
:Node does not have the role {0}. Did not execute {1}.
.static String
KeyPostBuildScript.NoFilePathProvided
:No file path provided for script file #{0}.
.static String
PostBuildScript_OnlyExecuteOn
(Object arg0, Object arg1) KeyPostBuildScript.OnlyExecuteOn
:{0} should only be executed on {1}
.static String
KeyPostBuildScript.ProblemOccured
:An error occured during post-build processing.
.static String
KeyPostBuildScript.ScriptFilePathDoesNotExist
:The script file path ''{0}'' doesn''t exist.
.static String
KeyPostBuildScript.WorkspaceEmpty
:Workspace is null. Cannot execute Groovy script.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
PostBuildScript_BuildDoesNotFit
KeyPostBuildScript.BuildDoesNotFit
:Build does not have any of the results {0}. Did not execute {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build does not have any of the results {0}. Did not execute {1}.
-
_PostBuildScript_BuildDoesNotFit
public static org.jvnet.localizer.Localizable _PostBuildScript_BuildDoesNotFit(Object arg0, Object arg1) KeyPostBuildScript.BuildDoesNotFit
:Build does not have any of the results {0}. Did not execute {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Build does not have any of the results {0}. Did not execute {1}.
-
PostBuildScript_ExecutingScript
KeyPostBuildScript.ExecutingScript
:Executing the script {0} with parameters {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Executing the script {0} with parameters {1}.
-
_PostBuildScript_ExecutingScript
public static org.jvnet.localizer.Localizable _PostBuildScript_ExecutingScript(Object arg0, Object arg1) KeyPostBuildScript.ExecutingScript
:Executing the script {0} with parameters {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Executing the script {0} with parameters {1}.
-
MatrixPostBuildScript_DisplayName
KeyMatrixPostBuildScript.DisplayName
:Execute scripts on Matrix
.- Returns:
Execute scripts on Matrix
-
_MatrixPostBuildScript_DisplayName
public static org.jvnet.localizer.Localizable _MatrixPostBuildScript_DisplayName()KeyMatrixPostBuildScript.DisplayName
:Execute scripts on Matrix
.- Returns:
Execute scripts on Matrix
-
PostBuildScript_DeprecatedUsageOfMatrixOptions
KeyPostBuildScript.DeprecatedUsageOfMatrixOptions
:This multi-configuration project post-build action was migrated from a plugin version prior to 1.0.0 as an ''Execute scripts'' post-build action, because is not possible to automatically migrate a post-build action to another kind of post-build action. To remove the mandatory dependency between post-build script plugin and the matrix plugin, there is an extra post-build action called ''Execute Scripts on Matrix''. Please add all post-build scripts of this matrix project separately as a post-build action ''Execute Scripts on Matrix'' and remove all ''Execute Scripts'' entries.
.- Returns:
This multi-configuration project post-build action was migrated from a plugin version prior to 1.0.0 as an ''Execute scripts'' post-build action, because is not possible to automatically migrate a post-build action to another kind of post-build action. To remove the mandatory dependency between post-build script plugin and the matrix plugin, there is an extra post-build action called ''Execute Scripts on Matrix''. Please add all post-build scripts of this matrix project separately as a post-build action ''Execute Scripts on Matrix'' and remove all ''Execute Scripts'' entries.
-
_PostBuildScript_DeprecatedUsageOfMatrixOptions
public static org.jvnet.localizer.Localizable _PostBuildScript_DeprecatedUsageOfMatrixOptions()KeyPostBuildScript.DeprecatedUsageOfMatrixOptions
:This multi-configuration project post-build action was migrated from a plugin version prior to 1.0.0 as an ''Execute scripts'' post-build action, because is not possible to automatically migrate a post-build action to another kind of post-build action. To remove the mandatory dependency between post-build script plugin and the matrix plugin, there is an extra post-build action called ''Execute Scripts on Matrix''. Please add all post-build scripts of this matrix project separately as a post-build action ''Execute Scripts on Matrix'' and remove all ''Execute Scripts'' entries.
.- Returns:
This multi-configuration project post-build action was migrated from a plugin version prior to 1.0.0 as an ''Execute scripts'' post-build action, because is not possible to automatically migrate a post-build action to another kind of post-build action. To remove the mandatory dependency between post-build script plugin and the matrix plugin, there is an extra post-build action called ''Execute Scripts on Matrix''. Please add all post-build scripts of this matrix project separately as a post-build action ''Execute Scripts on Matrix'' and remove all ''Execute Scripts'' entries.
-
PostBuildScript_WorkspaceEmpty
KeyPostBuildScript.WorkspaceEmpty
:Workspace is null. Cannot execute Groovy script.
.- Returns:
Workspace is null. Cannot execute Groovy script.
-
_PostBuildScript_WorkspaceEmpty
public static org.jvnet.localizer.Localizable _PostBuildScript_WorkspaceEmpty()KeyPostBuildScript.WorkspaceEmpty
:Workspace is null. Cannot execute Groovy script.
.- Returns:
Workspace is null. Cannot execute Groovy script.
-
PostBuildScript_DisplayName
KeyPostBuildScript.DisplayName
:Execute scripts
.- Returns:
Execute scripts
-
_PostBuildScript_DisplayName
public static org.jvnet.localizer.Localizable _PostBuildScript_DisplayName()KeyPostBuildScript.DisplayName
:Execute scripts
.- Returns:
Execute scripts
-
PostBuildScript_OnlyExecuteOn
KeyPostBuildScript.OnlyExecuteOn
:{0} should only be executed on {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} should only be executed on {1}
-
_PostBuildScript_OnlyExecuteOn
public static org.jvnet.localizer.Localizable _PostBuildScript_OnlyExecuteOn(Object arg0, Object arg1) KeyPostBuildScript.OnlyExecuteOn
:{0} should only be executed on {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} should only be executed on {1}
-
PostBuildScript_BuildStep
KeyPostBuildScript.BuildStep
:build step #{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
build step #{0}
-
_PostBuildScript_BuildStep
KeyPostBuildScript.BuildStep
:build step #{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
build step #{0}
-
PostBuildScript_ScriptFilePathDoesNotExist
KeyPostBuildScript.ScriptFilePathDoesNotExist
:The script file path ''{0}'' doesn''t exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The script file path ''{0}'' doesn''t exist.
-
_PostBuildScript_ScriptFilePathDoesNotExist
public static org.jvnet.localizer.Localizable _PostBuildScript_ScriptFilePathDoesNotExist(Object arg0) KeyPostBuildScript.ScriptFilePathDoesNotExist
:The script file path ''{0}'' doesn''t exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The script file path ''{0}'' doesn''t exist.
-
PostBuildScript_GroovyScript
KeyPostBuildScript.GroovyScript
:Groovy script #{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Groovy script #{0}
-
_PostBuildScript_GroovyScript
KeyPostBuildScript.GroovyScript
:Groovy script #{0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Groovy script #{0}
-
PostBuildScript_NodeDoesNotHaveRole
KeyPostBuildScript.NodeDoesNotHaveRole
:Node does not have the role {0}. Did not execute {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Node does not have the role {0}. Did not execute {1}.
-
_PostBuildScript_NodeDoesNotHaveRole
public static org.jvnet.localizer.Localizable _PostBuildScript_NodeDoesNotHaveRole(Object arg0, Object arg1) KeyPostBuildScript.NodeDoesNotHaveRole
:Node does not have the role {0}. Did not execute {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Node does not have the role {0}. Did not execute {1}.
-
PostBuildScript_ProblemOccured
KeyPostBuildScript.ProblemOccured
:An error occured during post-build processing.
.- Returns:
An error occured during post-build processing.
-
_PostBuildScript_ProblemOccured
public static org.jvnet.localizer.Localizable _PostBuildScript_ProblemOccured()KeyPostBuildScript.ProblemOccured
:An error occured during post-build processing.
.- Returns:
An error occured during post-build processing.
-
PostBuildScript_ExecutingPostBuildScripts
KeyPostBuildScript.ExecutingPostBuildScripts
:Executing post build scripts.
.- Returns:
Executing post build scripts.
-
_PostBuildScript_ExecutingPostBuildScripts
public static org.jvnet.localizer.Localizable _PostBuildScript_ExecutingPostBuildScripts()KeyPostBuildScript.ExecutingPostBuildScripts
:Executing post build scripts.
.- Returns:
Executing post build scripts.
-
PostBuildScript_NoFilePathProvided
KeyPostBuildScript.NoFilePathProvided
:No file path provided for script file #{0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No file path provided for script file #{0}.
-
_PostBuildScript_NoFilePathProvided
KeyPostBuildScript.NoFilePathProvided
:No file path provided for script file #{0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No file path provided for script file #{0}.
-