Package hudson.matrix
Class Messages
java.lang.Object
hudson.matrix.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
KeyAxisDescriptor.EmptyAxisName
:Axis name can not be empty
.static org.jvnet.localizer.Localizable
KeyJDKAxis.DisplayName
:JDK
.static org.jvnet.localizer.Localizable
KeyLabelAxis.DisplayName
:Agents
.static org.jvnet.localizer.Localizable
KeyLabelExpAxis.DisplayName
:Label expression
.static org.jvnet.localizer.Localizable
KeyMatrixBuild.AppearsCancelled
:{0} appears to be cancelled
.static org.jvnet.localizer.Localizable
_MatrixBuild_Cancelled
(Object arg0) KeyMatrixBuild.Cancelled
:Cancelled {0}
.static org.jvnet.localizer.Localizable
_MatrixBuild_Completed
(Object arg0, Object arg1) KeyMatrixBuild.Completed
:{0} completed with result {1}
.static org.jvnet.localizer.Localizable
KeyMatrixBuild.depends_on_this
:{0} depends on this.
.static org.jvnet.localizer.Localizable
KeyMatrixBuild.Interrupting
:Interrupting {0}
.static org.jvnet.localizer.Localizable
KeyMatrixBuild.Triggering
:Triggering {0}
.static org.jvnet.localizer.Localizable
KeyMatrixConfiguration.DisableNotAllowed
:Matrix configurations cannot be disabled separately. Disable the parent project instead
.static org.jvnet.localizer.Localizable
KeyMatrixConfiguration.Pronoun
:Configuration
.static org.jvnet.localizer.Localizable
KeyMatrixProject.Description
:Suitable for projects that need a large number of different configurations, such as testing on multiple environments, platform-specific builds, etc.
.static org.jvnet.localizer.Localizable
KeyMatrixProject.DisplayName
:Multi-configuration project
.static org.jvnet.localizer.Localizable
KeyMatrixProject.DuplicateAxisName
:Duplicate axis name
.static org.jvnet.localizer.Localizable
_MatrixProject_InvalidAxisName
(Object arg0, Object arg1) KeyMatrixProject.InvalidAxisName
:Matrix axis name ''{0}'' is invalid: {1}
.static org.jvnet.localizer.Localizable
_MatrixProject_InvalidAxisValue
(Object arg0, Object arg1) KeyMatrixProject.InvalidAxisValue
:Matrix axis value ''{0}'' is invalid: {1}
.static org.jvnet.localizer.Localizable
KeyMatrixProject.Pronoun
:Multi-configuration project
.static org.jvnet.localizer.Localizable
KeyTextArea.DisplayName
:User-defined Axis
.static String
KeyAxisDescriptor.EmptyAxisName
:Axis name can not be empty
.static String
KeyJDKAxis.DisplayName
:JDK
.static String
KeyLabelAxis.DisplayName
:Agents
.static String
KeyLabelExpAxis.DisplayName
:Label expression
.static String
KeyMatrixBuild.AppearsCancelled
:{0} appears to be cancelled
.static String
MatrixBuild_Cancelled
(Object arg0) KeyMatrixBuild.Cancelled
:Cancelled {0}
.static String
MatrixBuild_Completed
(Object arg0, Object arg1) KeyMatrixBuild.Completed
:{0} completed with result {1}
.static String
KeyMatrixBuild.depends_on_this
:{0} depends on this.
.static String
KeyMatrixBuild.Interrupting
:Interrupting {0}
.static String
MatrixBuild_Triggering
(Object arg0) KeyMatrixBuild.Triggering
:Triggering {0}
.static String
KeyMatrixConfiguration.DisableNotAllowed
:Matrix configurations cannot be disabled separately. Disable the parent project instead
.static String
KeyMatrixConfiguration.Pronoun
:Configuration
.static String
KeyMatrixProject.Description
:Suitable for projects that need a large number of different configurations, such as testing on multiple environments, platform-specific builds, etc.
.static String
KeyMatrixProject.DisplayName
:Multi-configuration project
.static String
KeyMatrixProject.DuplicateAxisName
:Duplicate axis name
.static String
MatrixProject_InvalidAxisName
(Object arg0, Object arg1) KeyMatrixProject.InvalidAxisName
:Matrix axis name ''{0}'' is invalid: {1}
.static String
MatrixProject_InvalidAxisValue
(Object arg0, Object arg1) KeyMatrixProject.InvalidAxisValue
:Matrix axis value ''{0}'' is invalid: {1}
.static String
KeyMatrixProject.Pronoun
:Multi-configuration project
.static String
KeyTextArea.DisplayName
:User-defined Axis
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
LabelExpAxis_DisplayName
KeyLabelExpAxis.DisplayName
:Label expression
.- Returns:
Label expression
-
_LabelExpAxis_DisplayName
public static org.jvnet.localizer.Localizable _LabelExpAxis_DisplayName()KeyLabelExpAxis.DisplayName
:Label expression
.- Returns:
Label expression
-
MatrixProject_DisplayName
KeyMatrixProject.DisplayName
:Multi-configuration project
.- Returns:
Multi-configuration project
-
_MatrixProject_DisplayName
public static org.jvnet.localizer.Localizable _MatrixProject_DisplayName()KeyMatrixProject.DisplayName
:Multi-configuration project
.- Returns:
Multi-configuration project
-
MatrixBuild_Triggering
KeyMatrixBuild.Triggering
:Triggering {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggering {0}
-
_MatrixBuild_Triggering
KeyMatrixBuild.Triggering
:Triggering {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Triggering {0}
-
MatrixProject_Description
KeyMatrixProject.Description
:Suitable for projects that need a large number of different configurations, such as testing on multiple environments, platform-specific builds, etc.
.- Returns:
Suitable for projects that need a large number of different configurations, such as testing on multiple environments, platform-specific builds, etc.
-
_MatrixProject_Description
public static org.jvnet.localizer.Localizable _MatrixProject_Description()KeyMatrixProject.Description
:Suitable for projects that need a large number of different configurations, such as testing on multiple environments, platform-specific builds, etc.
.- Returns:
Suitable for projects that need a large number of different configurations, such as testing on multiple environments, platform-specific builds, etc.
-
MatrixBuild_AppearsCancelled
KeyMatrixBuild.AppearsCancelled
:{0} appears to be cancelled
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} appears to be cancelled
-
_MatrixBuild_AppearsCancelled
KeyMatrixBuild.AppearsCancelled
:{0} appears to be cancelled
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} appears to be cancelled
-
TextArea_DisplayName
KeyTextArea.DisplayName
:User-defined Axis
.- Returns:
User-defined Axis
-
_TextArea_DisplayName
public static org.jvnet.localizer.Localizable _TextArea_DisplayName()KeyTextArea.DisplayName
:User-defined Axis
.- Returns:
User-defined Axis
-
JDKAxis_DisplayName
KeyJDKAxis.DisplayName
:JDK
.- Returns:
JDK
-
_JDKAxis_DisplayName
public static org.jvnet.localizer.Localizable _JDKAxis_DisplayName()KeyJDKAxis.DisplayName
:JDK
.- Returns:
JDK
-
MatrixProject_InvalidAxisName
KeyMatrixProject.InvalidAxisName
:Matrix axis name ''{0}'' is invalid: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Matrix axis name ''{0}'' is invalid: {1}
-
_MatrixProject_InvalidAxisName
public static org.jvnet.localizer.Localizable _MatrixProject_InvalidAxisName(Object arg0, Object arg1) KeyMatrixProject.InvalidAxisName
:Matrix axis name ''{0}'' is invalid: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Matrix axis name ''{0}'' is invalid: {1}
-
MatrixProject_InvalidAxisValue
KeyMatrixProject.InvalidAxisValue
:Matrix axis value ''{0}'' is invalid: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Matrix axis value ''{0}'' is invalid: {1}
-
_MatrixProject_InvalidAxisValue
public static org.jvnet.localizer.Localizable _MatrixProject_InvalidAxisValue(Object arg0, Object arg1) KeyMatrixProject.InvalidAxisValue
:Matrix axis value ''{0}'' is invalid: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Matrix axis value ''{0}'' is invalid: {1}
-
MatrixBuild_Completed
KeyMatrixBuild.Completed
:{0} completed with result {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} completed with result {1}
-
_MatrixBuild_Completed
KeyMatrixBuild.Completed
:{0} completed with result {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} completed with result {1}
-
LabelAxis_DisplayName
KeyLabelAxis.DisplayName
:Agents
.- Returns:
Agents
-
_LabelAxis_DisplayName
public static org.jvnet.localizer.Localizable _LabelAxis_DisplayName()KeyLabelAxis.DisplayName
:Agents
.- Returns:
Agents
-
MatrixBuild_Interrupting
KeyMatrixBuild.Interrupting
:Interrupting {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Interrupting {0}
-
_MatrixBuild_Interrupting
KeyMatrixBuild.Interrupting
:Interrupting {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Interrupting {0}
-
MatrixProject_DuplicateAxisName
KeyMatrixProject.DuplicateAxisName
:Duplicate axis name
.- Returns:
Duplicate axis name
-
_MatrixProject_DuplicateAxisName
public static org.jvnet.localizer.Localizable _MatrixProject_DuplicateAxisName()KeyMatrixProject.DuplicateAxisName
:Duplicate axis name
.- Returns:
Duplicate axis name
-
MatrixBuild_depends_on_this
KeyMatrixBuild.depends_on_this
:{0} depends on this.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} depends on this.
-
_MatrixBuild_depends_on_this
KeyMatrixBuild.depends_on_this
:{0} depends on this.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} depends on this.
-
MatrixProject_Pronoun
KeyMatrixProject.Pronoun
:Multi-configuration project
.- Returns:
Multi-configuration project
-
_MatrixProject_Pronoun
public static org.jvnet.localizer.Localizable _MatrixProject_Pronoun()KeyMatrixProject.Pronoun
:Multi-configuration project
.- Returns:
Multi-configuration project
-
MatrixConfiguration_Pronoun
KeyMatrixConfiguration.Pronoun
:Configuration
.- Returns:
Configuration
-
_MatrixConfiguration_Pronoun
public static org.jvnet.localizer.Localizable _MatrixConfiguration_Pronoun()KeyMatrixConfiguration.Pronoun
:Configuration
.- Returns:
Configuration
-
AxisDescriptor_EmptyAxisName
KeyAxisDescriptor.EmptyAxisName
:Axis name can not be empty
.- Returns:
Axis name can not be empty
-
_AxisDescriptor_EmptyAxisName
public static org.jvnet.localizer.Localizable _AxisDescriptor_EmptyAxisName()KeyAxisDescriptor.EmptyAxisName
:Axis name can not be empty
.- Returns:
Axis name can not be empty
-
MatrixBuild_Cancelled
KeyMatrixBuild.Cancelled
:Cancelled {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cancelled {0}
-
_MatrixBuild_Cancelled
KeyMatrixBuild.Cancelled
:Cancelled {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Cancelled {0}
-
MatrixConfiguration_DisableNotAllowed
KeyMatrixConfiguration.DisableNotAllowed
:Matrix configurations cannot be disabled separately. Disable the parent project instead
.- Returns:
Matrix configurations cannot be disabled separately. Disable the parent project instead
-
_MatrixConfiguration_DisableNotAllowed
public static org.jvnet.localizer.Localizable _MatrixConfiguration_DisableNotAllowed()KeyMatrixConfiguration.DisableNotAllowed
:Matrix configurations cannot be disabled separately. Disable the parent project instead
.- Returns:
Matrix configurations cannot be disabled separately. Disable the parent project instead
-