Class Messages
java.lang.Object
org.jvnet.jenkins.plugins.nodelabelparameter.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
KeyAllNodesBuildParameterFactory.displayName
:Build on every online node
.static org.jvnet.localizer.Localizable
KeyAllNodesForLabelBuildParameterFactory.displayName
:All Nodes for Label Factory
.static org.jvnet.localizer.Localizable
KeyBuildWrapper.param_not_concurrent
:The project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!
.static org.jvnet.localizer.Localizable
KeyBuildWrapper.project_not_concurrent
:The project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
.static org.jvnet.localizer.Localizable
KeyLabelBadgeAction.label_tooltip
:Run with label [{0}]
.static org.jvnet.localizer.Localizable
_LabelBadgeAction_label_tooltip_node
(Object arg0, Object arg1) KeyLabelBadgeAction.label_tooltip_node
:Run with label [{0}] (node: {1})
.static org.jvnet.localizer.Localizable
KeyLabelBadgeAction.node_tooltip
:Run on node: {0}
.static org.jvnet.localizer.Localizable
KeyLabelParameterDefinition.labelRequired
:a label is required
.static org.jvnet.localizer.Localizable
KeyLabelParameterDefinition.matchingNodes
:Matching nodes:
.static org.jvnet.localizer.Localizable
KeyLabelParameterValue.triggerWithoutValidOnlineNode
:Job triggered without a valid online node, given where: {0}
.static org.jvnet.localizer.Localizable
KeyNextLabelCause.description
:A build with label/node [{0}] was requested
.static org.jvnet.localizer.Localizable
KeyNextNodeBuildNotifier.displayName
:Trigger builds on selected nodes
.static org.jvnet.localizer.Localizable
KeyNodeEligibility.allNodes
:All Nodes
.static org.jvnet.localizer.Localizable
KeyNodeEligibility.ignoreOffline
:Ignore Offline Nodes
.static org.jvnet.localizer.Localizable
KeyNodeEligibility.ignoreTmpOffline
:Ignore Temp Offline Nodes
.static org.jvnet.localizer.Localizable
KeyNodeLabelNodeProperty.displayName
:NodeLabel plugin info
.static org.jvnet.localizer.Localizable
KeyNodeLabelParameterDefinition.labelExpressionNotValid
:The label expression "{0}" is not valid : {1}
.static org.jvnet.localizer.Localizable
KeyNodeLabelParameterDefinition.noNodeMatched
:The label expression "{0}" does not match any node
.static org.jvnet.localizer.Localizable
KeyNodeListBuildParameterFactory.displayName
:Node-List Factory
.static org.jvnet.localizer.Localizable
KeyNodeListBuildParameterFactory.nodeNotDefined
:Please define a node where the job should be triggered on
.static org.jvnet.localizer.Localizable
KeyNodeListBuildParameterFactory.nodeNotFound
:A node with the name {0} could not be found.
.static org.jvnet.localizer.Localizable
KeyNodeListBuildParameterFactory.noOnlineNodeFound
:No online node for label [{0}] found, triggering with original label...
.static org.jvnet.localizer.Localizable
KeyNodeListBuildParameterFactory.skippOfflineNode
:Skipping execution on offline node [{0}]
.static String
KeyAllNodesBuildParameterFactory.displayName
:Build on every online node
.static String
KeyAllNodesForLabelBuildParameterFactory.displayName
:All Nodes for Label Factory
.static String
KeyBuildWrapper.param_not_concurrent
:The project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!
.static String
KeyBuildWrapper.project_not_concurrent
:The project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
.static String
KeyLabelBadgeAction.label_tooltip
:Run with label [{0}]
.static String
LabelBadgeAction_label_tooltip_node
(Object arg0, Object arg1) KeyLabelBadgeAction.label_tooltip_node
:Run with label [{0}] (node: {1})
.static String
KeyLabelBadgeAction.node_tooltip
:Run on node: {0}
.static String
KeyLabelParameterDefinition.labelRequired
:a label is required
.static String
KeyLabelParameterDefinition.matchingNodes
:Matching nodes:
.static String
KeyLabelParameterValue.triggerWithoutValidOnlineNode
:Job triggered without a valid online node, given where: {0}
.static String
KeyNextLabelCause.description
:A build with label/node [{0}] was requested
.static String
KeyNextNodeBuildNotifier.displayName
:Trigger builds on selected nodes
.static String
KeyNodeEligibility.allNodes
:All Nodes
.static String
KeyNodeEligibility.ignoreOffline
:Ignore Offline Nodes
.static String
KeyNodeEligibility.ignoreTmpOffline
:Ignore Temp Offline Nodes
.static String
KeyNodeLabelNodeProperty.displayName
:NodeLabel plugin info
.static String
KeyNodeLabelParameterDefinition.labelExpressionNotValid
:The label expression "{0}" is not valid : {1}
.static String
KeyNodeLabelParameterDefinition.noNodeMatched
:The label expression "{0}" does not match any node
.static String
KeyNodeListBuildParameterFactory.displayName
:Node-List Factory
.static String
KeyNodeListBuildParameterFactory.nodeNotDefined
:Please define a node where the job should be triggered on
.static String
KeyNodeListBuildParameterFactory.nodeNotFound
:A node with the name {0} could not be found.
.static String
KeyNodeListBuildParameterFactory.noOnlineNodeFound
:No online node for label [{0}] found, triggering with original label...
.static String
KeyNodeListBuildParameterFactory.skippOfflineNode
:Skipping execution on offline node [{0}]
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
NodeEligibility_ignoreTmpOffline
KeyNodeEligibility.ignoreTmpOffline
:Ignore Temp Offline Nodes
.- Returns:
Ignore Temp Offline Nodes
-
_NodeEligibility_ignoreTmpOffline
public static org.jvnet.localizer.Localizable _NodeEligibility_ignoreTmpOffline()KeyNodeEligibility.ignoreTmpOffline
:Ignore Temp Offline Nodes
.- Returns:
Ignore Temp Offline Nodes
-
LabelBadgeAction_label_tooltip_node
KeyLabelBadgeAction.label_tooltip_node
:Run with label [{0}] (node: {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Run with label [{0}] (node: {1})
-
_LabelBadgeAction_label_tooltip_node
public static org.jvnet.localizer.Localizable _LabelBadgeAction_label_tooltip_node(Object arg0, Object arg1) KeyLabelBadgeAction.label_tooltip_node
:Run with label [{0}] (node: {1})
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Run with label [{0}] (node: {1})
-
NodeListBuildParameterFactory_nodeNotDefined
KeyNodeListBuildParameterFactory.nodeNotDefined
:Please define a node where the job should be triggered on
.- Returns:
Please define a node where the job should be triggered on
-
_NodeListBuildParameterFactory_nodeNotDefined
public static org.jvnet.localizer.Localizable _NodeListBuildParameterFactory_nodeNotDefined()KeyNodeListBuildParameterFactory.nodeNotDefined
:Please define a node where the job should be triggered on
.- Returns:
Please define a node where the job should be triggered on
-
LabelParameterDefinition_matchingNodes
KeyLabelParameterDefinition.matchingNodes
:Matching nodes:
.- Returns:
Matching nodes:
-
_LabelParameterDefinition_matchingNodes
public static org.jvnet.localizer.Localizable _LabelParameterDefinition_matchingNodes()KeyLabelParameterDefinition.matchingNodes
:Matching nodes:
.- Returns:
Matching nodes:
-
NextLabelCause_description
KeyNextLabelCause.description
:A build with label/node [{0}] was requested
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A build with label/node [{0}] was requested
-
_NextLabelCause_description
KeyNextLabelCause.description
:A build with label/node [{0}] was requested
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A build with label/node [{0}] was requested
-
NodeListBuildParameterFactory_noOnlineNodeFound
KeyNodeListBuildParameterFactory.noOnlineNodeFound
:No online node for label [{0}] found, triggering with original label...
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No online node for label [{0}] found, triggering with original label...
-
_NodeListBuildParameterFactory_noOnlineNodeFound
public static org.jvnet.localizer.Localizable _NodeListBuildParameterFactory_noOnlineNodeFound(Object arg0) KeyNodeListBuildParameterFactory.noOnlineNodeFound
:No online node for label [{0}] found, triggering with original label...
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No online node for label [{0}] found, triggering with original label...
-
NodeListBuildParameterFactory_displayName
KeyNodeListBuildParameterFactory.displayName
:Node-List Factory
.- Returns:
Node-List Factory
-
_NodeListBuildParameterFactory_displayName
public static org.jvnet.localizer.Localizable _NodeListBuildParameterFactory_displayName()KeyNodeListBuildParameterFactory.displayName
:Node-List Factory
.- Returns:
Node-List Factory
-
LabelBadgeAction_node_tooltip
KeyLabelBadgeAction.node_tooltip
:Run on node: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Run on node: {0}
-
_LabelBadgeAction_node_tooltip
KeyLabelBadgeAction.node_tooltip
:Run on node: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Run on node: {0}
-
NodeListBuildParameterFactory_nodeNotFound
KeyNodeListBuildParameterFactory.nodeNotFound
:A node with the name {0} could not be found.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A node with the name {0} could not be found.
-
_NodeListBuildParameterFactory_nodeNotFound
public static org.jvnet.localizer.Localizable _NodeListBuildParameterFactory_nodeNotFound(Object arg0) KeyNodeListBuildParameterFactory.nodeNotFound
:A node with the name {0} could not be found.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A node with the name {0} could not be found.
-
NodeLabelNodeProperty_displayName
KeyNodeLabelNodeProperty.displayName
:NodeLabel plugin info
.- Returns:
NodeLabel plugin info
-
_NodeLabelNodeProperty_displayName
public static org.jvnet.localizer.Localizable _NodeLabelNodeProperty_displayName()KeyNodeLabelNodeProperty.displayName
:NodeLabel plugin info
.- Returns:
NodeLabel plugin info
-
LabelBadgeAction_label_tooltip
KeyLabelBadgeAction.label_tooltip
:Run with label [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Run with label [{0}]
-
_LabelBadgeAction_label_tooltip
KeyLabelBadgeAction.label_tooltip
:Run with label [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Run with label [{0}]
-
NextNodeBuildNotifier_displayName
KeyNextNodeBuildNotifier.displayName
:Trigger builds on selected nodes
.- Returns:
Trigger builds on selected nodes
-
_NextNodeBuildNotifier_displayName
public static org.jvnet.localizer.Localizable _NextNodeBuildNotifier_displayName()KeyNextNodeBuildNotifier.displayName
:Trigger builds on selected nodes
.- Returns:
Trigger builds on selected nodes
-
NodeLabelParameterDefinition_noNodeMatched
KeyNodeLabelParameterDefinition.noNodeMatched
:The label expression "{0}" does not match any node
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The label expression "{0}" does not match any node
-
_NodeLabelParameterDefinition_noNodeMatched
public static org.jvnet.localizer.Localizable _NodeLabelParameterDefinition_noNodeMatched(Object arg0) KeyNodeLabelParameterDefinition.noNodeMatched
:The label expression "{0}" does not match any node
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The label expression "{0}" does not match any node
-
BuildWrapper_param_not_concurrent
KeyBuildWrapper.param_not_concurrent
:The project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!
-
_BuildWrapper_param_not_concurrent
KeyBuildWrapper.param_not_concurrent
:The project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!
-
NodeLabelParameterDefinition_labelExpressionNotValid
KeyNodeLabelParameterDefinition.labelExpressionNotValid
:The label expression "{0}" is not valid : {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The label expression "{0}" is not valid : {1}
-
_NodeLabelParameterDefinition_labelExpressionNotValid
public static org.jvnet.localizer.Localizable _NodeLabelParameterDefinition_labelExpressionNotValid(Object arg0, Object arg1) KeyNodeLabelParameterDefinition.labelExpressionNotValid
:The label expression "{0}" is not valid : {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The label expression "{0}" is not valid : {1}
-
LabelParameterValue_triggerWithoutValidOnlineNode
KeyLabelParameterValue.triggerWithoutValidOnlineNode
:Job triggered without a valid online node, given where: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Job triggered without a valid online node, given where: {0}
-
_LabelParameterValue_triggerWithoutValidOnlineNode
public static org.jvnet.localizer.Localizable _LabelParameterValue_triggerWithoutValidOnlineNode(Object arg0) KeyLabelParameterValue.triggerWithoutValidOnlineNode
:Job triggered without a valid online node, given where: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Job triggered without a valid online node, given where: {0}
-
NodeEligibility_ignoreOffline
KeyNodeEligibility.ignoreOffline
:Ignore Offline Nodes
.- Returns:
Ignore Offline Nodes
-
_NodeEligibility_ignoreOffline
public static org.jvnet.localizer.Localizable _NodeEligibility_ignoreOffline()KeyNodeEligibility.ignoreOffline
:Ignore Offline Nodes
.- Returns:
Ignore Offline Nodes
-
AllNodesForLabelBuildParameterFactory_displayName
KeyAllNodesForLabelBuildParameterFactory.displayName
:All Nodes for Label Factory
.- Returns:
All Nodes for Label Factory
-
_AllNodesForLabelBuildParameterFactory_displayName
public static org.jvnet.localizer.Localizable _AllNodesForLabelBuildParameterFactory_displayName()KeyAllNodesForLabelBuildParameterFactory.displayName
:All Nodes for Label Factory
.- Returns:
All Nodes for Label Factory
-
BuildWrapper_project_not_concurrent
KeyBuildWrapper.project_not_concurrent
:The project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
-
_BuildWrapper_project_not_concurrent
KeyBuildWrapper.project_not_concurrent
:The project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
The project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
-
LabelParameterDefinition_labelRequired
KeyLabelParameterDefinition.labelRequired
:a label is required
.- Returns:
a label is required
-
_LabelParameterDefinition_labelRequired
public static org.jvnet.localizer.Localizable _LabelParameterDefinition_labelRequired()KeyLabelParameterDefinition.labelRequired
:a label is required
.- Returns:
a label is required
-
NodeListBuildParameterFactory_skippOfflineNode
KeyNodeListBuildParameterFactory.skippOfflineNode
:Skipping execution on offline node [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Skipping execution on offline node [{0}]
-
_NodeListBuildParameterFactory_skippOfflineNode
public static org.jvnet.localizer.Localizable _NodeListBuildParameterFactory_skippOfflineNode(Object arg0) KeyNodeListBuildParameterFactory.skippOfflineNode
:Skipping execution on offline node [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Skipping execution on offline node [{0}]
-
AllNodesBuildParameterFactory_displayName
KeyAllNodesBuildParameterFactory.displayName
:Build on every online node
.- Returns:
Build on every online node
-
_AllNodesBuildParameterFactory_displayName
public static org.jvnet.localizer.Localizable _AllNodesBuildParameterFactory_displayName()KeyAllNodesBuildParameterFactory.displayName
:Build on every online node
.- Returns:
Build on every online node
-
NodeEligibility_allNodes
KeyNodeEligibility.allNodes
:All Nodes
.- Returns:
All Nodes
-
_NodeEligibility_allNodes
public static org.jvnet.localizer.Localizable _NodeEligibility_allNodes()KeyNodeEligibility.allNodes
:All Nodes
.- Returns:
All Nodes
-