@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_MatrixPostBuildScript_DisplayName()
Key
MatrixPostBuildScript.DisplayName : Execute scripts
on Matrix . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_BuildDoesNotFit(Object arg0,
Object arg1)
Key
PostBuildScript.BuildDoesNotFit : Build does not
have any of the results {0}. |
static org.jvnet.localizer.Localizable |
_PostBuildScript_BuildStep(Object arg0)
Key
PostBuildScript.BuildStep : build step #{0} . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_DeprecatedUsageOfMatrixOptions()
Key
PostBuildScript.DeprecatedUsageOfMatrixOptions : {@code
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. |
static org.jvnet.localizer.Localizable |
_PostBuildScript_DisplayName()
Key
PostBuildScript.DisplayName : Execute scripts . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_ExecutingPostBuildScripts()
Key
PostBuildScript.ExecutingPostBuildScripts : Executing post build scripts. . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_ExecutingScript(Object arg0,
Object arg1)
Key
PostBuildScript.ExecutingScript : Executing the
script {0} with parameters {1}. . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_GroovyScript(Object arg0)
Key
PostBuildScript.GroovyScript : Groovy script #{0} . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_NodeDoesNotHaveRole(Object arg0,
Object arg1)
Key
PostBuildScript.NodeDoesNotHaveRole : Node does not
have the role {0}. |
static org.jvnet.localizer.Localizable |
_PostBuildScript_NoFilePathProvided(Object arg0)
Key
PostBuildScript.NoFilePathProvided : No file path
provided for script file #{0}. . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_OnlyExecuteOn(Object arg0,
Object arg1)
Key
PostBuildScript.OnlyExecuteOn : {0} should only be
executed on {1} . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_ProblemOccured()
Key
PostBuildScript.ProblemOccured : An error occured
during post-build processing. . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_ScriptFilePathDoesNotExist(Object arg0)
Key
PostBuildScript.ScriptFilePathDoesNotExist : The
script file path ''{0}'' doesn''t exist. . |
static org.jvnet.localizer.Localizable |
_PostBuildScript_WorkspaceEmpty()
Key
PostBuildScript.WorkspaceEmpty : {@code Workspace is null. |
static String |
MatrixPostBuildScript_DisplayName()
Key
MatrixPostBuildScript.DisplayName : Execute scripts
on Matrix . |
static String |
PostBuildScript_BuildDoesNotFit(Object arg0,
Object arg1)
Key
PostBuildScript.BuildDoesNotFit : Build does not
have any of the results {0}. |
static String |
PostBuildScript_BuildStep(Object arg0)
Key
PostBuildScript.BuildStep : build step #{0} . |
static String |
PostBuildScript_DeprecatedUsageOfMatrixOptions()
Key
PostBuildScript.DeprecatedUsageOfMatrixOptions : {@code
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. |
static String |
PostBuildScript_DisplayName()
Key
PostBuildScript.DisplayName : Execute scripts . |
static String |
PostBuildScript_ExecutingPostBuildScripts()
Key
PostBuildScript.ExecutingPostBuildScripts : Executing post build scripts. . |
static String |
PostBuildScript_ExecutingScript(Object arg0,
Object arg1)
Key
PostBuildScript.ExecutingScript : Executing the
script {0} with parameters {1}. . |
static String |
PostBuildScript_GroovyScript(Object arg0)
Key
PostBuildScript.GroovyScript : Groovy script #{0} . |
static String |
PostBuildScript_NodeDoesNotHaveRole(Object arg0,
Object arg1)
Key
PostBuildScript.NodeDoesNotHaveRole : Node does not
have the role {0}. |
static String |
PostBuildScript_NoFilePathProvided(Object arg0)
Key
PostBuildScript.NoFilePathProvided : No file path
provided for script file #{0}. . |
static String |
PostBuildScript_OnlyExecuteOn(Object arg0,
Object arg1)
Key
PostBuildScript.OnlyExecuteOn : {0} should only be
executed on {1} . |
static String |
PostBuildScript_ProblemOccured()
Key
PostBuildScript.ProblemOccured : An error occured
during post-build processing. . |
static String |
PostBuildScript_ScriptFilePathDoesNotExist(Object arg0)
Key
PostBuildScript.ScriptFilePathDoesNotExist : The
script file path ''{0}'' doesn''t exist. . |
static String |
PostBuildScript_WorkspaceEmpty()
Key
PostBuildScript.WorkspaceEmpty : {@code Workspace is null. |
public static String MatrixPostBuildScript_DisplayName()
MatrixPostBuildScript.DisplayName
: Execute scripts
on Matrix
.Execute scripts on Matrix
public static org.jvnet.localizer.Localizable _MatrixPostBuildScript_DisplayName()
MatrixPostBuildScript.DisplayName
: Execute scripts
on Matrix
.Execute scripts on Matrix
public static String PostBuildScript_BuildDoesNotFit(Object arg0, Object arg1)
PostBuildScript.BuildDoesNotFit
: Build does not
have any of the results {0}. Did not execute {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Build does not have any of the results {0}. Did not execute
{1}.
public static org.jvnet.localizer.Localizable _PostBuildScript_BuildDoesNotFit(Object arg0, Object arg1)
PostBuildScript.BuildDoesNotFit
: Build does not
have any of the results {0}. Did not execute {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Build does not have any of the results {0}. Did not execute
{1}.
public static String PostBuildScript_GroovyScript(Object arg0)
PostBuildScript.GroovyScript
: Groovy script #{0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Groovy script #{0}
public static org.jvnet.localizer.Localizable _PostBuildScript_GroovyScript(Object arg0)
PostBuildScript.GroovyScript
: Groovy script #{0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Groovy script #{0}
public static String PostBuildScript_ProblemOccured()
PostBuildScript.ProblemOccured
: An error occured
during post-build processing.
.An error occured during post-build processing.
public static org.jvnet.localizer.Localizable _PostBuildScript_ProblemOccured()
PostBuildScript.ProblemOccured
: An error occured
during post-build processing.
.An error occured during post-build processing.
public static String PostBuildScript_ExecutingScript(Object arg0, Object arg1)
PostBuildScript.ExecutingScript
: Executing the
script {0} with parameters {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Executing the script {0} with parameters {1}.
public static org.jvnet.localizer.Localizable _PostBuildScript_ExecutingScript(Object arg0, Object arg1)
PostBuildScript.ExecutingScript
: Executing the
script {0} with parameters {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Executing the script {0} with parameters {1}.
public static String PostBuildScript_ExecutingPostBuildScripts()
PostBuildScript.ExecutingPostBuildScripts
: Executing post build scripts.
.Executing post build scripts.
public static org.jvnet.localizer.Localizable _PostBuildScript_ExecutingPostBuildScripts()
PostBuildScript.ExecutingPostBuildScripts
: Executing post build scripts.
.Executing post build scripts.
public static String PostBuildScript_DisplayName()
PostBuildScript.DisplayName
: Execute scripts
.Execute scripts
public static org.jvnet.localizer.Localizable _PostBuildScript_DisplayName()
PostBuildScript.DisplayName
: Execute scripts
.Execute scripts
public static String PostBuildScript_BuildStep(Object arg0)
PostBuildScript.BuildStep
: build step #{0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.build step #{0}
public static org.jvnet.localizer.Localizable _PostBuildScript_BuildStep(Object arg0)
PostBuildScript.BuildStep
: build step #{0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.build step #{0}
public static String PostBuildScript_WorkspaceEmpty()
PostBuildScript.WorkspaceEmpty
: Workspace is null.
Cannot execute Groovy script.
.Workspace is null. Cannot execute Groovy script.
public static org.jvnet.localizer.Localizable _PostBuildScript_WorkspaceEmpty()
PostBuildScript.WorkspaceEmpty
: Workspace is null.
Cannot execute Groovy script.
.Workspace is null. Cannot execute Groovy script.
public static String PostBuildScript_NoFilePathProvided(Object arg0)
PostBuildScript.NoFilePathProvided
: No file path
provided for script file #{0}.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No file path provided for script file #{0}.
public static org.jvnet.localizer.Localizable _PostBuildScript_NoFilePathProvided(Object arg0)
PostBuildScript.NoFilePathProvided
: No file path
provided for script file #{0}.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.No file path provided for script file #{0}.
public static String PostBuildScript_DeprecatedUsageOfMatrixOptions()
PostBuildScript.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.
.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.
public static org.jvnet.localizer.Localizable _PostBuildScript_DeprecatedUsageOfMatrixOptions()
PostBuildScript.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.
.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.
public static String PostBuildScript_NodeDoesNotHaveRole(Object arg0, Object arg1)
PostBuildScript.NodeDoesNotHaveRole
: Node does not
have the role {0}. Did not execute {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Node does not have the role {0}. Did not execute {1}.
public static org.jvnet.localizer.Localizable _PostBuildScript_NodeDoesNotHaveRole(Object arg0, Object arg1)
PostBuildScript.NodeDoesNotHaveRole
: Node does not
have the role {0}. Did not execute {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Node does not have the role {0}. Did not execute {1}.
public static String PostBuildScript_ScriptFilePathDoesNotExist(Object arg0)
PostBuildScript.ScriptFilePathDoesNotExist
: The
script file path ''{0}'' doesn''t exist.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.The script file path ''{0}'' doesn''t exist.
public static org.jvnet.localizer.Localizable _PostBuildScript_ScriptFilePathDoesNotExist(Object arg0)
PostBuildScript.ScriptFilePathDoesNotExist
: The
script file path ''{0}'' doesn''t exist.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.The script file path ''{0}'' doesn''t exist.
public static String PostBuildScript_OnlyExecuteOn(Object arg0, Object arg1)
PostBuildScript.OnlyExecuteOn
: {0} should only be
executed on {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} should only be executed on {1}
public static org.jvnet.localizer.Localizable _PostBuildScript_OnlyExecuteOn(Object arg0, Object arg1)
PostBuildScript.OnlyExecuteOn
: {0} should only be
executed on {1}
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} should only be executed on {1}
Copyright © 2011–2022. All rights reserved.