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.LocalizableKeyAllNodesBuildParameterFactory.displayName:Build on every online node.static org.jvnet.localizer.LocalizableKeyAllNodesForLabelBuildParameterFactory.displayName:All Nodes for Label Factory.static org.jvnet.localizer.LocalizableKeyBuildWrapper.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.LocalizableKeyBuildWrapper.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.LocalizableKeyLabelBadgeAction.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.LocalizableKeyLabelBadgeAction.node_tooltip:Run on node: {0}.static org.jvnet.localizer.LocalizableKeyLabelParameterDefinition.labelRequired:a label is required.static org.jvnet.localizer.LocalizableKeyLabelParameterDefinition.matchingNodes:Matching nodes:.static org.jvnet.localizer.LocalizableKeyLabelParameterValue.triggerWithoutValidOnlineNode:Job triggered without a valid online node, given where: {0}.static org.jvnet.localizer.LocalizableKeyNextLabelCause.description:A build with label/node [{0}] was requested.static org.jvnet.localizer.LocalizableKeyNextNodeBuildNotifier.displayName:Trigger builds on selected nodes.static org.jvnet.localizer.LocalizableKeyNodeEligibility.allNodes:All Nodes.static org.jvnet.localizer.LocalizableKeyNodeEligibility.ignoreOffline:Ignore Offline Nodes.static org.jvnet.localizer.LocalizableKeyNodeEligibility.ignoreTmpOffline:Ignore Temp Offline Nodes.static org.jvnet.localizer.LocalizableKeyNodeLabelNodeProperty.displayName:NodeLabel plugin info.static org.jvnet.localizer.LocalizableKeyNodeLabelParameterDefinition.labelExpressionNotValid:The label expression "{0}" is not valid : {1}.static org.jvnet.localizer.LocalizableKeyNodeLabelParameterDefinition.noNodeMatched:The label expression "{0}" does not match any node.static org.jvnet.localizer.LocalizableKeyNodeListBuildParameterFactory.displayName:Node-List Factory.static org.jvnet.localizer.LocalizableKeyNodeListBuildParameterFactory.nodeNotDefined:Please define a node where the job should be triggered on.static org.jvnet.localizer.LocalizableKeyNodeListBuildParameterFactory.nodeNotFound:A node with the name {0} could not be found..static org.jvnet.localizer.LocalizableKeyNodeListBuildParameterFactory.noOnlineNodeFound:No online node for label [{0}] found, triggering with original label....static org.jvnet.localizer.LocalizableKeyNodeListBuildParameterFactory.skippOfflineNode:Skipping execution on offline node [{0}].static StringKeyAllNodesBuildParameterFactory.displayName:Build on every online node.static StringKeyAllNodesForLabelBuildParameterFactory.displayName:All Nodes for Label Factory.static StringKeyBuildWrapper.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 StringKeyBuildWrapper.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 StringKeyLabelBadgeAction.label_tooltip:Run with label [{0}].static StringLabelBadgeAction_label_tooltip_node(Object arg0, Object arg1) KeyLabelBadgeAction.label_tooltip_node:Run with label [{0}] (node: {1}).static StringKeyLabelBadgeAction.node_tooltip:Run on node: {0}.static StringKeyLabelParameterDefinition.labelRequired:a label is required.static StringKeyLabelParameterDefinition.matchingNodes:Matching nodes:.static StringKeyLabelParameterValue.triggerWithoutValidOnlineNode:Job triggered without a valid online node, given where: {0}.static StringKeyNextLabelCause.description:A build with label/node [{0}] was requested.static StringKeyNextNodeBuildNotifier.displayName:Trigger builds on selected nodes.static StringKeyNodeEligibility.allNodes:All Nodes.static StringKeyNodeEligibility.ignoreOffline:Ignore Offline Nodes.static StringKeyNodeEligibility.ignoreTmpOffline:Ignore Temp Offline Nodes.static StringKeyNodeLabelNodeProperty.displayName:NodeLabel plugin info.static StringKeyNodeLabelParameterDefinition.labelExpressionNotValid:The label expression "{0}" is not valid : {1}.static StringKeyNodeLabelParameterDefinition.noNodeMatched:The label expression "{0}" does not match any node.static StringKeyNodeListBuildParameterFactory.displayName:Node-List Factory.static StringKeyNodeListBuildParameterFactory.nodeNotDefined:Please define a node where the job should be triggered on.static StringKeyNodeListBuildParameterFactory.nodeNotFound:A node with the name {0} could not be found..static StringKeyNodeListBuildParameterFactory.noOnlineNodeFound:No online node for label [{0}] found, triggering with original label....static StringKeyNodeListBuildParameterFactory.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
-